query-819be42db4c44bf269ac475d56a61460

rq turtle/ttl

(Commented out as it does not work) The set of properties present in the previous query can be verified using this sparql query : The set of properties present in the previous query can be verified using this sparql query :

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
select ?class ?classLabel ?prop ?propLabel ?val ?valLabel where {
   wd:Q537127 wdt:P279* ?class .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?class p:P1552 [?propq ?val] .
  ?prop wikibase:qualifier ?propq .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?class"):::projected v4("?prop"):::projected v2("?propq") v3("?val"):::projected a1((" ")) c1(["wd:Q537127"]):::iri c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal c1 --"p:direct/P279"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end a1 -->v2--> v3 v1 --"p:P1552"--> a1 v4 --"wikibase:qualifier"--> v2