{{InconsistencyTestCase
|id=rdfbased-sem-ndis-alldisjointproperties-fw
|description=All the members of an owl:AllDisjointProperties construct are mutually disjoint properties.
|author=Michael Schneider, Kai Mainzer
|syntax=RDF/XML
|semantics=Test applies only to RDF-based semantics
|rlrulescomplete=Yes
|inconsistent-ontology=<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:ex="http://www.example.org#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" > 
  <rdf:Description rdf:nodeID="A0">
    <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
    <rdf:first rdf:resource="http://www.example.org#p3"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.example.org#z">
    <owl:members rdf:nodeID="A1"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointProperties"/>
  </rdf:Description>
  <rdf:Description rdf:nodeID="A2">
    <rdf:rest rdf:nodeID="A0"/>
    <rdf:first rdf:resource="http://www.example.org#p2"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.example.org#s">
    <ex:p2 rdf:resource="http://www.example.org#o"/>
    <ex:p1 rdf:resource="http://www.example.org#o"/>
  </rdf:Description>
  <rdf:Description rdf:nodeID="A1">
    <rdf:rest rdf:nodeID="A2"/>
    <rdf:first rdf:resource="http://www.example.org#p1"/>
  </rdf:Description>
</rdf:RDF>
}}