query-bb845f62f8b2f7888d9fae22c4b79224

rq turtle/ttl

Wikidata property for authority control for works (Q19833377)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?property ?propertyLabel ?propertyDescription ?wbtype {
  ?property rdf:type wikibase:Property.
  ?property wikibase:propertyType ?wbtype.
  ?property wdt:P31 / wdt:P279* wd:Q19833377.
  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("?property"):::projected v2("?wbtype"):::projected a1((" ")) c8(["bd:serviceParam"]):::iri c2(["wikibase:Property"]):::iri c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal c6(["wd:Q19833377"]):::iri v1 --"a"--> c2 v1 --"wikibase:propertyType"--> v2 v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end