query-263eefe4647c95358650f439d2ec1b7d
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ontolex: <http://www.w3.org/ns/lemon/ontolex#>
SELECT ?representation {
VALUES (?lexeme) {(wd:L5100)}
?lexeme ontolex:lexicalForm [ wikibase:grammaticalFeature wd:Q110786, wd:Q857325;
ontolex:representation ?representation ]
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?lexeme")
v2("?representation"):::projected
a1((" "))
c3(["wd:Q857325"]):::iri
c2(["wd:Q110786"]):::iri
bind0[/VALUES ?lexeme/]
bind0-->v1
bind00(["wd:L5100"])
bind00 --> bind0
a1 --"wikibase:grammaticalFeature"--> c2
a1 --"wikibase:grammaticalFeature"--> c3
a1 --"ontolex:representation"--> v2
v1 --"ontolex:lexicalForm"--> a1