query-5d9b17e5f0d66ae807855e4a66895d6d
ShEx ShEx in der englischsprachigen WikipediaArtikel zu
Use at
- https://query.wikidata.org/sparql
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX geo: <http://www.opengis.net/ont/geosparql#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
# query map: SELECT ?item WHERE { ?item wdt:P276 wd:Q1715. {?item wdt:P31/wdt:P279* wd:Q16970} UNION {?item wdt:P31 wd:Q32815} UNION {?item wdt:P31 wd:Q44613} UNION {?item wdt:P31 wd:Q44539} UNION {?item wdt:P31 wd:Q34627} }
start = @<church_building>
<church_building> EXTRA wdt:P31 {
wdt:P31 @<building> ; #type of building
wdt:P17 @<country> * ; #country
wdt:P276 [ <http://www.wikidata.org/entity>~ ] ? ; #location
wdt:P625 geo:wktLiteral ? ; #geographic coordinate
wdt:P18 [ <http://commons.wikimedia.org/wiki/Special:FilePath>~ ] ? ; #image
wdt:P140 [ <http://www.wikidata.org/entity>~ ] ? ; #religion
wdt:P373 xsd:string ? ; #commons category
rdfs:label rdf:langString+ ;
}
<building> EXTRA wdt:P31 {
wdt:P31 [wd:Q16970 wd:Q34627 wd:Q44539 wd:Q44613 wd:Q32815] + ;
}
<country> EXTRA wdt:P31 {
wdt:P31 [wd:Q6256 wd:Q3024240 wd:Q3624078] + ;
}