Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Extend the annotations by an MathML element #69

Open
urabenstein opened this issue Dec 7, 2016 · 1 comment
Open

Extend the annotations by an MathML element #69

urabenstein opened this issue Dec 7, 2016 · 1 comment

Comments

@urabenstein
Copy link

In order to spot quantity expressions, I would like to extend the annotation graph by a further element, namely an element containing content MathML. This should contain the scalar part and the unit symbol i.e. in the following form for "3 m/s":

<apply> 
  <csymbol cd="?"> Quantity Expression </csymbol>
  <cn> 3 </cn>
  <apply>
    <divide cd="QEBasE:QENDiv"> </divide>
    <csymbol cd="SIBase:Meter"> meter </csymbol>
    <csymbol cd="SIBase:Second"> second </csymbol>
   </apply>
</apply>

The URIs fit to Tom's unit formalization in MMT.

@kohlhase
Copy link
Member

kohlhase commented Dec 10, 2016 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants