Wikidata:Widawiwo/List of Dutch nouns

From Wikidata
Jump to navigation Jump to search

The following query uses these:

  • Properties: ISO 639-1 code (P218)  View with Reasonator View with SQID, image (P18)  View with Reasonator View with SQID
    SELECT ?lid ?lemma ?lcatLabel ?afbeelding
    WHERE {
      ?lid a ontolex:LexicalEntry
    	; dct:language ?language
    	; wikibase:lexicalCategory ?lcat
    	; wikibase:lemma ?lemma .
      ?language wdt:P218 'nl' .
      FILTER (?lcat = wd:Q1084) # Zelfstandig naamwoord
      OPTIONAL { ?lid ontolex:sense ?sense . ?sense wdt:P18 ?afbeelding. }
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nl". }
    } order by ?lemma
    

See also[edit]