Browse wiki
From OWL Test Cases
| New-Feature-ObjectQCR-001-RDFXML |
| Conclusion ontology |
<?xml version="1.0"?> <rdf:RDF xml:base = "http://example.org/" xmlns = "http://example.org/" xmlns:owl = "http://www.w3.org/2002/07/owl#" xmlns:rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <owl:Ontology/> <owl:ObjectProperty rdf:about="fatherOf" /> <owl:Class rdf:about="Man" /> <rdf:Description rdf:about="Peter"> <rdf:type> <owl:Restriction> <owl:onProperty rdf:resource="fatherOf" /> <owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">2</owl:minQualifiedCardinality> <owl:onClass rdf:resource="Man" /> </owl:Restriction> </rdf:type> </rdf:Description> </rdf:RDF> |
|---|---|
| Features | Owl:differentFrom +, Owl:ObjectProperty +, Owl:Class +, Owl:onProperty +, Owl:onClass +, Owl:minQualifiedCardinality + |
| Modification dateThis property is a special property in this wiki. | 29 April 2009 18:09:05 + |
| Premise ontology |
<?xml version="1.0"?> <rdf:RDF xml:base = "http://example.org/" xmlns = "http://example.org/" xmlns:owl = "http://www.w3.org/2002/07/owl#" xmlns:rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <owl:Ontology/> <owl:ObjectProperty rdf:about="fatherOf" /> <owl:Class rdf:about="Man" /> <rdf:Description rdf:about="Peter"> <fatherOf rdf:resource="Stewie" /> <fatherOf rdf:resource="Chris" /> </rdf:Description> <Man rdf:about="Stewie" /> <Man rdf:about="Chris" /> <rdf:Description rdf:about="Stewie"> <owl:differentFrom rdf:resource="Chris" /> </rdf:Description> </rdf:RDF> |
| Test case syntax | Test:RDFXML + |
| hide properties that link here |
| New-Feature-ObjectQCR-001 + | Auxiliary test inputs |
|---|
