@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 allars: <http://www.yso.fi/onto/allars/> .
@prefix ysa: <http://www.yso.fi/onto/ysa/> .

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

yso:p250
  skos:prefLabel "samhälleliga system"@sv, "societal systems"@en, "yhteiskunnalliset järjestelmät"@fi ;
  a skos:Concept ;
  skos:narrower yso:p22312 .

yso:p22312
  skos:broader yso:p250 ;
  a skos:Concept ;
  skos:prefLabel "kiinteistöjärjestelmät"@fi, "fastighetssystem"@sv, "cadastral systems"@en ;
  skos:related yso:p16896 ;
  skos:altLabel "systems of environmental division of real estate"@en ;
  skos:closeMatch allars:Y36782, ysa:Y161705 ;
  skos:inScheme yso:conceptscheme .

yso:p16896
  skos:prefLabel "fastighetsregister"@sv, "real estate registers"@en, "kiinteistörekisterit"@fi ;
  a skos:Concept ;
  skos:related yso:p22312 .

