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

puho:ph451
  skos:prefLabel "laatujärjestelmät"@fi ;
  a skos:Concept ;
  skos:related puho:ph1630 .

yso:p7985
  skos:prefLabel "auditering"@sv, "auditing"@en, "auditointi"@fi ;
  a skos:Concept .

puho:ph1630
  skos:related puho:ph451 ;
  skos:topConceptOf puho:conceptscheme ;
  skos:exactMatch yso:p7985 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "auditointi"@fi ;
  a skos:Concept .

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

