@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 isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

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

<http://opendata.inrae.fr/ASYSEL> a skos:ConceptScheme .
<http://opendata.inrae.fr/ASYSEL/Agriculture,_economics_and_politics>
  skos:prefLabel "Agriculture, economics and politics"@en, "Agriculture, économie et politique"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member <http://opendata.inrae.fr/ASYSEL/7> .

<http://opendata.inrae.fr/ASYSEL/xl_en_7-3>
  lexinfo:geographicalVariant "US" ;
  skosxl:literalForm "labor market area"@en ;
  a skosxl:Label .

<http://opendata.inrae.fr/ASYSEL/7>
  skos:example "« La notion de bassin d’emploi correspond à un découpage un peu plus fin des zones d'emplois, espace géographique où la majeure partie de la population habite et travaille. » (Source : INRA)"@fr, "“The U.S. Department of Labor defines a labor market area as 'an economically integrated geographic area within which individuals can reside and find employment within a reasonable distance or can readily change employment without changing their place of residence.” (Source : INRA)"@en ;
  skos:altLabel "labor market area"@en ;
  skosxl:prefLabel <http://opendata.inrae.fr/ASYSEL/xl_fr_7-1> ;
  dc11:subject "Agriculture, economics and politics"@en, "Agriculture, économie et politique"@fr ;
  skos:prefLabel "employment catchment area"@en, "bassin d’emploi"@fr ;
  skos:inScheme <http://opendata.inrae.fr/ASYSEL> ;
  a skos:Concept ;
  skosxl:altLabel <http://opendata.inrae.fr/ASYSEL/xl_en_7-3> .

