@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 dc11: <http://purl.org/dc/elements/1.1/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <http://mysite.org/> .

tsp: a skos:ConceptScheme .
tsp:-Technologie
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Technologie"@fr ;
  skos:member tsp:-DCW8WKBP-Q .

tsp:-S60X6596-M
  skos:prefLabel "télécommunication"@fr ;
  a skos:Concept ;
  skos:narrower tsp:-DCW8WKBP-Q .

tsp:-DCW8WKBP-Q
  skos:prefLabel "TICE"@fr ;
  dc11:identifier "53_9_10" ;
  dc:modified "2019-07-11"^^xsd:date ;
  dc:created "2018-01-01"^^xsd:date ;
  a skos:Concept ;
  ns0:ns0group "Technologie"@fr ;
  skos:altLabel "technologies de l'information et de la communication pour l'enseignement"@fr ;
  skos:hiddenLabel "Technologies de l'information et de la communication pour l'enseignement"@fr ;
  skos:broader tsp:-S60X6596-M ;
  skos:inScheme tsp: .

