@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix puho: <http://www.yso.fi/onto/puho/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

yso:p17630
  skos:broader yso:p1077 ;
  dc11:source "Lähde: http://tiedotus.utu.fi/tiedotteet/000885.html" ;
  skos:scopeNote "Finrotsoli on aromataasinestäjälääke" ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "finrozole"@en, "finrozol"@sv, "finrotsoli"@fi ;
  a skos:Concept .

yso:p1077
  skos:prefLabel "mediciner"@sv, "medicines"@en, "lääkkeet"@fi ;
  a skos:Concept ;
  skos:narrower yso:p17630 .

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

