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

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

<http://opendata.inrae.fr/ASYSEL/9>
  skosxl:prefLabel <http://opendata.inrae.fr/ASYSEL/xl_fr_9-1> ;
  skos:example "« L’échec du transfert de nouveaux modèles techniques élaborés pour l’Afrique a conduit les agronomes à reconsidérer leurs pratiques. Peu à peu s’est imposée l’idée que le changement technique devait s’appuyer sur les connaissances qu’ont les agriculteurs de leur milieu et sur les solutions qu’ils ont adoptées pour l’exploiter à leur bénéfice. » (Source : INRA)"@fr, "“Often, technical change is linked to innovations in farm management and changes in the organisation of agricultural production such as cooperatives and producer associations, or to innovations in the marketing and post-harvest chains” (Source : INRA)"@en ;
  dc11:subject "Agricultural sciences and technology"@en, "Sciences et techniques de l'agriculture"@fr ;
  a skos:Concept ;
  skos:inScheme <http://opendata.inrae.fr/ASYSEL> ;
  skos:prefLabel "technical change"@en, "changement technique"@fr .

<http://opendata.inrae.fr/ASYSEL/Agricultural_sciences_and_technology>
  skos:prefLabel "Agricultural sciences and technology"@en, "Sciences et techniques de l'agriculture"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member <http://opendata.inrae.fr/ASYSEL/9> .

