@prefix x64: <http://data.loterre.fr/ark:/67375/X64> .
@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#> .

x64: a skos:ConceptScheme .
x64:-Comportement
  skos:prefLabel "Behavior"@en, "Comportement"@fr ;
  a isothes:ConceptGroup ;
  skos:member x64:-Q2212JRS-H .

x64:-Q2212JRS-H
  inist:semCategory "Behavior"@en, "Comportement"@fr ;
  skos:hiddenLabel "Comportement non verbal"@fr, "Non verbal behaviour"@en ;
  a skos:Concept ;
  skos:inScheme x64: ;
  skos:prefLabel "comportement non verbal"@fr, "non verbal behaviour"@en .

