@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix puho: <http://www.yso.fi/onto/puho/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

yso:p5221
  skos:prefLabel "televisiot (laitteet)"@fi, "television sets"@en, "televisionsapparater"@sv ;
  a skos:Concept ;
  skos:narrower yso:p5220 .

yso:p24427
  skos:prefLabel "high definition"@en, "teräväpiirtotekniikka"@fi, "HD-teknik"@sv ;
  a skos:Concept ;
  skos:related yso:p5220 .

yso:p5220
  skos:broader yso:p5221 ;
  skos:related yso:p24427 ;
  skos:altLabel "HDTV"@sv, "HDTV"@fi ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "high definition television sets"@en, "teräväpiirtotelevisiot"@fi, "högupplösningstelevisioner"@sv ;
  a skos:Concept .

puho:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

