@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:p5300
  skos:prefLabel "intyg"@sv, "certificates"@en, "todistukset"@fi ;
  a skos:Concept ;
  skos:narrower tero:t62 .

tero:t62
  skosext:broaderGeneric tero:p5300 ;
  skos:broader tero:p5300 ;
  skos:altLabel "rokotustodistukset"@fi ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "rokotustodistus"@fi ;
  a skos:Concept .

tero:conceptscheme a skos:ConceptScheme .
