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

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

afo:p2992
  skos:prefLabel "testosteroni"@fi ;
  a skos:Concept ;
  skos:exactMatch yso:p23240 .

yso:p23240
  skos:broader yso:p13606 ;
  skos:related yso:p24073 ;
  skos:exactMatch afo:p2992 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "testosterone"@en, "testosteroni"@fi, "testosteron"@sv ;
  a skos:Concept .

yso:p24073
  skos:prefLabel "nandrolone"@en, "nandroloni"@fi, "nandrolon"@sv ;
  a skos:Concept ;
  skos:related yso:p23240 .

yso:p13606
  skos:prefLabel "androgener"@sv, "androgens"@en, "androgeenit"@fi ;
  a skos:Concept ;
  skos:narrower yso:p23240 .

