@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix koko: <http://www.yso.fi/onto/koko/> .

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

koko:p32513
  skos:prefLabel "plats"@sv, "place"@en, "paikka"@fi ;
  a skos:Concept ;
  skos:narrower koko:p49331 .

koko:p49331
  skos:note "a place where more than one facility is situated"@en ;
  skos:broader koko:p32513, koko:p49776 ;
  skos:exactMatch <http://www.yso.fi/onto/gns/facility_center> ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "facility center"@en ;
  a skos:Concept .

koko:p49776
  skos:prefLabel "spot feature"@en ;
  a skos:Concept ;
  skos:narrower koko:p49331 .

