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

<http://www.yso.fi/onto/jupo-meta/subject> rdfs:label "subject"@en .
yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

jupo:p304
  skos:prefLabel "palvelut"@fi ;
  a skos:Concept ;
  skos:narrower jupo:p260 .

yso:p5121
  skos:prefLabel "utställningar"@sv, "näyttelyt"@fi, "exhibitions"@en ;
  a skos:Concept .

jupo:p260
  skos:exactMatch yso:p5121 ;
  a skos:Concept ;
  dc11:source "JHS, Hki" ;
  ns0:associativeLabel "galleriat"@fi, "galleria"@fi, "kulttuuripalvelut"@fi, "kulttuuritapahtumat"@fi ;
  skos:broader jupo:p304 ;
  ns0:subject "kulttuuri"@fi ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "näyttelyt"@fi .

ns0:associativeLabel rdfs:label "associativeLabel"@en .
jupo:p2070
  a skos:Collection ;
  skos:prefLabel "aiheryhmä kulttuuripalvelut"@fi ;
  skos:member jupo:p260 .

