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

yso:p2152
  a skos:Concept ;
  rdfs:comment "paikannettua kohdetta kuvaavan sijaintitiedon ja kohteen ominaisuuksia kuvaavien tietojen muodostama kokonaisuus" ;
  dc11:source "Paikannussanasto TSK 30" ;
  skos:broader yso:p261 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "geographic information"@en, "geografisk information"@sv, "paikkatiedot"@fi .

puho:ph1322 skos:exactMatch yso:p2152 .
yso:p261
  a skos:Concept ;
  skos:narrower yso:p2152 ;
  skos:prefLabel "information"@en, "tieto"@fi, "kunskap"@sv .

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

