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

<http://www.yso.fi/onto/jupo-meta/facetLabel>
  rdfs:subPropertyOf rdfs:label ;
  rdfs:label "facetLabel"@en .

jupo:p2284
  ns0:facetLabel "kaikki"@fi ;
  skos:broader yso:p838, jupo:p304 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "kaikille suunnatut palvelut"@fi ;
  a skos:Concept .

jupo:p115
  a skos:Collection ;
  skos:prefLabel "palvelut kohderyhmän mukaan"@fi ;
  skos:member jupo:p2284 .

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

yso:p838
  skos:prefLabel "palvelut (toiminta)"@fi, "service"@sv, "services"@en ;
  a skos:Concept ;
  skos:narrower jupo:p2284 .

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

