@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/TTL1853> skos:exactMatch tero:TTL1853 .
tero:p484
  skos:prefLabel "technics"@en, "tekniikka"@fi, "teknik (metoder)"@sv ;
  a skos:Concept ;
  skos:narrower tero:TTL1853 .

tero:TTL1853
  skosext:broaderGeneric tero:p484 ;
  skos:broader tero:p484 ;
  skos:related tero:TTL1356 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL1853> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "tracer technique"@en, "merkkiainetekniikka"@fi, "spårämnesteknik"@sv ;
  a skos:Concept .

tero:conceptscheme a skos:ConceptScheme .
tero:TTL1356
  skos:prefLabel "kemiska metoder"@sv, "chemical methods"@en, "kemialliset menetelmät"@fi ;
  a skos:Concept ;
  skos:related tero:TTL1853 .

