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

<http://data.loterre.fr/ark:/67375/BJW/CSPA>
  skos:prefLabel "Concepto espacial"@es, "Space concept"@en, "Concept spatial"@fr ;
  a isothes:ConceptGroup ;
  skos:member bjw:-D4PJSJXS-1 .

bjw:-D4PJSJXS-1
  inist:semCategory "Space concept"@en, "Concepto espacial"@es, "Concept spatial"@fr ;
  skos:prefLabel "section rectangulaire"@fr, "rectangular cross section"@en, "sección rectangular"@es ;
  skos:hiddenLabel "Sección rectangular"@es, "Rectangular cross section"@en, "Section rectangulaire"@fr ;
  a skos:Concept ;
  skos:inScheme bjw: .

bjw: a skos:ConceptScheme .
