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

yso:p3971
  skos:prefLabel "test"@sv, "tests"@en, "testit"@fi ;
  a skos:Concept ;
  skos:related yso:p8471 .

puho:ph974 skos:exactMatch yso:p8471 .
yso:p467
  skos:prefLabel "granskning"@sv, "inspection"@en, "tarkastus"@fi ;
  a skos:Concept ;
  skos:related yso:p8471 .

yso:p193
  skos:prefLabel "creation related to information"@en, "informationsrelaterat skapande"@sv, "tiedollinen luonti"@fi ;
  a skos:Concept ;
  skos:narrower yso:p8471 .

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

yso:p8471
  skos:broader yso:p193 ;
  skos:related yso:p3971, yso:p1604, yso:p467 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "testing"@en, "testning"@sv, "testaus"@fi ;
  a skos:Concept .

yso:p1604
  skos:prefLabel "kontroll (fysik)"@sv, "testing"@en, "koetus"@fi ;
  a skos:Concept ;
  skos:related yso:p8471 .

