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

tero:conceptscheme a skos:ConceptScheme .
tero:p3
  skos:prefLabel "light reading"@en, "underhållningslitteratur"@sv, "viihdekirjallisuus"@fi ;
  a skos:Concept ;
  skos:narrower tero:p80 .

allars:Y20694 skos:exactMatch tero:p80 .
ysa:Y104860 skos:exactMatch tero:p80 .
tero:p80
  skos:exactMatch yso:p80, ysa:Y104860, allars:Y20694 ;
  skos:broader tero:p3 ;
  skos:prefLabel "kiosklitteratur"@sv, "cheap novels"@en, "kioskikirjallisuus"@fi ;
  skosext:broaderGeneric tero:p3 ;
  a skos:Concept ;
  skos:inScheme tero:conceptscheme ;
  skos:altLabel "pulp fiction"@sv, "pulp fiction"@fi .

yso:p80 skos:exactMatch tero:p80 .
