query-ae20c41263a1f4cb11fbec35fe11e356
PropertiesDiscogs master ID (P1954)subject named as (P1810)
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 ?discogsID ?discogsName
WHERE {
?item p:P1954 [
ps:P1954 ?discogsID;
pq:P1810 ?discogsName
].
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("?discogsID"):::projected
v2("?discogsName"):::projected
v3("?item"):::projected
a1((" "))
c5(["bd:serviceParam"]):::iri
c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal
a1 --"p:statement/P1954"--> v1
a1 --"p:qualifier/P1810"--> v2
v3 --"p:P1954"--> a1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end