- XML Literals:
- makes it possible to “bind” RDF resources with XML vocabularies:
<rdf:Description rdf:about="#Path">
<axsvg:algorithmUsed rdf:parseType="Literal"
<math xmlns="...">
<apply>
<laplacian/>
<ci>f</ci>
</apply>
</math>
</axsvg:algorithmUsed>
</rdf:Description/>