The Oldest Song Score in the Newest Notation: The Hurrian Hymn to Nikkal as Linked Data

paper, specified "long paper"
Authorship
  1. 1. Albert Meroño Peñuela

    Vrije Universiteit (VU) Amsterdam (Free University)

  2. 2. Marnix van Berchum

    Huygens Institute for the History of the Netherlands (Huygens ING) - Royal Netherlands Academy of Arts and Sciences (KNAW)

  3. 3. Bram van den Hout

    International Institute of Social History - Royal Netherlands Academy of Arts and Sciences (KNAW)

Work text
This plain text was ingested for the purpose of full-text search, not to preserve original formatting or readability. For the most complete copy, refer to the original conference program.


Introduction
The Web can constitute a natural medium for the publication and discovery of historical evidence, their related resources, and descriptive metadata. Increasingly, but steadily, more and more historical artifacts make their way from archaeological sites to musea, libraries, digital archives, and also the Web of data (Meroño-Peñuela et al., 2015), besides their traditional proliferation to the wider public through books (Kilmer and Mirelman, 2013). The discovery and retrieval of historical digital objects and their descriptive metadata on the open data space of the Web are challenging tasks (Meroño-Peñuela et al., 2015).
For example,
“What is the oldest music score known?” is a relevant question of interest to art historians, music historians, musicologists, and the wider public. Web search can lead users to at least a partial answer to this question; as it turns out, the oldest song known left to present in written form is a Sumerian Hymn written 3,400 years ago. Part of the Hurrian songs, the Hurrian Hymn to Nikkal (also known as h.6) is the oldest substantially complete work of notated music in the world, inscribed in cuneiform on clay tablets and excavated from the ancient city of Ugarit (today northern Syria) and dated 1400 BC (Kilmer, 1971). The work of a number of historians has allowed for these inscriptions to be transcribed in modern Western notation (Duchesne-Guillemin, 1984), ultimately leading to the possibility of being played in a modern lyre, which resembles ancient Sumerian instruments.

The provenance trail of this unprecedented discovery of musical culture is complex, and this complexity manifests on the Web in the form of variety and heterogeneity. Necessary pieces of knowledge to reconstruct this breakthrough are scarce, hard to find, and, most importantly, spread through a number of heterogeneous and semantically incompatible information representation formats: HTML hypertext, PDF documents, scanned images, digital score transcriptions, MIDI files, MP3 files, etc. Therefore, the complexity of all human available Web knowledge on h.6 comes in the form of multimodality.
In the broader context of digital data access and processing, we must therefore ask: how can these relevant, multimodal pieces of knowledge be queried together for further computation in a consistent and reproducible way? In this paper, and following established practice (Meroño-Peñuela et al., 2015), we propose to use the Resource Description Framework (RDF), the Linked Data paradigm, and the SPARQL query language (Harris et al., 2013) to answer fundamental questions in music history about the Hurrian Hymn to Nikkal. In order to do so, we follow a three-step approach in which, first, we convert MIDI representations of the hymn into RDF, effectively transcribing the notation of the oldest known music written score into a modern, well understood, and machine processable knowledge representation language; second, we enrich this RDF representation with all provenance metadata facts we could collect from the Web about the hymn, its discovery, and its interpretation; and, third, we store data retrieving SPARQL queries to provide unique API links that reproduce the retrieval of relevant h.6 data without knowledge of these technologies. We use the results of this methodology to study the relevance and idiosyncrasy of the hymn when we compare its notation and metadata to a large dataset of modern MIDI music of 10 billion RDF facts.
All relevant resources resulting from this approach are published online at

https://github.com/midi-ld/h.6

Background
The Hurrian songs are a collection of music inscribed in cuneiform on clay tablets. These tables were originally excavated in the 1950s from the ancient city of Ugarit, a headland in northern Syria, and date to approximately 1400 BC. The Hurrian hymn to Nikkal (also known as the Hurrian cult hymn or A Zaluzi to the Gods, or simply h.6) is encoded in one of these clay tablets, and it was first transcribed into modern Western notation in 1972 (Kilmer, 1971) (see Figure 1). After this, a variety of alternative interpretations have been suggested (Duchesne-Guillemin, 1984). The proliferation of various plausible interpretations and theories on the correspondence of h.6’s content and modern music notation has led to different modern recordings. Many of these are scarcely available (Kilmer and Crocker, 1976), while some others are openly available on the Web. The use of the lyre is generally accepted as a proxy to recreate the timbre of original Sumerian instruments. Other transcriptions use the popular synthesizer language MIDI.

Figure 1. Excerpt of the Hurrian hymn to Nikkal and its transcription into modern Western music notation (Kilmer, 1971).

The Musical Instrument Digital Interface (MIDI) (MIDI Manufacturers Association, 1996) standard allows electronic musical devices to communicate by exchanging messages that can be interpreted as music notation. MIDI encodes so-called “events” into typically 3-byte messages that describe some event relevant for the production of musical sound. For example, the action of pressing the middle C key in the piano quickly can be expressed with the MIDI message <144, 60, 100> (144 is 90 in hexadecimal; 9 stands for the type of event, “note on” or “start sounding a note”; 0 for the first MIDI channel; 60 is the 60th key in the piano counting from left to right; and 100 is a measure of how hard that key is hit).
The midi2rdf algorithm (Meroño-Peñuela and Hoekstra, 2016) represents information originally encoded as MIDI in the open, standard and machine-processable knowledge representation language of the Web: the Resource Description Framework (RDF) (Cyganiak et al., 2014). RDF expresses knowledge as subject-predicate-object sentences (or “triples”). RDF triples use URIs identifiers (the same identifiers used to uniquely identify HTML pages on the Web) to indicate these subjects, predicates and objects. For example, the fact that “Tim Berners-Lee is a person” can be expressed in RDF with the triple <

https://www.w3.org/People/Berners-Lee/
> <

http://www.w3.org/1999/02/22-rdf-syntax-ns#type
> <

http://xmlns.com/foaf/0.1/Person
>. Therefore, the midi2rdf algorithm can be used to transform any MIDI file into a collection of such RDF triples. This has been done on a large collection of 500K MIDI files gathered from the Web, leading to the creation of the MIDI Linked Data Cloud, the largest dataset of machine-readable music notation, containing more than 10B RDF triples about MIDI songs and all their events and notes (Meroño-Peñuela et al., 2017). More recent work proposes methods that leverage musicians’ performances, MIDI similarity algorithms, and entity recognition techniques to establish links between music notation content (e.g., the MIDI notes of “Hey Jude” by the Beatles) and their descriptive Web metadata (e.g. the Wikipedia page of that song) (Meroño-Peñuela et al., 2018).

Approach and Findings
Here, we propose to follow a three-step method in order to represent historical symbolic music notation content and descriptive metadata of the MIDIs of the Hurrian Hymn to Nikkal as Linked Data through RDF, and incorporate those into the MIDI Linked Data Cloud:

Symbolic music notation content. As a first step, we encode the MIDI files of the Hurrian Hymn to Nikkal in RDF, using the midi2rdf algorithm. This produces various graphs of RDF data encoding the different musical events of the digital notation.
Descriptive metadata. In this step, we add additional contextual provenance and metadata triples to the RDF graphs produced in the previous step. These are harder to integrate in the historical case than in modern music, since generic approaches linking only large datasets is ineffective in this case. To address this, we investigate the resources and workflows around the creation of modern music notations of the h.6, and compile all these using newly minted URIs, shared vocabularies, and reusable modeling practices.
Reproducible queries. Since the output of the previous steps is RDF data that can only be queried through the (complex) SPARQL query language, we compile a list of SPARQL queries encoding relevant competency questions over these new RDF graphs, interrogating them using combinations of musical knowledge (derived from the MIDIs) and contextual provenance (derived from the links compiled in step 2). By doing so next to automatic API generation tools (Meroño-Peñuela and Hoekstra, 2017), we generate stable and reproducible links to execute these queries, retrieving predictable results without the need of knowledge in RDF or SPARQL.

Our findings reveal both shortcomings and advantages to this approach. The first limitation is the manual, unprincipled, and scarcely understood nature of collecting Web-based relevant provenance and contextual resources, links and workflows over these music-historical objects. Secondly, this process is prone to be biased towards the selection of resources that are only available on the Web, ignoring those published elsewhere; this aims at the general problem of reachability of offline archives and repositories. These shortcomings are balanced by a number of advantages. First, the end result supports a thorough documentation process that generates a semantic RDF graph of historically relevant and connected Web resources, posing the added value of machine-readability over more traditional text-based documentations. Second, the result supports a more principled retrieval mechanism, based on mixing musical (through the h.6 notes represented in RDF) and historical (through the supporting metadata RDF graph) knowledge under the same querying paradigm (reproducible SPARQL links). Third, the availability of both MIDI and their history enables a more exploratory approach, in which besides providing query results, the serendipitous discovery of information is incentivated through similarity links. Ultimately, we hope to enable comparative studies through graph metrics pointing differences between historical and contemporary music.

Bibliography

Cyganiak, R.; Wood, D; and Lanthaler, M. (2014). RDF 1.1 Concepts and Abstract Syntax. W3C Recommendation 25 February 2014

https://www.w3.org/TR/2014/REC-rdf11-concepts-20140225/

Duchesne-Guillemin, M. (1984). A Hurrian musical score from Ugarit: the discovery of mesopotamian music. Sources from the Ancient Near East, volume 2, fascicle 2

Harris, S; Seaborne, A.; and Prudhommeaux, E. (2013). SPARQL 1.1 query language. W3C recommendation, 21(10)

Kilmer, A. (1971). The Discovery of an Ancient Mesopotamian Theory of Music, Proceedings of the American Philosophical Society Vol. 115, No. 2, pp. 131-149

Kilmer, A. and Crocker, R. (1976) Sounds from silence: Recent discoveries in ancient Near Eastern music. Bit Enki publications

Kilmer, A. and Mirelman, S. (2013). Mesopotamia. In: Grove Music Online, Oxford Music Online. The New Grove Dictionary of Music and Musicians, second edition, edited by Stanley Sadie and John Tyrrell

https://doi.org/10.1093/gmo/9781561592630.article.18485

Meroño-Peñuela, A; Ashkpour, A; van Erp, M; Mandemakers, K; Breure, L; Scharnhorst, A.; Schlobach, S; and van Harmelen, F. (2015). Semantic Technologies for Historical Research: A Survey. Semantic Web — Interoperability, Usability, Applicability, 6(6), pp. 539–564. IOS Press

Meroño-Peñuela, A. and Hoekstra, R. (2016). The Song Remains the Same: Lossless Conversion and Streaming of MIDI to RDF and Back. In: 13th Extended Semantic Web Conference (ESWC 2016), posters and demos track. May 29th — June 2nd, Heraklion, Crete, Greece

Meroño-Peñuela, A. and Hoekstra, R. (2017). Automatic Query-centric API for Routine Access to Linked Data. In: The Semantic Web – ISWC 2017, 16th International Semantic Web Conference. Lecture Notes in Computer Science, vol 10587, pp. 334-339

Meroño-Peñuela, A; Hoekstra, R; Gangemi, A; Bloem, P; de Valk, R; Stringer, B; Janssen, B; de Boer, V; Allik, A.; Schlobach, S; and Page, K. (2017). The MIDI Linked Data Cloud. In: The Semantic Web – ISWC 2017, 16th International Semantic Web Conference. Lecture Notes in Computer Science, vol 10587, pp. 156-164

Meroño-Peñuela, A; de Valk, R; Daga, E; Daquino, M; Kent-Muller, A. (2018). The Semantic Web MIDI Tape: An Interface for Interlinking MIDI and Context Metadata. In: Workshop on Semantic Applications for Audio and Music, ISWC 2018. 9th October 2018, Monterey, California, USA

MIDI Manufacturers Association. (1996). The Complete MIDI 1.0 Detailed Specification. Tech. rep., The MIDI Manufacturers Association, Los Angeles, CA (1996- 2014),

https://www.midi.org/specifications/item/the-midi-1-0-specification

If this content appears in violation of your intellectual property rights, or you see errors or omissions, please reach out to Scott B. Weingart to discuss removing or amending the materials.

Conference Info

In review

ADHO - 2019
"Complexities"

Hosted at Utrecht University

Utrecht, Netherlands

July 9, 2019 - July 12, 2019

436 works by 1162 authors indexed

Series: ADHO (14)

Organizers: ADHO