query-f4e50aeb92243451e303d9049faa9050

rq turtle/ttl

TODO

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#>
#Arbre acadèmic
#Arbre acadèmic
#defaultView:Graph
SELECT ?descendent ?descendentLabel ?identificador_ORCID ?pic ?linkTo WHERE {
  wd:Q3305393 wdt:P185* ?descendent.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]", "en". }
  OPTIONAL { ?descendent wdt:P496 ?identificador_ORCID. }
  OPTIONAL { ?descendent wdt:P18 ?pic }
  OPTIONAL { ?descendent wdt:P185 ?linkTo }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?descendent"):::projected v2("?identificador_ORCID"):::projected v4("?linkTo"):::projected v3("?pic"):::projected c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;"]):::literal c7(["en"]):::literal c1(["wd:Q3305393"]):::iri c1 --"wdt:P185"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 c4 --"wikibase:language"--> c7 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P496".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v3 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P185".-> v4 end