@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:p1488
  skos:broader jupo:p39 ;
  dc11:source "TEM" ;
  skos:exactMatch yso:p4673 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "moottorikelkkareitit"@fi ;
  a skos:Concept .

jupo:p39
  skos:prefLabel "alueet"@fi ;
  a skos:Concept ;
  skos:narrower jupo:p1488 .

yso:p4673
  skos:prefLabel "snöskoterrutter"@sv, "moottorikelkkailureitit"@fi, "snowmobile routes"@en ;
  a skos:Concept ;
  skos:exactMatch jupo:p1488 .

