-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add licence information to export XML #155
Comments
It seems, that or are appropriate elements for licence information in MEI header: |
So, that's a hard case for me currently... and I am very sorry for writing too much. So, if we want to give the licence information for every chunk of MEI, I don't know how this can be done. Without having a The future xml versions of the editions, by the way, will have this licence info and retrieve the data from the catalogue for the header. Example: <mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="4.0.1">
<meiHead>
<fileDesc>
<titleStmt>
<title>A small example</title>
<respStmt>
<resp>Encoder</resp>
<persName xml:id="AP">Anna Plaksin</persName>
</respStmt>
</titleStmt>
<pubStmt>
<availability>
<useRestrict auth.uri="https://creativecommons.org/licenses/by/4.0/">Here is the place for the licence information for the whole MEI file</useRestrict>
</availability>
</pubStmt>
<sourceDesc>
<source>
<bibl>Example source</bibl>
</source>
</sourceDesc>
</fileDesc>
<workList>
<work xml:id="exmplWork">
<identifier auth="CMO">Example</identifier>
<title>Drunken Sailor</title>
<langUsage>
<language xml:id="en">Turkish</language>
</langUsage>
<classification>
<termList>
<term>Vocal music</term>
</termList>
</classification>
<expressionList>
<expression xml:id="exmplExpression">
<title>I am an example</title>
<relationList>
<relation rel="hasEmbodiment" target="#exmplManifestation" n="p.31"/>
</relationList>
</expression>
</expressionList>
</work>
</workList>
<manifestationList>
<manifestation xml:id="exmplManifestation">
<identifier>Some manifestation</identifier>
</manifestation>
</manifestationList>
</meiHead>
<music/>
</mei> |
Related to #154 and #65.
atm we only show licence information on website, it is not part of xml.
The text was updated successfully, but these errors were encountered: