⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 deletebug.owl

📁 Jena推理机
💻 OWL
字号:
<?xml version="1.0"?>

<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:j.0="http://protege.stanford.edu/plugins/owl/protege#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:j.1="http://decsai.ugr.es/~ontoserver/bacarex2.owl#"
    xml:base="http://decsai.ugr.es/~ontoserver/bacarex2.owl"
    >
  <owl:Ontology rdf:about="">
<!--  
    <owl:imports 
rdf:resource="http://protege.stanford.edu/plugins/owl/protege"/>
-->  
  </owl:Ontology>
  <owl:Class rdf:ID="MetaClass"
     j.0:subClassOf="owl:Class"/>
  <owl:Class rdf:ID="Person"
     j.0:directType="MetaClass"
     j.1:Importance="0"/>
  <owl:DatatypeProperty rdf:ID="name"
     rdf:type="http://www.w3.org/2002/07/owl#FunctionalProperty">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#Person"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="address"
     rdf:type="http://www.w3.org/2002/07/owl#FunctionalProperty">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#Person"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Importance"
     rdf:type="http://www.w3.org/2002/07/owl#FunctionalProperty">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#MetaClass"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="surname"
     rdf:type="http://www.w3.org/2002/07/owl#FunctionalProperty">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#Person"/>
  </owl:DatatypeProperty>
  <j.1:Person rdf:ID="JS"
     j.1:name="John"
     j.1:surname="Smith">
    <j.1:address>No street</j.1:address>
  </j.1:Person>
  <j.1:Person rdf:ID="AP"
     j.1:name="Adriana"
     j.1:surname="Portoalegre">
    <j.1:address>No street</j.1:address>
  </j.1:Person>
</rdf:RDF>

⌨️ 快捷键说明

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