query-eee7aa1d576e5418336ec7cf4cb3b2e5
Propertiessubclass of (P279)properties for this type (P1963)
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 ?class ?property ?classLabel ?propertyLabel WHERE {
wd:Q875538 wdt:P279* ?class .
?class wdt:P1963 ?property .
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("?class"):::projected
v2("?property"):::projected
c5(["bd:serviceParam"]):::iri
c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c1(["wd:Q875538"]):::iri
c1 --"wdt:P279"--> v1
v1 --"wdt:P1963"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end