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

adm:-Comportement
  skos:prefLabel "Behavior"@en, "Comportement"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member adm:-V2F0BV0G-W .

adm: a skos:ConceptScheme .
adm:-V2F0BV0G-W
  skos:hiddenLabel "Adherence to the Status Quo"@en, "Résistance au changement"@fr ;
  a skos:Concept ;
  skos:inScheme adm: ;
  skos:prefLabel "adherence to the status quo"@en, "résistance au changement"@fr .

