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

yso:p6429 skos:narrowMatch yso:p4786 .
yso:p4786
  skos:prefLabel "simulators"@en, "simulatorer"@sv, "simulaattorit (atk-ohjelmat)"@fi ;
  skos:related yso:p4787 ;
  skos:closeMatch allars:Y25839, ysa:Y123692 ;
  skos:broader yso:p614 ;
  a skos:Concept ;
  skos:inScheme yso:conceptscheme ;
  skos:altLabel "simulaattorit"@fi .

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

yso:p614
  skos:prefLabel "computer programs"@en, "dataprogram"@sv, "atk-ohjelmat"@fi ;
  a skos:Concept ;
  skos:narrower yso:p4786 .

yso:p4787
  skos:prefLabel "simulering"@sv, "simulation"@en, "simulointi"@fi ;
  a skos:Concept ;
  skos:related yso:p4786 .

