@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:p1123
  skos:prefLabel "virus"@sv, "viruses"@en, "virukset"@fi ;
  a skos:Concept ;
  skos:narrower tero:D030041 .

tero:conceptscheme a skos:ConceptScheme .
<http://www.yso.fi/onto/mesh/D030041> skos:exactMatch tero:D030041 .
tero:D030041
  skos:hiddenLabel "hepatitis a viruses"@en ;
  skos:altLabel "HAV"@fi ;
  skos:prefLabel "hepatiitti a -virus"@fi, "hepatit a-virus"@sv, "hepatitis a virus"@en ;
  skosext:broaderGeneric tero:p1123 ;
  skos:exactMatch <http://www.yso.fi/onto/mesh/D030041> ;
  skos:inScheme tero:conceptscheme ;
  a skos:Concept ;
  skos:broader tero:p1123 .

