query-b0bb0bde7cf70643b0478dffff7f1363
Jerarquía de clases hasta BOSQUE (narrow context)Recorrido de las subclases (P279) que pertenecen al concepto No ficción (Q213051):
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 ?entity ?entityLabel (count(?mid) as ?depth) WHERE {
?entity wdt:P279+ ?mid.
?mid wdt:P279* wd:Q213051.
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
}
} group by ?entity ?entityLabel
order by ?depth
Query found at
- https://www.wikidata.org/wiki/User:Tsaorin/Obrasliterarias
- https://www.wikidata.org/wiki/User:Tsaorin/Subclases
- https://www.wikidata.org/wiki/User:Tsaorin/TallerUSAL2020
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?depth")
v2("?entity"):::projected
v3("?mid"):::projected
c4(["bd:serviceParam"]):::iri
c6(["en"]):::literal
c2(["wd:Q213051"]):::iri
v2 --"wdt:P279"--> v3
v3 --"wdt:P279"--> c2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end
bind1[/"count(?mid)"/]
v3 --o bind1
bind1 --as--o v4