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

yso:p6621
  a skos:Concept ;
  skos:prefLabel "nätundervisning"@sv, "verkko-opetus"@fi, "web instruction"@en ;
  skos:inScheme yso:conceptscheme ;
  skos:closeMatch ysa:Y19079 ;
  skos:related yso:p6622, yso:p542 ;
  skos:altLabel "virtuaaliopetus"@fi ;
  skos:broader yso:p2630 .

yso:p2630
  skos:prefLabel "teaching"@en, "undervisning"@sv, "opetus"@fi ;
  a skos:Concept ;
  skos:narrower yso:p6621 .

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

yso:p6622
  skos:prefLabel "nätkurser"@sv, "verkkokurssit"@fi ;
  a skos:Concept ;
  skos:related yso:p6621 .

yso:p542
  skos:prefLabel "distance teaching"@en, "distansundervisning"@sv, "etäopetus"@fi ;
  a skos:Concept ;
  skos:related yso:p6621 .

