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

tsp:-Economie_descriptive
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Economie descriptive"@fr ;
  skos:member tsp:-SWTMD1F3-N .

tsp:-SWTMD1F3-N
  ns0:ns0group "Economie descriptive"@fr ;
  dc11:identifier "7_26_3_2_0" ;
  dc:modified "2019-07-11"^^xsd:date ;
  skos:hiddenLabel "Industrie automobile"@fr ;
  a skos:Concept ;
  skos:inScheme tsp: ;
  skos:broader tsp:-JR39Z2NV-D ;
  skos:prefLabel "industrie automobile"@fr .

tsp: a skos:ConceptScheme .
tsp:-JR39Z2NV-D
  skos:prefLabel "construction mécanique"@fr ;
  a skos:Concept ;
  skos:narrower tsp:-SWTMD1F3-N .

