Ticket #184 (closed task: fixed)
RDFa for notation tags
| Reported by: | cmueller | Owned by: | cmueller |
|---|---|---|---|
| Priority: | minor | Milestone: | MCS Notation Paper |
| Component: | Presentation | Version: | |
| Keywords: | Cc: | clange, dmisev | |
| Blocked By: | Blocking: | ||
| Due to close: | Include in GanttChart: | no | |
| Dependencies: | Due to assign: |
Description
I am enclosing the first draft (and now outdated) representation of the final output of JOMDoc in an rendered OMDoc and XHTML document. We agreed that JOMDoc generates ec-attributes instead of tags (so the tags are outdated). So I assume the below RDFa representation is out-of-date as we only make use of ec now?
OMDoc:
<theory>
<tag type="notation"
xref="ntn123#rend456" object="obj333"/>
<tag type="notation"
xref="ntn123#rend789" object="obj333"/>
<m:semantics>
...
<om:OMOBJ xml:id="obj333">
...
</m:semantics>
</theory>
XHTML+RDFa
<div about="obj333" xmlns:o="http://omdoc.org/ns"> <span rel="o:tag" href="ntn123#rend456" /> <span rel="o:tag" href="ntn123#rend789" /> <m:semantics> ... <om:OMOBJ xml:id="obj333"> ... </m:semantics> </div>
see https://svn.omdoc.org/repos/jomdoc/doc/blue/mkm-journal/jomdoc.tex
Change History
Note: See
TracTickets for help on using
tickets.
