@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 .
tero:p11376
  skos:prefLabel "lung diseases"@en, "keuhkosairaudet"@fi, "lungsjukdomar"@sv ;
  a skos:Concept ;
  skos:narrower tero:TTL1420 .

<http://www.yso.fi/onto/ttl/TTL1420> skos:exactMatch tero:TTL1420 .
tero:TTL1420
  skosext:broaderGeneric tero:p2303, tero:p11376 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL1420> ;
  skos:prefLabel "stendammslunga"@sv, "silicosis"@en, "kivipölykeuhko"@fi ;
  skos:broader tero:p2303, tero:p11376 ;
  skos:altLabel "silikoosi"@fi ;
  a skos:Concept ;
  skos:inScheme tero:conceptscheme .

tero:p2303
  skos:prefLabel "dammlunga"@sv, "pneumoconiosis"@en, "pölykeuhko"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL1420 .

