standard English noun (E155)

From Wikidata
Jump to navigation Jump to search
language codelabeldescriptionaliasesedit
enstandard English nounEnglish noun with plural and singularedit
frnom commun anglaislexème anglaisedit
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX ontolex: <http://www.w3.org/ns/lemon/ontolex#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>

# Standard English noun

# SELECT ?focus {?focus dct:language wd:Q1860;wikibase:lexicalCategory wd:Q1084}

start = @<en-n>

<en-n> {
  dct:language [ wd:Q1860 ] ;
  wikibase:lexicalCategory [ wd:Q1084 ] ;
  wikibase:lemma [ @en ] ;
  ontolex:lexicalForm {
      wikibase:grammaticalFeature [ wd:Q146786 ];
      ontolex:representation [ @en ];
  };
  ontolex:lexicalForm {
      wikibase:grammaticalFeature [ wd:Q110786 ];
      ontolex:representation [ @en ];
  };
}