Ticket #184 (closed task: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by clange

Yes, I think we can drop RDFa here, as it is just not precise enough. An RDF semantics of our @ec notation tags would then, if needed, have to be established by applying an XML->RDF extraction to the document afterwards, e.g. with Krextor. For the semantics that we are interested in and that our applications should support, I think we can use RDF(a) exactly there, where we think it makes sense. Theoretically, one could even drop math content markup and represent complete mathematical formulas in RDF, but that would look quite messy and wouldn't have much value.

Changed 4 years ago by cmueller

  • status changed from new to closed
  • resolution set to fixed

Okay, I just removed this part. Thank you.

Note: See TracTickets for help on using tickets.