@prefix tsp: <http://data.loterre.fr/ark:/67375/TSP> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <http://mysite.org/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

tsp: a skos:ConceptScheme .
tsp:-Thérapeutique
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Thérapeutique"@fr ;
  skos:member tsp:-LCTLF6VK-6 .

tsp:-LCTLF6VK-6
  dc:modified "2019-07-11"^^xsd:date ;
  a skos:Concept ;
  skos:prefLabel "thérapie comportementale et cognitive"@fr ;
  skos:altLabel "thérapie cognitivo-comportementale"@fr, "TCC"@fr ;
  skos:hiddenLabel "Thérapie cognitivo-comportementale (TCC)"@fr, "Thérapie comportementale et cognitive"@fr ;
  skos:inScheme tsp: ;
  skos:broader tsp:-P8FG06SK-Q ;
  ns0:ns0group "Thérapeutique"@fr ;
  dc11:identifier "54_30_8_10" ;
  dc:created "2018-01-01"^^xsd:date .

tsp:-P8FG06SK-Q
  skos:prefLabel "psychothérapie"@fr ;
  a skos:Concept ;
  skos:narrower tsp:-LCTLF6VK-6 .

