query-eccc7fe3d2fa5b11e6f936e23508da55

rq turtle/ttl

(P5185)grammatical gender ) sin (Q1084)noun Sustantivos ( (P5185)grammatical gender ) utan (Q1084)noun Substantiv ( (P5185)grammatical gender ) without (Q1084)noun Nouns (

Use at

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 ?l ?lemma WHERE {
  ?l a ontolex:LexicalEntry ; dct:language wd:Q12107 ; wikibase:lexicalCategory wd:Q1084 ; wikibase:lemma ?lemma .
  MINUS { ?l wdt:P5185 [] }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?l"):::projected v2("?lemma"):::projected a1((" ")) c2(["ontolex:LexicalEntry"]):::iri c6(["wd:Q1084"]):::iri c4(["wd:Q12107"]):::iri v1 --"a"--> c2 v1 --"dct:language"--> c4 v1 --"wikibase:lexicalCategory"--> c6 v1 --"wikibase:lemma"--> v2 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P5185"--> a1 end