我正在尝试使用 OWL API 加载本体。
资源的 IRI 之一是http://example.com/#1#2'
.
发生以下异常:
Parser: RDFXMLParser
org.semanticweb.owlapi.rdf.syntax.RDFParserException: [line=129:column=52] IRI 'http://example.com/#1#2' cannot be resolved against curent base IRI http://example.com/ontology/demo.owl
如果我将该 IRI 更改为http://example.com/#1'
,那么一切都很好。
为什么 OWL API 的 RDFXMLParser 不能用两个哈希值解析 IRI?