@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:p5475
  skos:prefLabel "concealment"@en, "kryptering"@sv, "salaus"@fi ;
  a skos:Concept ;
  skos:exactMatch puho:ph1261 .

puho:ph211
  skos:prefLabel "tietoturvallisuus"@fi ;
  a skos:Concept ;
  skos:related puho:ph1261 .

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

puho:ph212
  skos:prefLabel "kryptografia"@fi ;
  a skos:Concept ;
  skos:related puho:ph1261 .

puho:ph1261
  skos:related puho:ph211, puho:ph212 ;
  skos:altLabel "salaaminen"@fi ;
  skos:topConceptOf puho:conceptscheme ;
  skos:exactMatch yso:p5475 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "salaus"@fi ;
  a skos:Concept .

