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

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

jupo:p833
  a skos:Concept ;
  dc11:source "TEM" ;
  skos:broader jupo:p2092 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "työnantajapalvelut"@fi ;
  ns0:facetLabel "työnantajat"@fi .

ns0:facetLabel
  rdfs:label "facetLabel"@en ;
  rdfs:subPropertyOf rdfs:label .

jupo:p2092
  a skos:Concept ;
  skos:narrower jupo:p833 ;
  skos:prefLabel "tietylle kohderyhmälle suunnatut palvelut"@fi .

