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

yso:p18280
  skos:prefLabel "dental care"@en, "hammashuolto"@fi, "tandvård"@sv ;
  a skos:Concept .

<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:p111
  skos:prefLabel "sairaanhoidon erikoisalapalveut"@fi ;
  a skos:Concept ;
  skos:narrower jupo:p1109 .

jupo:p1109
  skos:altLabel "hammashoito"@fi, "suun terveydenhoito"@fi ;
  skos:prefLabel "hammashuolto"@fi ;
  dc11:source "JHS, Hki" ;
  ns0:associativeLabel "hammashoidon päivystys"@fi, "hammashoitola"@fi, "hammaslääkäri"@fi ;
  a skos:Concept ;
  skos:inScheme yso:conceptscheme ;
  skos:broader jupo:p111 ;
  skos:hiddenLabel "suunterveys"@fi ;
  ns0:subject "terveys"@fi ;
  skos:relatedMatch yso:p18280 .

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