@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix skosxl: <http://www.w3.org/2008/05/skos-xl#> .
@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/51>
  dc11:subject "Science of animal production"@en, "Science des productions animales"@fr ;
  skos:example "“Voluntary culling refers to the removal of a healthy, fertile cow due to poor milk production. It’s called “voluntary”, because the farmer gets to choose which cows will be culled. Involuntary culling refers to the removal of a productive cow due to poor health (including death) or infertility.” (Source : INRA)"@en, "« Les causes de réforme sont les raisons pour lesquelles un éleveur décide de vendre une vache : mauvaise production, maladie, âge trop avancé, etc. » (Source : INRA)"@fr ;
  a skos:Concept ;
  skos:altLabel "réforme d'animaux"@fr ;
  skos:prefLabel "culling"@en, "réforme"@fr ;
  skos:inScheme <http://opendata.inrae.fr/ASYSEL> ;
  skosxl:prefLabel <http://opendata.inrae.fr/ASYSEL/xl_fr_51-1> .

<http://opendata.inrae.fr/ASYSEL/xl_fr_51-1>
  lexinfo:gender "feminine"@en, "féminin"@fr ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "réforme"@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/51> .

