query-ea81a8f1ea8209d5a7d534c46ce13c11
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { VALUES ?labelB1 { rdfs:label skos:altLabel } ?country ?label1 'USA'@en. }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?country"):::projected
v3("?label1"):::projected
v1("?labelB1"):::projected
c1([sUSA^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"]):::literal
bind0[/VALUES ?labelB1/]
bind0-->v1
bind00(["rdfs:label"])
bind00 --> bind0
bind01(["skos:altLabel"])
bind01 --> bind0
v2 -->v3--> c1