@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:p2303
  skos:prefLabel "dammlunga"@sv, "pneumoconiosis"@en, "pölykeuhko"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL2676 .

<http://www.yso.fi/onto/ttl/TTL2676> skos:exactMatch tero:TTL2676 .
tero:conceptscheme a skos:ConceptScheme .
tero:TTL2676
  skosext:broaderGeneric tero:p2303 ;
  skos:broader tero:p2303 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL2676> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "talkoosi"@fi, "talcosis"@en, "talkos"@sv ;
  a skos:Concept .

