@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@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#> .

<http://opendata.inrae.fr/ASYSEL/Soil_science>
  skos:prefLabel "Science des sols"@fr, "Soil science"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member <http://opendata.inrae.fr/ASYSEL/36> .

<http://opendata.inrae.fr/ASYSEL> a skos:ConceptScheme .
<http://opendata.inrae.fr/ASYSEL/36>
  skos:prefLabel "maille"@fr, "grid cell"@en ;
  skosxl:prefLabel <http://opendata.inrae.fr/ASYSEL/xl_fr_36-1> ;
  skos:example "« Utilisation de mailles pour reproduire chaque couche du bassin (sol, différentes couches du sous-sol). Une maille d’1 km² avec une profondeur variable (entre 1 cm à plusieurs mètres selon la nature du sol) a été retenue pour l’étude du bassin de la Tyne de 1000 km² (Angleterre) » (Source : INRA)"@fr, "“The input data consisted of a raster habitat map with each grid cell assigned the value one if that cell corresponded to the chosen habitat type, and zero if the cell was considered nonhabitat.” (Source : INRA)"@en ;
  dc11:subject "Soil science"@en, "Science des sols"@fr ;
  skos:inScheme <http://opendata.inrae.fr/ASYSEL> ;
  a skos:Concept ;
  skos:altLabel "maillage"@fr .

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

