【发布时间】:2019-08-30 14:15:01
【问题描述】:
我正在尝试在 Protégé 版本 5.5.0 中导入 BBC Food Ontology,但出现以下错误:
org.semanticweb.owlapi.io.OWLOntologyCreationIOException:服务器返回 HTTP 响应代码:406 for URL:https://www.bbc.co.uk/ontologies/fo/ at uk.ac.manchester.cs.owl.owlapi.OWLOntologyFactoryImpl.loadOWLOntology(OWLOntologyFactoryImpl.java:231)。 ..
我也试过.ttl文件的地址https://www.bbc.co.uk/ontologies/fo/1.1.ttl,然后得到以下错误:
org.semanticweb.owlapi.model.UnloadableImportException:无法加载导入的本体:http://www.bbc.co.uk/ontologies/provenance/ 原因:服务器返回 HTTP 响应代码:406 for URL:https://www.bbc.co.uk/ontologies/provenance
似乎无法导入作为 BBC Food Ontology 要求的 BBC Provenance Ontology。
另外,我尝试从本地 .ttl 文件中导入 Food Ontology,该文件之前从地址 https://www.bbc.co.uk/ontologies/fo/1.1.ttl 下载。然而,起源本体发生了同样的(上面提到的)错误。
【问题讨论】: