import-normalizerbug.owl

来自「jena2.5.4推理机系统的一种最基本实现 HP实验室出品」· OWL 代码 · 共 15 行

OWL
15
字号
<?xml version="1.0" encoding="WINDOWS-1252"?>
<rdf:RDF
    xmlns="http://a.com/ontology#"
    xmlns:process2="http://protege.stanford.edu/plugins/owl/testdata/normalizerBug.owl#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
  xml:base="http://a.com/ontology">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://protege.stanford.edu/plugins/owl/testdata/normalizerBug.owl"/>
  </owl:Ontology>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 1.2 beta, Build 140)  http://protege.stanford.edu -->

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?