@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

yso:conceptscheme
  a skos:ConceptScheme ;
  skos:hasTopConcept kauno:p1901 .

kauno:p1021
  skos:prefLabel "tyylit"@fi, "stilar"@sv ;
  a skos:Concept ;
  skos:related kauno:p1901 .

kauno:kaunokkiID rdfs:label "tunniste"@fi, "identifierare"@sv .
kauno:p1901
  owl:sameAs kauno:tyylikaudet ;
  skos:closeMatch <http://www.yso.fi/onto/kaunokki#keyword174340150568> ;
  skos:prefLabel "stilperioder"@sv, "tyylikaudet"@fi ;
  skos:related kauno:p1021 ;
  dc11:source "Verkko-Kaunokki"@fi, "Webb-Bella"@sv ;
  rdfs:comment "Tyylikausien nimiä voi käyttää asiasanoina."@fi, "Namn på stilperioder kan användas som ämnesord."@sv ;
  kauno:facet kauno:section_1 ;
  skos:exactMatch yso:p1784 ;
  skos:altLabel "tyylisuunnat"@fi, "stilriktningar"@sv ;
  kauno:kaunokkiID "43515" ;
  kauno:hideInPublicSide "0"@sv, "0"@fi ;
  skos:topConceptOf yso:conceptscheme ;
  skos:inScheme yso:conceptscheme ;
  a skos:Concept ;
  kauno:candidate "0" .

yso:p1784
  skos:prefLabel "stylistic periods"@en, "tyylikaudet"@fi, "stilperioder"@sv ;
  a skos:Concept .

