@prefix tnu: <https://uri.ird.fr/so/kos/tnu/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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 pc: <https://uri.ird.fr/so/kos/pc/> .
@prefix thesindigo: <https://uri.ird.fr/so/kos/thesindigo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

tnu:san
  skos:narrower tnu:056 ;
  a skos:Concept ;
  skos:prefLabel "Health"@en, "Santé"@fr .

tnu:056
  a skos:Concept ;
  dc11:identifier " tnu:056" ;
  skos:broader tnu:san ;
  skos:inScheme tnu: ;
  dc:modified "2020-03-05T15:13:40.407+01:00"^^xsd:dateTime ;
  skos:exactMatch pc:056 ;
  skos:prefLabel "Health: sociocultural, economic and political aspects"@en, "Santé : aspects socioculturels, économiques et politique"@fr ;
  skos:closeMatch thesindigo:212443, thesindigo:212573 .

tnu:
  a owl:Ontology, skos:ConceptScheme ;
  skos:prefLabel "tnu" .

