French standard noun (E164)

language codelabeldescriptionaliasesedit
enFrench standard nounFrench noun with two forms, singular and pluraledit
frnom françaisnom français régulier avec deux formes : singulier et plurieledit
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#>

# French Noun with two forms, singular and plural 

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

start = @<fr-n>

<fr-n> {
  dct:language [ wd:Q150 ] ;
  wikibase:lexicalCategory [ wd:Q1084 ] ;
  wikibase:lemma [ @fr ] ;
  wdt:P5185 [ wd:Q1775415 wd:Q499327 ] ;
  ontolex:lexicalForm {
    wikibase:grammaticalFeature [ wd:Q110786 ] ;
    ontolex:representation [ @fr ];
  };
  ontolex:lexicalForm {
    wikibase:grammaticalFeature [ wd:Q146786 ] ;
    ontolex:representation [ @fr ];
  };
}