| 28 | |
| 29 | == Ideas == |
| 30 | |
| 31 | ==== Reflect RDFa snippets ==== |
| 32 | |
| 33 | Idea 1 (interlaced with the text): |
| 34 | {{{ |
| 35 | <div xmlns:sioc="http://rdfs.org/sioc/ns#" typeof="sioc:Item"> |
| 36 | <span class='reflect_protein'><a rel="sioc:topic" resource="http://purl.uniprot.org/uniprot/P05113"></a>IL-5</span> |
| 37 | </div> |
| 38 | }}} |
| 39 | |
| 40 | Idea 2 (at the end of the document, non-redundant): |
| 41 | {{{ |
| 42 | <div xmlns:sioc="http://rdfs.org/sioc/ns#" typeof="sioc:Item"> |
| 43 | <span id='reflectEntity0'>9606.ENSP00000231454</span> |
| 44 | <a rel="sioc:topic" resource="http://purl.uniprot.org/uniprot/P05113"></a> |
| 45 | </div> |
| 46 | }}} |