query-2c263a00bbc9580ecb5614a4d872c81d
without sense (Q19216625)Lexique étymologique du breton moderne (P1343)described by source Lexemes
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 ontolex: <http://www.w3.org/ns/lemon/ontolex#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?lexeme ?lemma ?lexicalCategoryLabel {
?lexeme wikibase:lemma ?lemma ; wikibase:lexicalCategory ?lexicalCategory ; wdt:P1343 wd:Q19216625 .
FILTER NOT EXISTS { ?lexeme ontolex:sense ?sense } .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],br,fr" }
}
ORDER BY ?lexicalCategoryLabel ?lemma
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?lemma"):::projected
v3("?lexeme"):::projected
v5("?lexicalCategory")
v1("?lexicalCategoryLabel"):::projected
v4("?sense")
c9(["#91;AUTO_LANGUAGE#93;,br,fr"]):::literal
c7(["bd:serviceParam"]):::iri
c5(["wd:Q19216625"]):::iri
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"ontolex:sense"--> e0v2
e0v1("?lexeme"):::projected
e0v2("?sense"):::projected
end
f0--EXISTS--> f0e0
f0 --> v3
f0 --> c1
f0 --> v4
v3 --"ontolex:sense"--> v4
v3 --"wikibase:lemma"--> v2
v3 --"wikibase:lexicalCategory"--> v5
v3 --"wdt:P1343"--> c5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end