@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 ns0: <http://www.yso.fi/onto/jupo-meta/> .

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

yso:p7513
  skos:prefLabel "privata tjänster"@sv, "private services"@en, "yksityiset palvelut"@fi ;
  a skos:Concept ;
  skos:narrower jupo:p727 .

jupo:p727
  ns0:facetLabel "kolmas sektori"@fi ;
  skos:broader yso:p7513, jupo:p728 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "kolmannen sektorin palvelut"@fi ;
  a skos:Concept .

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

jupo:p728
  skos:prefLabel "yksityiset palvelut"@fi ;
  a skos:Concept ;
  skos:narrower jupo:p727 .

