query-d75f80434d2596f497fad2156173e0fa
Propertieson focus list of Wikimedia project (P5008)item for this sense (P5137)
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 ontolex: <http://www.w3.org/ns/lemon/ontolex#>
select DISTINCT ?item ?itemLabel ?lexeme ?lemma
where
{
?item wdt:P5008 wd:Q15305047 . # item is within scope of the project
?item rdfs:label ?itemLabel .
FILTER (LANG(?itemLabel) = "[AUTO_LANGUAGE]")
?lexeme wikibase:lemma ?lemma;
ontolex:sense ?sense.
?sense wdt:P5137 ?item .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?itemLabel"):::projected
v4("?lemma"):::projected
v3("?lexeme"):::projected
v5("?sense")
c3(["wd:Q15305047"]):::iri
f0[["?itemLabel = '#91;AUTO_LANGUAGE#93;'"]]
f0 --> v1
v2 --"wdt:P5008"--> c3
v2 --"rdfs:label"--> v1
v3 --"wikibase:lemma"--> v4
v3 --"ontolex:sense"--> v5
v5 --"wdt:P5137"--> v2