query-3f19dfbae5b4013b5e1d4d9baf715c1a
Blazegraphhttps://wiki.blazegraph.com/wiki/construct only with hints
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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
CONSTRUCT {
?film wdt:P31 wd:Q11424.
?film rdfs:label ?filmLabel.
}
WHERE {
?film wdt:P31 wd:Q11424 .
#
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?_const_24c6891b_uri"):::projected
v4("?_const_9285ccfc_uri")
v2("?_const_e5f28efe_uri"):::projected
v1("?film"):::projected
v5("?filmLabel"):::projected
c4(["bd:serviceParam"]):::iri
c6(["en"]):::literal
c2(["wd:Q11424"]):::iri
v1 --"wdt:P31"--> c2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end
bind0[/"'wdt:P31'"/]
bind0 --as--o v2
bind1[/"'wd:Q11424'"/]
bind1 --as--o v3
bind2[/"'rdfs:label'"/]
bind2 --as--o v4
bind3[/"?filmLabel"/]
v5 --o bind3
bind3 --as--o v5