@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/mesh/D018108> skos:exactMatch tero:D018108 .
tero:D018108
  skos:inScheme tero:conceptscheme ;
  skos:broader tero:p1123 ;
  a skos:Concept ;
  skos:altLabel "paramyksovirus"@fi, "parainfluenssavirus"@fi, "paramyxovirus"@fi ;
  skos:exactMatch <http://www.yso.fi/onto/mesh/D018108> ;
  skosext:broaderGeneric tero:p1123 ;
  skos:prefLabel "respirovirus"@sv, "respirovirus"@en, "respirovirus"@fi ;
  skos:hiddenLabel "respiroviruses"@en .

tero:p1123
  skos:prefLabel "virus"@sv, "viruses"@en, "virukset"@fi ;
  a skos:Concept ;
  skos:narrower tero:D018108 .

tero:conceptscheme a skos:ConceptScheme .
