query-bebcfc807c4120d283d294278fd90a8c
lot
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 ?a ?b ?text WHERE {
?a rdfs:label ?text.
?b skos:altLabel ?text.
}
LIMIT 10000
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?a"):::projected
v3("?b"):::projected
v2("?text"):::projected
v1 --"rdfs:label"--> v2
v3 --"skos:altLabel"--> v2