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

valo:p1509 skos:exactMatch yso:p14671 .
yso:p14671
  skos:broader yso:p16697 ;
  skos:closeMatch ysa:Y12415 ;
  skos:related yso:p10582, yso:p14670 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "hypertext"@sv, "hypertext"@en, "hyperteksti"@fi ;
  a skos:Concept .

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

yso:p16697
  skos:prefLabel "texter"@sv, "texts"@en, "tekstit"@fi ;
  a skos:Concept ;
  skos:narrower yso:p14671 .

yso:p14670
  skos:prefLabel "hypermedia"@sv, "hypermedia"@fi, "hypermedia"@en ;
  a skos:Concept ;
  skos:related yso:p14671 .

yso:p10582
  skos:prefLabel "WWW"@fi, "www"@en ;
  a skos:Concept ;
  skos:related yso:p14671 .

