@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 .

yso:p7605
  skos:prefLabel "source material"@en, "källmaterial"@sv, "lähdeaineisto"@fi ;
  a skos:Concept ;
  skos:narrower yso:p7604 .

yso:p7604
  skos:broader yso:p7605 ;
  skos:altLabel "historiantutkimuksen lähteet"@fi ;
  skos:inScheme kulo:conceptscheme ;
  skos:prefLabel "historical research -- source material"@en, "historieforskning (källmaterial)"@sv, "historiantutkimus -- lähdeaineisto"@fi ;
  a skos:Concept .

