@prefix p21: <http://data.loterre.fr/ark:/67375/P21> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix inist: <http://www.inist.fr/Ontology#> .

p21:-Bâtiment__Infrastructure
  skos:prefLabel "Building / Infrastructure"@en, "Bâtiment / Infrastructure"@fr ;
  a isothes:ConceptGroup ;
  skos:member p21:-FQ0VVCSR-M .

p21: a skos:ConceptScheme .
p21:-FQ0VVCSR-M
  skos:hiddenLabel "Chemin"@fr, "Path"@en, "Way"@en ;
  a skos:Concept ;
  skos:altLabel "path"@en ;
  inist:semCategory "Bâtiment / Infrastructure"@fr, "Building / Infrastructure"@en ;
  skos:inScheme p21: ;
  skos:prefLabel "way"@en, "chemin"@fr .

