@prefix ysa: <http://www.yso.fi/onto/ysa/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix yso: <http://www.yso.fi/onto/yso/> .

ysa: a skos:ConceptScheme .
<http://www.yso.fi/onto/ysa-meta/GeographicalConcept>
  rdfs:label "Maantieteellinen paikka"@fi, "Geographical location"@en ;
  a owl:Class .

ysa:Y112132
  dc:created "1999-06-01"^^xsd:date ;
  skos:hiddenLabel "Orimattila Viljamaa"@fi ;
  skos:broader ysa:Y94316 ;
  skos:inScheme ysa: ;
  skos:exactMatch <http://www.yso.fi/onto/allars/Y47796>, yso:p112132 ;
  skos:prefLabel "Orimattila -- Viljamaa"@fi ;
  dc:modified "2018-08-16T10:34:12+03:00"^^xsd:dateTime ;
  a <http://www.yso.fi/onto/ysa-meta/GeographicalConcept>, skos:Concept .

ysa:Y94316
  skos:prefLabel "Orimattila"@fi ;
  a <http://www.yso.fi/onto/ysa-meta/GeographicalConcept>, skos:Concept ;
  skos:narrower ysa:Y112132 .

