@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/subject> rdfs:label "subject"@en .
yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

jupo:p1551
  ns0:subject "asuminen"@fi, "työ, yrittäminen ja elinkeinot"@fi, "liikenne"@fi ;
  skos:inScheme yso:conceptscheme ;
  skos:broader jupo:p524 ;
  dc11:source "JHS" ;
  ns0:associativeLabel "tietosuoja"@fi, "tietoliikenne"@fi, "tietoturva"@fi ;
  skos:narrower jupo:p2193 ;
  a skos:Concept ;
  skos:prefLabel "puhelin- ja tietoliikenneyhteydet"@fi .

jupo:p2193
  skos:prefLabel "langaton internetyhteys"@fi ;
  a skos:Concept ;
  skos:broader jupo:p1551 .

ns0:associativeLabel rdfs:label "associativeLabel"@en .
jupo:p524
  skos:prefLabel "tietotekniikkapalvelut"@fi ;
  a skos:Concept ;
  skos:narrower jupo:p1551 .

