query-7a3e357c2ce877780bc230b9bc5b3b8e

rq turtle/ttl

https://www.youtube.com/watch?v=GdYcY6YmRDE http://overpass-turbo.euUtilitzaciĆ³ de Open Linked Data amb OpenStreetMap Subclasses de bioquĆ­mic

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 ?subclasse ?subclasseLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?subclasse (wdt:P279*) wd:Q593644.
}
ORDER BY (?subclasseLabel)
LIMIT 2000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?subclasse"):::projected v1("?subclasseLabel"):::projected c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal c6(["wd:Q593644"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v2 --"wdt:P279"--> c6