SunPower: Difference between revisions
No edit summary |
(No difference)
|
Latest revision as of 21:52, 2 October 2019
Error query : PREFIX dcterms: <http://purl.org/dc/terms/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX dbp: <http://dbpedia.org/property/> PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX dbr: <http://dbpedia.org/resource/> PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT
#?id
concat("", ?name, "") as ?Name
concat("", ?h, "") as ?Homepage
concat("", ?c, "") as ?City
concat("[", ?thumbnail, "]") as ?Thumbnail
(group_concat(concat("",?p,""",?p,"" is not in the list (mobility, E-mobility, Crystalline modules, PV, ST, Absorbers, Law, Certification, Standards, Institution, ...) of allowed values for the "Product" property.");separator=",\n") as ?Product)
#?s
WHERE {
VALUES ?s { dbr:SunPower}
OPTIONAL { ?s dbo:wikiPageID ?id}
OPTIONAL { ?s dbo:abstract ?label} OPTIONAL { ?s dbp:name ?name } OPTIONAL { ?s dbp:commonName ?name } OPTIONAL { ?s foaf:name ?name }
OPTIONAL { ?s rdfs:label ?name }
OPTIONAL { ?s foaf:homepage ?h }
OPTIONAL { ?s dbo:locationCity ?sc .
?sc rdfs:label ?c .
}
OPTIONAL { ?s dbp:hqLocationCity ?sc .
?sc rdfs:label ?c .
FILTER (lang(?c) = 'en')
}
OPTIONAL { ?s dbo:thumbnail ?thumbnail } OPTIONAL { ?s dbo:product ?sp .
?sp rdfs:label ?p .
FILTER (lang(?p) = 'en')
}
FILTER (lang(?label) = 'en')
FILTER (lang(?c) = 'en')
}
group by ?c ?name ?h ?thumbnail #?s
Error endpoint: http://dbpedia.org/sparql Error http_response_code: 502 Error message: <html>
<head>
<title>Web Site Under Maintenance</title>
</head> <body>
The web-site you are currently trying to access is under maintenance at this time.
</body>
</html>
Error number: 0 Error message:
Error data: Array (
[query] => PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX dbp: <http://dbpedia.org/property/> PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX dbr: <http://dbpedia.org/resource/> PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT
#?id
concat("", ?name, "") as ?Name
concat("", ?h, "") as ?Homepage
concat("", ?c, "") as ?City
concat("[", ?thumbnail, "]") as ?Thumbnail
(group_concat(concat("",?p,""",?p,"" is not in the list (mobility, E-mobility, Crystalline modules, PV, ST, Absorbers, Law, Certification, Standards, Institution, ...) of allowed values for the "Product" property.");separator=",\n") as ?Product)
#?s
WHERE {
VALUES ?s { dbr:SunPower}
OPTIONAL { ?s dbo:wikiPageID ?id}
OPTIONAL { ?s dbo:abstract ?label} OPTIONAL { ?s dbp:name ?name } OPTIONAL { ?s dbp:commonName ?name } OPTIONAL { ?s foaf:name ?name }
OPTIONAL { ?s rdfs:label ?name }
OPTIONAL { ?s foaf:homepage ?h }
OPTIONAL { ?s dbo:locationCity ?sc .
?sc rdfs:label ?c .
}
OPTIONAL { ?s dbp:hqLocationCity ?sc .
?sc rdfs:label ?c .
FILTER (lang(?c) = 'en')
}
OPTIONAL { ?s dbo:thumbnail ?thumbnail } OPTIONAL { ?s dbo:product ?sp .
?sp rdfs:label ?p .
FILTER (lang(?p) = 'en')
}
FILTER (lang(?label) = 'en')
FILTER (lang(?c) = 'en')
}
group by ?c ?name ?h ?thumbnail #?s [output] => xml [Accept] => application/sparql-results+xml
)