query-f60b55be0659c0c2d565fec81faf0e49

rq turtle/ttl

/entity/P31/prop/P31p:P31/prop/direct/P31wdt:P31

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?property ?propertyLabel WHERE {
  ?bus_stop wdt:P31 wd:Q953806 ;
           ?p [ ] .
  ?property a wikibase:Property;
            wikibase:claim ?p.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?bus_stop") v2("?p") v3("?property"):::projected a1((" ")) c7(["bd:serviceParam"]):::iri c4(["wikibase:Property"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q953806"]):::iri v1 --"wdt:P31"--> c2 v1 -->v2--> a1 v3 --"a"--> c4 v3 --"wikibase:claim"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end