@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:p640
  skos:prefLabel "kväveföreningar"@sv, "nitrogen compounds"@en, "typpiyhdisteet"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL2013 .

tero:TTL2013
  skosext:broaderGeneric tero:p640 ;
  skos:broader tero:p640 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL2013> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "nitrater och nitriter"@sv, "nitrates and nitrites"@en, "nitraatit ja nitriitit"@fi ;
  a skos:Concept .

tero:conceptscheme a skos:ConceptScheme .
<http://www.yso.fi/onto/ttl/TTL2013> skos:exactMatch tero:TTL2013 .
