owl:AllDifferent
From OWL Test Cases
The syntactic element owl:AllDifferent belongs to the RDF/XML serialization of OWL 2.
Tests using this feature
This section lists test that are using this feature (refresh view)info.pngQuery results are cached with wiki pages for some time, even if the data changes. This link purges a page's cache to get the most recent results.
There are 7 approved test cases that currently use this feature:author | description | |
---|---|---|
FS2RDF-different-individuals-3-ar | Alan Ruttenberg | Functional syntax to RDFXML translation of ontology consisting of a 3 argument DifferentIndividuals |
New-Feature-DisjointDataProperties-002 | Mike Smith | Demonstrates use of a ternary disjoint data properties axiom to infer different individuals. Adapted from test New-Feature-DisjointDataProperties-001. |
New-Feature-DisjointObjectProperties-002 | Mike Smith | A modification of test New-Feature-DisjointObjectProperties-001 to demonstrate a ternary disjoint object properties axiom. |
One equals two | Alan Ruttenberg | Start with 3 classes, a,b,c and relate them so instances have to be in a 1:1 relationship with each other.
The class b-and-c is the union of b and c. Therefore there have to be 2 instances of b-and-c for every instance of a. Relate the class 2a to b-and-c so that *their* instances are in 1:1 relationship. Now relate 2a to a so that *their* instances are in a 1:1 relationship. This should lead to a situation in which every instance of 2a is 1:1 with an instance of a, and at the same time 2:1 with an instance of a. Unless all the classes have an infinite number of members or are empty this doesn't work. This example has a is the enumerated class {i,j,k} (i,j,k all different individuals). So it should be inconsistent. |
Rdfbased-sem-ndis-alldifferent-fw | Michael Schneider Kai Mainzer |
All the members of an owl:AllDifferent construct are mutually different individuals. |
… further results |
author | description | |
---|---|---|
TestCase:WebOnt-AllDifferent-001 | Jos De Roo | using AllDifferent to derive differentFrom |
TestCase:WebOnt-differentFrom-002 | Jos De Roo | using distinctMembers to derive differentFrom |
TestCase:WebOnt-distinctMembers-001 | Jos De Roo | using distinctMembers to derive differentFrom |
author | description | |
---|---|---|
FS2RDF-different-individuals-3-annotation-ar | Alan Ruttenberg | Functional syntax to RDFXML translation of ontology consisting of a 3 argument DifferentIndividuals with annotation |