作者:dcterms:creator;
标题:dcterms:title;
位置:dcterms:位置
这很容易,但我有一些不在dcterms列表中的thigs.我在哪里可以找到其他模式来描述它?你能告诉我一些例子,甚至是如何创建自己的架构吗?
例如.主页;关键词;目标
解决方法
您可以使用http://prefix.cc/来了解其中的一些.
对于书籍,请看一下(这些只是一些建议,以便您看到一些示例):
> Dublin Core(你已经知道了)
> FOAF (Friend of a Friend)(例如,作者和主题)
> schema.org(例如,Book和Person)
> The Bibliographic Ontology
provides main concepts and properties for describing citations and bibliographic references (i.e. quotes,books,articles,etc) on the Semantic Web.
> Ontology for Media Resources
a core set of Metadata properties for media resources
> @L_403_9@
a suite of orthogonal and complementary ontology modules for creating comprehensive machine-readable RDF Metadata for all aspects of semantic publishing and referencing
您可以创建自己的词汇表(但只有在没有合适的词汇表时才应该这样做).它就像定义URIs under your control的含义一样简单.如果你打算发布这个词汇表,以便其他人也可以使用它,请查看RDFS(这是一个描述词汇表的词汇表).也可以看看:
> RDF入门:Defining RDF Vocabularies: RDF Schema
> RDFa Primer:Custom Vocabularies
> Best Practice Recipes for Publishing RDF Vocabularies