query-45af178625423b7af99891326d8c9887

rq turtle/ttl

Estrapolazione proprietà per entità

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?wd ?wdLabel ?ps_Label ?ps_Description
WHERE {
  VALUES (?item) {(wd:Q5)}    ?item ?p ?statement .   ?statement ?ps ?ps_ .    ?wd wikibase:claim ?p.   ?wd wikibase:statementProperty ?ps.
SERVICE wikibase:label {          bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en".
}
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item") v2("?p") v4("?ps") v5("?ps_") v3("?statement") v6("?wd"):::projected c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal bind0[/VALUES ?item/] bind0-->v1 bind00(["wd:Q5"]) bind00 --> bind0 v1 -->v2--> v3 v3 -->v4--> v5 v6 --"wikibase:claim"--> v2 v6 --"wikibase:statementProperty"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end