query-595fba0d893e9180fe4fdd47c5862cd7
is different from
Use at
- https://query.wikidata.org/sparql
SELECT ?node ?predicate WHERE {
?node ?predicate "Wikidata"@en # @en is different from @en-gb and @en-ca
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?node"):::projected
v2("?predicate"):::projected
c1([sWikidata^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"]):::literal
v1 -->v2--> c1