@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix skosxl: <http://www.w3.org/2008/05/skos-xl#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix lexinfo: <http://www.lexinfo.net/ontology/2.0/lexinfo#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<http://opendata.inrae.fr/ASYSEL> a skos:ConceptScheme .
<http://opendata.inrae.fr/ASYSEL/79>
  a skos:Concept ;
  skos:inScheme <http://opendata.inrae.fr/ASYSEL> ;
  skos:altLabel "parcelle de culture"@fr, "plot"@en ;
  skosxl:prefLabel <http://opendata.inrae.fr/ASYSEL/xl_fr_79-1> ;
  skos:prefLabel "land parcel"@en, "parcelle agricole"@fr ;
  skos:definition "Surface représentant une entité de gestion au niveau de l’exploitation (parcelle de culture, parcelle pâturée, parcelle de fauche…). (Source : INRA)"@fr ;
  dc11:subject "Science des productions animales"@fr, "Science of animal production"@en .

<http://opendata.inrae.fr/ASYSEL/xl_fr_79-1>
  lexinfo:gender "feminine"@en, "féminin"@fr ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "parcelle agricole"@fr ;
  a skosxl:Label .

<http://opendata.inrae.fr/ASYSEL/Science_of_animal_production>
  skos:prefLabel "Science des productions animales"@fr, "Science of animal production"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member <http://opendata.inrae.fr/ASYSEL/79> .

