query-96f83e078629e8c5bd8e833168be44a4
Propertiesproducer (P162)
Use at
- https://query.wikidata.org/sparql
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bf: <http://bibframe.org/vocab/>
PREFIX identifier: <http://id.loc.gov/vocabulary/identifiers/>
PREFIX note: <http://id.loc.gov/vocabulary/noteTypes/>
CONSTRUCT {
?s bf:note [
a note:Credits;
rdf:value ?value
]
} WHERE {
?s wdt:P162 ?producer.
?producer rdfs:label ?producerLabel.
BIND(CONCAT("Produced by ", ?producerLabel) AS ?value)
FILTER (LANG(?producerLabel)='en')
}
LIMIT 10
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v5("?_anon_42b5416610844a34809f33a099ae9de191175")
v7("?_const_2dc13a99_uri")
v9("?_const_bc14c6eb_uri")
v8("?_const_c6d6ec51_uri")
v6("?_const_f5e5585a_uri")
v3("?producer"):::projected
v1("?producerLabel"):::projected
v2("?s"):::projected
v9("?value"):::projected
f0[["?producerLabel = 'en'"]]
f0 --> v1
v2 --"wdt:P162"--> v3
v3 --"rdfs:label"--> v1
bind1[/"concat('Produced by ',?producerLabel)"/]
v1 --o bind1
bind1 --as--o v9
bind2[/""/]
bind2 --as--o v5
bind3[/""a""/]
bind3 --as--o v6
bind4[/"http://id.loc.gov/vocabulary/noteTypes/Credits"/]
bind4 --as--o v7
bind5[/"'rdf:value'"/]
bind5 --as--o v8
bind6[/"?value"/]
v9 --o bind6
bind6 --as--o v9
bind7[/"http://bibframe.org/vocab/note"/]
bind7 --as--o v9