@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 dc11: <http://purl.org/dc/elements/1.1/> .
@prefix ysa: <http://www.yso.fi/onto/ysa/> .
@prefix allars: <http://www.yso.fi/onto/allars/> .

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

yso:p9452
  skos:prefLabel "punts"@en, "ekor"@sv, "ruuhet"@fi ;
  a skos:Concept ;
  skos:related yso:p9848 .

yso:p9849
  skos:prefLabel "träbåtar"@sv, "wooden boats"@en, "puuveneet"@fi ;
  a skos:Concept ;
  skos:narrower yso:p9848 .

yso:p9848
  skos:inScheme yso:conceptscheme ;
  skos:related yso:p9452 ;
  skos:prefLabel "ekstockar"@sv, "aspen dug-outs"@en, "haapiot"@fi ;
  skos:broader yso:p9849 ;
  dc11:source "Englannin vastineen lähde: Paul Johnstone & Seán McGrail: The Sea-craft of Prehistory. " ;
  skos:closeMatch ysa:Y123240, allars:Y34884 ;
  a skos:Concept .

