@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:p388
  skos:prefLabel "terapiapalvelut (terveyspalvelut)"@fi ;
  a skos:Concept ;
  skos:narrower jupo:p1501 .

yso:p983
  skos:prefLabel "speech therapy"@en, "talterapi"@sv, "puheterapia"@fi ;
  a skos:Concept .

jupo:p1501
  ns0:associativeLabel "foniatrian vastaanotto"@fi, "puheterapeutti"@fi, "puhe- ja ääniterapeutti"@fi ;
  skos:relatedMatch yso:p983 ;
  skos:prefLabel "puheterapia"@fi ;
  ns0:subject "terveys"@fi ;
  dc11:source "JHS, Hki" ;
  skos:inScheme yso:conceptscheme ;
  skos:broader jupo:p388 ;
  a skos:Concept .

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