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

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

yso:p24923
  skos:broader yso:p127 ;
  skos:related yso:p18048 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "dianetiikka"@fi, "dianetik"@sv ;
  a skos:Concept .

yso:p127
  skos:prefLabel "teoriat (tuotokset)"@fi, "theories"@en, "teorier"@sv ;
  a skos:Concept ;
  skos:narrower yso:p24923 .

yso:p18048
  skos:prefLabel "scientology"@en, "skientologia"@fi, "scientologi"@sv ;
  a skos:Concept ;
  skos:related yso:p24923 .

