XML Casting Type

时间:2012-04-16 21:13:45

标签: xml rdf ontology

我正在将XML文件解析为充满数据的RDF资源。但是,在我使用的本体中,其中一个XML标记是未知的。我想将它映射到RDF中的现有类型。我无法更改本体或原始XML文件,因此我正在寻找有关将其映射到我正在生成的新RDF文件中的建议。我现在正在阅读RDF Primer中的Section 3. An XML Syntax for RDF: RDF/XML,但我真的不确定这样做的正确方法。

以下是输入的示例:

<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
    xmlns:j.0="http://website.com/somewebOntology.rdf#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" > 
  <rdf:Description rdf:about="http://website.com/somepage">
    <rdf:unknownTag>Info here<rdf:unknownTag> <!-- map this unknown type to a specific type with the ontology -->
  </rdf:Description>
</rdf:RDF>

0 个答案:

没有答案