Footnote-not-about-self
From OWL Test Cases
[Download OWL] | |
Test Id | Footnote-not-about-self |
---|---|
Description | Test checking of local irreflexivity |
Status | New test (no official status yet) |
Author | Alan Ruttenberg |
Original syntax | RDF-XML |
Syntactic Species/Profile | OWL 2 DL (not EL, not QL, not RL) |
Semantics | This test is applicable under both direct and RDF-based semantics. |
Inconsistent ontology (download)
Convert syntax: functional, XML, Manchester This informative conversion will be incorrect for OWL 2 Full. info.pngConversions are provided by the OWL Syntax Converter which tries to "repair" OWL 2 Full inputs to become DL. | |
<?xml version="1.0"?>
<rdf:RDF xmlns="http://example.org/" xml:base="http://example.org/" xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ex = "http://example.org/" xmlns:owl="http://www.w3.org/2002/07/owl#"> <owl:Ontology rdf:about=""/> <owl:ObjectProperty rdf:about="http://example.org/about"> <rdfs:label>about</rdfs:label> </owl:ObjectProperty> <owl:Class rdf:about="http://example.org/footnote"> <owl:disjointWith> <owl:Restriction> <owl:onProperty rdf:resource="http://example.org/about"/> <owl:hasSelf rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:hasSelf> </owl:Restriction> </owl:disjointWith> </owl:Class> <ex:footnote rdf:about="http://example.org/footenote1"> <ex:about rdf:resource="http://example.org/footenote1"/> </ex:footnote> </rdf:RDF> | |
Imported ontologies | none |