Browse wiki

From OWL Test Cases

Jump to:navigation, search
TestCase:WebOnt-equivalentClass-009
Comment The version of this test approved by the W The version of this test approved by the WebOnt WG was incorrect. The input ontology present in that version of the test was marked as an OWL DL document, but was not OWL DL because it did not contain a triple of the form O rdf:type owl:Ontology. The ontology has been revised to contain the necessary triple. n revised to contain the necessary triple.
Features Owl:Thing +, Owl:intersectionOf +, Owl:unionOf +, Owl:complementOf +, Owl:oneOf +, Owl:equivalentClass +, Owl:Class +
Has author Jeremy J. Carroll +
Modification dateThis property is a special property in this wiki. 14 July 2009 23:49:08  +
Premise ontology
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
 xml:base="http://www.w3.org/2002/03owlt/equivalentClass/consistent009" >
 
   <owl:Ontology/>
 <owl:Class rdf:nodeID="a">
   <owl:oneOf rdf:parseType="Collection">
      <owl:Thing rdf:ID="A"/>
   </owl:oneOf>
   <owl:equivalentClass>   
     <owl:Class rdf:nodeID="b">
       <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="B"/>
       </owl:unionOf>
     </owl:Class>
   </owl:equivalentClass>  
   <owl:equivalentClass>    
     <owl:Class rdf:nodeID="c">
       <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="C"/>
       </owl:intersectionOf>
     </owl:Class>
   </owl:equivalentClass>  
   <owl:equivalentClass>    
     <owl:Class rdf:nodeID="d">
       <owl:complementOf>
          <owl:Class rdf:ID="D"/>
       </owl:complementOf>
     </owl:Class>
   </owl:equivalentClass>  

 </owl:Class>

</rdf:RDF>
Test case author Jeremy J. Carroll  +
Test case description A possible mapping of the EquivalentClasses axiom, which is connected but without a Hamiltonian path.
Test case id WebOnt-equivalentClass-009  +
Test case semantics Test:DIRECT +, Test:RDF-BASED +
Test case species Test:DL +, Test:FULL +
Test case status Test:Approved +
Test case syntax Test:RDFXML +
WebOnt test http://www.w3.org/2002/03owlt/equivalentClass/Manifest009#test  +
Categories No EL profile test, No QL profile test, No RL profile test, ConsistencyTest
hide properties that link here 
  No properties link to this page.
 

 

Enter the name of the page to start browsing from.
Navigation
OWL 2 Informative
OWL 2 Normative
Toolbox