@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 ns0: <http://www.yso.fi/onto/yso-kehitys/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

yso:p2003
  skos:altLabel "science fiction -- filmer"@sv, "scifi-filmer"@sv, "science fiction"@fi, "scifi"@sv ;
  skos:prefLabel "science fiction-filmer"@sv, "tieteiselokuvat"@fi, "science fiction films"@en ;
  a skos:Concept ;
  skos:inScheme puho:conceptscheme ;
  ns0:uusiOldLabel "scifi-filmer"@sv ;
  skos:broader yso:p1235 ;
  ns0:poistunutOldLabel "scifi"@sv .

yso:p1235
  skos:prefLabel "elokuvat (teokset)"@fi, "films"@en, "filmer"@sv ;
  a skos:Concept ;
  skos:narrower yso:p2003 .

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

ns0:poistunutOldLabel rdfs:label "poistunutOldLabel" .
