我找不到如何使用 RDF 注释嵌套 SVG 的好示例。这是该文档的大致结构:
<svg>
<title>Main document</title>
<metadata>
This needs a title, publisher, date, cc:license, and cc:attributionURL.
</metadata>
<svg>
<title>Contribution 1</title>
This needs a title, date, and contributor 1.
</svg>
<svg>
<title>Contribution 2</title>
This needs a title, date, and contributor 2.
</svg>
</svg>
Run Code Online (Sandbox Code Playgroud)