【发布时间】:2013-04-28 07:53:38
【问题描述】:
是否存在用于描述 Uri 组件元数据的已知 RDF 词汇表? (例如方案、权限、查询字符串等)
更新我已经找到了DublinCore term resource for URI,但是在相应的RDF文档中传达的信息范围是“URI是DataType”,这比什么要有限得多我需要。 RDF 描述如下:
<rdf:Description rdf:about="http://purl.org/dc/terms/URI">
<rdfs:label xml:lang="en">URI</rdfs:label>
<rdfs:comment xml:lang="en">The set of identifiers constructed according to the generic syntax for Uniform Resource Identifiers as specified by the Internet Engineering Task Force.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<dcterms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2000-07-11</dcterms:issued>
<dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-01-14</dcterms:modified>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
<dcterms:hasVersion rdf:resource="http://dublincore.org/usage/terms/history/#URI-003"/>
<rdfs:seeAlso rdf:resource="http://www.ietf.org/rfc/rfc3986.txt"/>
</rdf:Description>
【问题讨论】:
-
我相信您已经发现,使用 Google 搜索这是一件非常困难的事情,因为大多数 OWL 本体的描述都提到了“IRI”、“URI”或“URL”。
-
@JoshuaTaylor,这就像为
StackOverflowException寻找解决方案一样
标签: uri metadata rdf semantic-web vocabulary