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

yso:p9051
  skos:prefLabel "service blocks"@en, "servicehus"@sv, "palvelutalot"@fi ;
  a skos:Concept ;
  skos:narrower yso:p9053 .

yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

yso:p9050
  skos:prefLabel "servicebostäder"@sv, "service flats"@en, "palveluasunnot"@fi ;
  a skos:Concept ;
  skos:related yso:p9053 .

yso:p9053
  skos:broader yso:p9051 ;
  skos:scopeNote "Hem med dygnetruntjour"@sv, "Palvelukoti on palvelutalo, jossa on ympärivuorokautinen päivystys" ;
  skos:related yso:p9050 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "servicehem"@sv, "service homes"@en, "palvelukodit"@fi ;
  a skos:Concept .

