query-5a8e3d29cb018c682b2ca322fa22a195
Wikidata property for items about works (Q18618644)
Use at
- https://query.wikidata.org/sparql
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 wikibase:ExternalId.
?property wdt:P31 / wdt:P279* wd:Q18618644.
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
a1((" "))
c9(["bd:serviceParam"]):::iri
c2(["wikibase:Property"]):::iri
c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c4(["wikibase:ExternalId"]):::iri
c7(["wd:Q18618644"]):::iri
v1 --"a"--> c2
v1 --"wikibase:propertyType"--> c4
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c7
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end