query-7ce84b9282824fdb8aa66545230671dd

rq turtle/ttl

MichaelSchoenitzerwikibase:directClaim(Q42)Douglas Adams

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?subject ?propertyLabel ?value WHERE {
  VALUES ?subject { wd:Q42 }
  ?property a wikibase:Property;
            wikibase:directClaim ?wdt.
  ?subject ?wdt ?value.
  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; v2("?property") v1("?subject"):::projected v4("?value"):::projected v3("?wdt") c5(["bd:serviceParam"]):::iri c2(["wikibase:Property"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal bind0[/VALUES ?subject/] bind0-->v1 bind00(["wd:Q42"]) bind00 --> bind0 v2 --"a"--> c2 v2 --"wikibase:directClaim"--> v3 v1 -->v3--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end