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

puho:ph702 skos:exactMatch yso:p23635 .
yso:p2879
  skos:prefLabel "fältbefästningar"@sv, "kenttälinnoitukset"@fi, "field fortresses"@en ;
  a skos:Concept ;
  skos:narrower yso:p23635 .

yso:p23635
  skos:broader yso:p2879 ;
  skos:altLabel "taisteluhaudat"@fi ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "löpgravar"@sv, "juoksuhaudat"@fi, "trenches"@en ;
  a skos:Concept .

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

