@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tero: <http://www.yso.fi/onto/tero/> .
@prefix skosext: <http://purl.org/finnonto/schema/skosext#> .

<http://www.yso.fi/onto/ttl/TTL2003> skos:exactMatch tero:TTL2003 .
tero:conceptscheme a skos:ConceptScheme .
tero:p651
  skos:prefLabel "toxikologi"@sv, "toxicology"@en, "toksikologia"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL2003 .

tero:TTL2003
  skosext:broaderGeneric tero:p651 ;
  skos:broader tero:p651 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL2003> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "neurotoxikologi"@sv, "neurotoxicology"@en, "neurotoksikologia"@fi ;
  a skos:Concept .

