@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:t205 .

tero:conceptscheme a skos:ConceptScheme .
tero:t205
  skosext:broaderGeneric tero:p1123 ;
  skos:broader tero:p1123 ;
  skos:altLabel "Marburg"@fi ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "Marburg-virus"@fi ;
  a skos:Concept .

