@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 allars: <http://www.yso.fi/onto/allars/> .
@prefix ysa: <http://www.yso.fi/onto/ysa/> .

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

yso:p21040
  skos:prefLabel "in vivo method"@en, "in vivo-metod"@sv, "in vivo -menetelmä"@fi ;
  skos:altLabel "in vivo"@fi ;
  skos:related yso:p21041 ;
  skos:inScheme yso:conceptscheme ;
  skos:closeMatch allars:Y36761, ysa:Y161661 ;
  skos:broader yso:p415 ;
  a skos:Concept .

yso:p415
  skos:prefLabel "forskningsmetoder"@sv, "methods of research"@en, "tutkimusmenetelmät"@fi ;
  a skos:Concept ;
  skos:narrower yso:p21040 .

yso:p21041
  skos:prefLabel "in vitro-metod"@sv, "in vitro method"@en, "in vitro -menetelmä"@fi ;
  a skos:Concept ;
  skos:related yso:p21040 .

