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

tero:conceptscheme a skos:ConceptScheme .
yso:p22592 skos:exactMatch tero:p22592 .
tero:p8373
  skos:prefLabel "yleisaikakauslehdet"@fi, "general magazines"@en, "allmänna tidskrifter"@sv ;
  a skos:Concept ;
  skos:related tero:p22592 .

tero:p1255
  skos:prefLabel "magazines"@en, "tidskrifter"@sv, "aikakauslehdet"@fi ;
  a skos:Concept ;
  skos:narrower tero:p22592 .

allars:Y35387 skos:exactMatch tero:p22592 .
tero:p22592
  skos:exactMatch yso:p22592, allars:Y35387 ;
  a skos:Concept ;
  skos:prefLabel "viikkolehdet"@fi, "veckotidningar"@sv ;
  skos:inScheme tero:conceptscheme ;
  skos:broader tero:p1255 ;
  skos:related tero:p8373 ;
  skosext:broaderGeneric tero:p1255 ;
  rdfs:comment "allmänna tidskrifter + veckotidningar = yleisaikakauslehdet"@sv .

