query-902564d98aa0338e79274299634842be
Use as qualifier for title (P1476): Arbnos, Arbnos: @Swpb, Nomen ad hoc, Animalparty, SilentSpike, Valentina.Anitnelav@: (P1476)title titles of some creative works sometime refer to other works (as well as other things) whereas the rest of the work does not do it explicitly. These references are sometimes entirely lost in localised titles. In such cases I used this property as a qualifier for
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?title ?reference ?referenceLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?item p:P1476 _:b8.
_:b8 pq:P8371 ?reference.
_:b8 ps:P1476 ?title.
}
LIMIT 100
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?reference"):::projected
v3("?title"):::projected
a1((" "))
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"p:P1476"--> a1
a1 --"p:qualifier/P8371"--> v2
a1 --"p:statement/P1476"--> v3