@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 pc: <https://uri.ird.fr/so/kos/pc/> .
@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:gsf
  skos:narrower tnu:120 ;
  a skos:Concept ;
  skos:prefLabel "Generalities / Technical and fundamental sciences"@en, "Généralités / Sciences fondamentales et techniques"@fr .

tnu:120
  a skos:Concept ;
  dc11:identifier "tnu:120" ;
  skos:broader tnu:gsf ;
  skos:exactMatch pc:120 ;
  skos:inScheme tnu: ;
  skos:prefLabel "Engineer sciences: generalities"@en, "Sciences de l'ingénieur : généralités "@fr ;
  dc:modified "2020-03-05T15:11:24.307+01:00"^^xsd:dateTime .

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

