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

<http://opendata.inrae.fr/ASYSEL/xl_fr_63-1>
  lexinfo:gender "masculin"@fr, "masculine"@en ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "allotement"@fr ;
  a skosxl:Label .

<http://opendata.inrae.fr/ASYSEL/63>
  skos:prefLabel "allotement"@fr, "allotment"@en ;
  skos:inScheme <http://opendata.inrae.fr/ASYSEL> ;
  skos:related <http://opendata.inrae.fr/ASYSEL/77>, <http://opendata.inrae.fr/ASYSEL/76> ;
  a skos:Concept ;
  dc11:subject "Science of animal production"@en, "Science des productions animales"@fr ;
  skosxl:prefLabel <http://opendata.inrae.fr/ASYSEL/xl_fr_63-1> ;
  skos:definition "Structuration du troupeau par l’éleveur en différents lots. (Source : INRA)"@fr .

<http://opendata.inrae.fr/ASYSEL/77>
  skos:prefLabel "husbandry conditions"@en, "mode d’élevage"@fr ;
  a skos:Concept ;
  skos:related <http://opendata.inrae.fr/ASYSEL/63> .

<http://opendata.inrae.fr/ASYSEL> a skos:ConceptScheme .
<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/63> .

<http://opendata.inrae.fr/ASYSEL/76>
  skos:prefLabel "lot"@fr, "batch"@en ;
  a skos:Concept ;
  skos:related <http://opendata.inrae.fr/ASYSEL/63> .

