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

valo:p242
  a skos:Concept ;
  dc11:source "Yleinen Suomalainen Asiasanasto#taidemuseot" ;
  skos:broader valo:p221 ;
  skos:exactMatch yso:p8144 ;
  skos:inScheme yso:conceptscheme ;
  skos:narrower valo:p241 ;
  skos:prefLabel "taidemuseot"@fi .

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

yso:p8144
  a skos:Concept ;
  skos:prefLabel "art museums"@en, "konstmuseer"@sv, "taidemuseot"@fi .

valo:p221
  a skos:Concept ;
  skos:narrower valo:p242 ;
  skos:prefLabel "museot"@fi .

valo:p241
  a skos:Concept ;
  skos:broader valo:p242 ;
  skos:prefLabel "valokuvamuseot"@fi .

