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

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

kulo:k1272
  skos:broader kulo:k1278 ;
  skos:exactMatch yso:p14646 ;
  skos:inScheme kulo:conceptscheme ;
  skos:prefLabel "uskontohistoria"@fi, "history of religion"@en ;
  a skos:Concept .

kulo:k1278
  skos:prefLabel "study of religion"@en, "uskontotiede"@fi ;
  a skos:Concept ;
  skos:narrower kulo:k1272 .

yso:p14646
  skos:prefLabel "religionshistoria"@sv, "uskontohistoria"@fi, "history of religion"@en ;
  a skos:Concept .

