@prefix kw5: <http://data.loterre.fr/ark:/67375/KW5> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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

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

kw5:-Regroupement_par_type_sémantique
  skos:prefLabel "Regroupement par type sémantique"@fr, "Grouping by semantic type"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  isothes:subGroup kw5:-ACSO .

kw5:-ACSO
  isothes:subGroup kw5:-FONC, kw5:-GRPE, kw5:-COMP, kw5:-ACTI, kw5:-INST, kw5:-SYST, kw5:-CECO, kw5:-INTR, kw5:-PSOC ;
  a skos:Collection, isothes:ConceptGroup ;
  rdfs:comment "Number of members: 9."@en, "Nombre de membres : 9."@fr ;
  isothes:superGroup kw5:-Regroupement_par_type_sémantique ;
  skos:prefLabel "Activity / Behavior / Society"@en, "Activité / Comportement / Société"@fr ;
  skos:inScheme kw5: .

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

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

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

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

kw5:-PSOC
  skos:prefLabel "Socio-cultural and economic phenomenon"@en, "Phénomène socioculturel et économique"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  isothes:superGroup kw5:-ACSO .

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

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

