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

jupo:p204
  skos:prefLabel "puistot"@fi ;
  a skos:Concept ;
  skos:narrower jupo:p1371 .

<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 .

yso:p3227
  skos:prefLabel "parks"@en, "parker"@sv, "puistot"@fi ;
  a skos:Concept ;
  skos:narrower jupo:p1371 .

jupo:p1371
  ns0:associativeLabel "perhepuistot"@fi, "asukaspuisto"@fi ;
  ns0:subject "perhepalvelut ja sosiaalipalvelut"@fi ;
  skos:broader jupo:p204, yso:p3227 ;
  dc11:source "JHS" ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "asukaspuistot"@fi ;
  a skos:Concept .

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