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

koko:p35226
  skos:prefLabel "portti"@fi, "gate"@en, "portar"@sv ;
  a skos:Concept ;
  skos:narrower koko:p49789 .

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

koko:p49789
  skos:note "a controlled access to a park"@en ;
  skos:broader koko:p35226 ;
  skos:exactMatch <http://www.yso.fi/onto/gns/park_gate> ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "park gate"@en ;
  a skos:Concept .

