@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 .
allars:Y42561 skos:exactMatch tero:p311 .
tero:p311
  skos:exactMatch ysa:Y105099, allars:Y42561, yso:p311 ;
  skos:prefLabel "natriumdisulfit"@sv, "natriumdisulfiitti"@fi, "sodium disulfite"@en ;
  skos:altLabel "sodium disulphite"@en ;
  a skos:Concept ;
  skosext:broaderGeneric tero:p312 ;
  skos:broader tero:p312 ;
  skos:inScheme tero:conceptscheme .

yso:p311 skos:exactMatch tero:p311 .
ysa:Y105099 skos:exactMatch tero:p311 .
tero:p312
  skos:prefLabel "sulfiter"@sv, "sulphites"@en, "sulfiitit"@fi ;
  a skos:Concept ;
  skos:narrower tero:p311 .

