@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:-Justice
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Justice"@fr ;
  skos:member tsp:-BRF8TX7X-3 .

tsp:-N855NVTR-V
  skos:prefLabel "juridiction civile et pénale"@fr ;
  a skos:Concept ;
  skos:narrower tsp:-BRF8TX7X-3 .

tsp:-W0T3WK5L-N
  skos:prefLabel "tribunal pour enfant"@fr ;
  a skos:Concept ;
  skos:broader tsp:-BRF8TX7X-3 .

tsp:-BRF8TX7X-3
  skos:hiddenLabel "Juridiction mineur"@fr, "Juridiction pour mineurs"@fr, "Juridiction enfant mineur"@fr ;
  dc:modified "2019-07-11"^^xsd:date ;
  ns0:ns0group "Justice"@fr ;
  skos:broader tsp:-N855NVTR-V ;
  a skos:Concept ;
  skos:prefLabel "juridiction pour mineur"@fr ;
  dc11:identifier "24_3_3_3" ;
  skos:altLabel "juridiction pour enfants mineurs"@fr ;
  skos:inScheme tsp: ;
  skos:narrower tsp:-W0T3WK5L-N .

