gbv / cmo

Corpus Musicae Ottomanicae
GNU General Public License v3.0
6 stars 0 forks source link

Linking of expressions in fasil-cycles #252

Open sgroneme opened 5 months ago

sgroneme commented 5 months ago

Usually, the relation between source/expression/work is realised by "mei:relationList/mei:relation" and specified by attribute values, e.g. "isEmbodimentOf".

In manuscript NE208, we have sets of pieces that all belong to a specific fasil-cycle, e.g.: https://corpus-musicae-ottomanicae.de/receive/cmo_expression_00004580

This cycle contains four pieces, e.g. the first: https://corpus-musicae-ottomanicae.de//receive/cmo_expression_00004581

Here, I have a backlink to the cycle directly under the header "Back to top expression". We were trying to find out how this connection is realised in the XML, as this may be relevant to the RISM MARC mapping, but couldn't find any element.

sebhofmann commented 5 months ago

The Connection is made in the Structure part of the expression mycoreobject:

<structure>
  <parents class="MCRMetaLinkID">
    <parent inherited="0" xlink:type="locator" xlink:href="cmo_expression_00004580"/>
  </parents>
</structure>