query-7dd535702a98668dd58fa260bbcc3ee3

rq turtle/ttl

Clases de un dominioConsulta para sabre los elementos que son usados como clases para organizar el dominio "Star Trek"

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 DISTINCT ?clase ?claseLabel ?propiedad_clase_subclase ?superclase ?superclaseLabel (COUNT(?sujeto) AS ?num) WHERE
{
VALUES ?dominio {wd:Q18043309}
VALUES ?propiedad_clase_subclase {
wdt:P279 wdt:P31 wdt:P361 wdt:P1269
}
?sujeto ?propiedad_dominio ?dominio;
wdt:P31 ?clase.
?clase ?propiedad_clase_subclase ?superclase.

  SERVICE wikibase:label { bd:serviceParam wikibase:language "es,en,eu". }
}
GROUP BY ?clase ?claseLabel ?propiedad_clase_subclase
?superclase ?superclaseLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?clase"):::projected v1("?dominio") v7("?num") v2("?propiedad_clase_subclase"):::projected v4("?propiedad_dominio") v3("?sujeto"):::projected v6("?superclase"):::projected c3(["bd:serviceParam"]):::iri c5(["es,en,eu"]):::literal bind0[/VALUES ?dominio/] bind0-->v1 bind00(["wd:Q18043309"]) bind00 --> bind0 bind1[/VALUES ?propiedad_clase_subclase/] bind1-->v2 bind10(["wdt:P279"]) bind10 --> bind1 bind11(["wdt:P31"]) bind11 --> bind1 bind12(["wdt:P361"]) bind12 --> bind1 bind13(["wdt:P1269"]) bind13 --> bind1 v3 -->v4--> v1 v3 --"wdt:P31"--> v5 v5 -->v2--> v6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end bind3[/"count(?sujeto)"/] v3 --o bind3 bind3 --as--o v7