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

blh:-SYST
  skos:prefLabel "Organizational system"@en, "Système organisationnel"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-ACSO .

blh: a skos:ConceptScheme .
blh:-ACSO
  isothes:subGroup blh:-INTR, blh:-SYST, blh:-FONC, blh:-GRPE, blh:-COMP, blh:-INST, blh:-ACTI, blh:-CECO, blh:-PSOC ;
  skos:inScheme blh: ;
  isothes:superGroup blh:-SemCategoryGroup ;
  skos:prefLabel "Activity / Behavior / Society"@en, "Activité / Comportement / Société"@fr ;
  a isothes:ConceptGroup .

blh:-FONC
  skos:prefLabel "Fonction"@fr, "Function"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-ACSO .

blh:-GRPE
  skos:prefLabel "Groupe d'individus"@fr, "Group of individuals"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-ACSO .

blh:-ACTI
  skos:prefLabel "Activity"@en, "Activité"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-ACSO .

blh:-SemCategoryGroup
  skos:prefLabel "Grouping by semantic type"@en, "Regroupement par catégorie sémantique"@fr ;
  a isothes:ConceptGroup ;
  isothes:subGroup blh:-ACSO .

blh:-INTR
  skos:prefLabel "Interaction"@fr, "Interaction"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-ACSO .

blh:-PSOC
  skos:prefLabel "Sociocultural phenomenon"@en, "Phénomène socioculturel"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-ACSO .

blh:-CECO
  skos:prefLabel "Concept ou système économique"@fr, "Economic concept or system"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-ACSO .

blh:-COMP
  skos:prefLabel "Behavior"@en, "Comportement"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-ACSO .

blh:-INST
  skos:prefLabel "Organisme / Institution"@fr, "Organization / Institution"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-ACSO .

