query-d45c132ceac65dda05be01472c974291

rq turtle/ttl

Grafo de las relaciones de Carlos V

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#>
#defaultView:Graph
SELECT ?origen ?origenLabel ?origen_img ?destino ?destinoLabel 
?destino_img ?edgeLabel WHERE {
  VALUES ?origen {wd:Q32500}
  ?origen ?relacion ?destino.
  ?destino wdt:P31 wd:Q5.
  ?edge wikibase:directClaim ?relacion.
  OPTIONAL {
    ?origen wdt:P18 ?origen_img.
    ?destino wdt:P18 ?destino_img.
  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "es". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?destino"):::projected v6("?destino_img"):::projected v4("?edge") v1("?origen"):::projected v5("?origen_img"):::projected v2("?relacion") c6(["bd:serviceParam"]):::iri c2(["wd:Q5"]):::iri c8(["es"]):::literal bind0[/VALUES ?origen/] bind0-->v1 bind00(["wd:Q32500"]) bind00 --> bind0 v1 -->v2--> v3 v3 --"wdt:P31"--> c2 v4 --"wikibase:directClaim"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v5 v3 --"wdt:P18"--> v6 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end