query-ce8a3637641de1cba63806b7c5742106

rq turtle/ttl

Propertiessubclass of (P279)reference URL (P854)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?type ?typeLabel ?typeDescription ?link WHERE
{  ?type p:P279 ?s .
   ?s ps:P279 wd:Q744099 ;
    prov:wasDerivedFrom/pr:P854 ?link
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; v3("?link"):::projected v2("?s") v1("?type"):::projected a1((" ")) c7(["bd:serviceParam"]):::iri c3(["wd:Q744099"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"p:P279"--> v2 v2 --"p:statement/P279"--> c3 v2 --"prov:wasDerivedFrom"--> a1 a1 --"p:reference/P854"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end