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

yso:p2072
  skos:prefLabel "permits"@en, "tillstånd (lov)"@sv, "luvat"@fi ;
  a skos:Concept ;
  skos:narrower jupo:p476 .

jupo:p146
  skos:prefLabel "luvat"@fi ;
  a skos:Concept ;
  skos:narrower jupo:p476 .

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

jupo:p476
  skos:note "Luvan tavara-arpajaisiin antaa alueen poliisilaitos."@fi ;
  skos:broader jupo:p146, yso:p2072 ;
  dc11:source "POLAS" ;
  skos:altLabel "arpajaisluvat"@fi ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "tavara-arpajaisluvat"@fi ;
  a skos:Concept .

