relaton / relaton-nist

NistBib: retrieve NIST Standards for bibliographic use using the BibliographicItem model
https://www.metanorma.com
MIT License
2 stars 1 forks source link

Different serialisation of "supersedes" #66

Closed opoudjis closed 2 years ago

opoudjis commented 2 years ago

NIST differentiates between the relations supersedes and obsoletes. It turns out that obsoletes is the only relation type supported by the Relaton grammar. A relation of type supersedes needs to be expressed as a specialisation of obsoletes. It needs to be serialised into XML as

<relation type="obsoletes"><description>supersedes</description>
<bibitem> ... </bibitem>
</relation>
andrew2net commented 2 years ago

@opoudjis but the NIST grammar supports supersedes relation.

andrew2net commented 2 years ago

fixed in v 1.9.8