@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/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

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

<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:p1016
  ns0:associativeLabel "lapsi"@fi, "sosiaaliviraston Helsinki-lisä"@fi, "kotihoidontuki"@fi, "ammatillinen perhekoti"@fi, "tilapäinen lastenhoitoapu"@fi, "lapset"@fi, "vauvaperhevastaanotto"@fi, "vauvaperhetyö"@fi ;
  skos:inScheme yso:conceptscheme ;
  skos:broader jupo:p2092 ;
  ns0:facetLabel "lapset"@fi ;
  ns0:subject "perhepalvelut ja sosiaalipalvelut"@fi ;
  a skos:Concept ;
  dc11:source "JHS" ;
  skos:prefLabel "lasten palvelut"@fi .

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

ns0:associativeLabel rdfs:label "associativeLabel"@en .
