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

tsp:-Pratique_médicale
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Pratique médicale"@fr ;
  skos:member tsp:-S0TDBFK5-G .

tsp: a skos:ConceptScheme .
tsp:-DR719Z47-V
  skos:prefLabel "exploration instrumentale"@fr ;
  a skos:Concept ;
  skos:narrower tsp:-S0TDBFK5-G .

tsp:-S0TDBFK5-G
  dc:created "2007-01-01"^^xsd:date ;
  skos:scopeNote "L'arthroscopie consiste à introduire dans une articulation un petit tube rigide, l'arthroscope. Ce dernier permet de voir l'articulation, d'effectuer des prélèvements ou de réaliser de petits gestes chirurgicaux notamment sur le genou, la hanche, l'épaule et le coude."@fr ;
  skos:inScheme tsp: ;
  dc11:identifier "37_8_1_1" ;
  dc:modified "2019-07-11"^^xsd:date ;
  a skos:Concept ;
  skos:prefLabel "arthroscopie"@fr ;
  ns0:ns0group "Pratique médicale"@fr ;
  skos:broader tsp:-DR719Z47-V ;
  skos:hiddenLabel "Arthroscopie"@fr .

