- Using XML literals might be extremely powerful
- Makes it possible to “bind” RDF resources with XML vocabularies:
- 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/>