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

tero:conceptscheme a skos:ConceptScheme .
<http://www.yso.fi/onto/ttl/TTL1090> skos:exactMatch tero:TTL1090 .
tero:p1007
  skos:prefLabel "värde"@sv, "value"@en, "arvo (ominaisuudet)"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL1090 .

tero:TTL1090
  skosext:broaderGeneric tero:p1007 ;
  skos:broader tero:p1007 ;
  skos:related tero:TTL989 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL1090> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "halter som befunnits skadliga"@sv, "concentrations known to be harmful"@en, "HTP-arvot"@fi ;
  a skos:Concept .

tero:TTL989
  skos:prefLabel "threshold limit values"@en, "haitalliset pitoisuudet"@fi, "skadliga halter"@sv ;
  a skos:Concept ;
  skos:related tero:TTL1090 .

