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

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

jupo:p1657
  skos:hiddenLabel "kiinteistöhuolto ja isännöinti"@fi ;
  skos:relatedMatch yso:p20723 ;
  skos:broader jupo:p103 ;
  dc11:source "Hki" ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "isännöinti"@fi ;
  a skos:Concept .

jupo:p103
  skos:prefLabel "kaavoihin ja kiinteistöihin liittyvät palvelut"@fi ;
  a skos:Concept ;
  skos:narrower jupo:p1657 .

yso:p20723
  skos:prefLabel "building management"@en, "disponentskap"@sv, "isännöinti"@fi ;
  a skos:Concept .

