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

tnu:sva
  skos:narrower tnu:070 ;
  a skos:Concept ;
  skos:prefLabel "Animal and plant sciences"@en, "Sciences du monde végétal et animal"@fr .

tnu:070
  a skos:Concept ;
  skos:exactMatch pc:070 ;
  skos:inScheme tnu: ;
  skos:prefLabel "Animal and plant sciences: generalities"@en, "Monde végétal et animal : généralités"@fr ;
  dc11:identifier "tnu:070" ;
  skos:broader tnu:sva ;
  dc:modified "2020-03-05T15:01:29.514+01:00"^^xsd:dateTime .

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

