query-7633cc3c54f2eca1c8c8c02f0c6dc32e
Propertiessubclass of (P279)
Use at
- https://query.wikidata.org/sparql
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 ?s ?sLabel ?p ?pLabel ?gp ?gpLabel
WHERE {
# https://www.wikidata.org/wiki/Q23337118
?s wdt:P279+ wd:Q4223026.
?s wdt:P279 ?p.
OPTIONAL {
?p wdt:P279 ?gp .
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} order by ?sLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?gp"):::projected
v3("?p"):::projected
v2("?s"):::projected
v1("?sLabel"):::projected
c4(["bd:serviceParam"]):::iri
c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c2(["wd:Q4223026"]):::iri
v2 --"wdt:P279"--> c2
v2 --"wdt:P279"--> v3
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P279".-> v4
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end