@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#> .

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 ;
  skos:related yso:p16896 ;
  skos:altLabel "systems of environmental division of real estate"@en ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "cadastral systems"@en, "kiinteistöjärjestelmät"@fi, "fastighetssystem"@sv ;
  a skos:Concept .

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

