@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 yso: <http://www.yso.fi/onto/yso/> .
@prefix ysa: <http://www.yso.fi/onto/ysa/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix skosext: <http://purl.org/finnonto/schema/skosext#> .

tero:conceptscheme a skos:ConceptScheme .
allars:Y20253 skos:exactMatch tero:p16850 .
tero:p16850
  skos:inScheme tero:conceptscheme ;
  skos:exactMatch allars:Y20253, yso:p16850, ysa:Y107387 ;
  a skos:Concept ;
  skos:altLabel "musical intervals"@en ;
  skos:prefLabel "intervals"@en, "intervaller"@sv, "intervallit"@fi ;
  skos:broader tero:p12382 ;
  rdfs:comment "kahden sävelen välinen ero nuottiviivastolla" ;
  dc11:source "mute-sanasto" ;
  skosext:broaderGeneric tero:p12382 .

yso:p16850 skos:exactMatch tero:p16850 .
ysa:Y107387 skos:exactMatch tero:p16850 .
tero:p12382
  skos:prefLabel "tone systems"@en, "säveljärjestelmät"@fi, "tonsystem"@sv ;
  a skos:Concept ;
  skos:narrower tero:p16850 .

