query-b7a2ece24c874d8b90a5574e374bd38f
(P5187)word stem is not consistent with (Q12717679)past participle Verb lexemes where the
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 dct: <http://purl.org/dc/terms/>
SELECT * WHERE {
?l wikibase:lemma ?lemma ; wikibase:lexicalCategory wd:Q24905 ; dct:language wd:Q12107 .
?l wdt:P5187 ?them .
BIND ( CONCAT(?them , "et") AS ?part )
?l ontolex:lexicalForm ?f .
?f wikibase:grammaticalFeature wd:Q12717679 .
?f ontolex:representation ?form .
FILTER ( ?part != str(?form) )
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v6("?f"):::projected
v2("?form"):::projected
v3("?l"):::projected
v4("?lemma"):::projected
v6("?part"):::projected
v5("?them"):::projected
c9(["wd:Q12717679"]):::iri
c3(["wd:Q24905"]):::iri
c5(["wd:Q12107"]):::iri
f0[["?part != str(?form)"]]
f0 --> v6
f0 --> v2
v3 --"wikibase:lemma"--> v4
v3 --"wikibase:lexicalCategory"--> c3
v3 --"dct:language"--> c5
v3 --"wdt:P5187"--> v5
bind1[/"concat(?them,'et')"/]
v5 --o bind1
bind1 --as--o v6
v3 --"ontolex:lexicalForm"--> v6
v6 --"wikibase:grammaticalFeature"--> c9
v6 --"ontolex:representation"--> v2