Binding RDF to an XML Resource
- You can use the rdf:about as URI for external resources
- so storing RDF as a separate file
- You may add RDF to XML directly (in its own namespace)
- e.g., in SVG:
<svg ...>
...
<metadata>
<rdf:RDF xmlns:rdf="http://../rdf-syntax-ns#">
...
</rdf:RDF>
</metadata>
...
</svg>