SVG 协作工作中的 RDF 元数据
我找不到如何使用 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>
I can't find a good example of how annotate my nested SVG with RDF.
This is the rough structure of the document:
<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>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是 inkscape 生成的 SVG 文档的第一行。他们将 RDF 放入标签元数据中。
here are the very first lines of a SVG document generated by inkscape. They put the RDF in the tag metadata.