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

yso:conceptscheme a skos:ConceptScheme .
kauno:p4362
  owl:sameAs kauno:piilokuvat ;
  kauno:facet kauno:section_3 ;
  dc11:source "Nationalencyklopedin"@sv ;
  rdfs:comment "bild med en dold figur som framträder först vid ingående granskning."@sv ;
  skos:broader yso:p1149 ;
  a skos:Concept ;
  skos:prefLabel "fixeringsbilder"@sv, "piilokuvat"@fi ;
  skos:inScheme yso:conceptscheme ;
  skos:related kauno:p1000 .

yso:p1149
  skos:prefLabel "bilder"@sv, "pictures"@en, "kuvat"@fi ;
  a skos:Concept ;
  skos:narrower kauno:p4362 .

kauno:p1000
  skos:prefLabel "böcker med fixeringsbilder"@sv, "piilokuvakirjat"@fi ;
  a skos:Concept ;
  skos:related kauno:p4362 .

