Skip to content

Commit

Permalink
Changed DisjointWith to AllDisjointClasses.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrietteharmse committed Aug 10, 2023
1 parent 7722678 commit 6013136
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions testcases/owl2-primer/disjoint-classes.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@
-->



<owl:AllDisjointClasses>
<owl:members rdf:parseType="Collection">
<owl:Class rdf:about="http://www.ebi.ac.uk/testcases/owl2primer/disjoint-classes.rdf#Woman"/>
<owl:Class rdf:about="http://www.ebi.ac.uk/testcases/owl2primer/disjoint-classes.rdf#Man"/>
</owl:members>
</owl:AllDisjointClasses>

<!-- http://www.ebi.ac.uk/testcases/owl2primer/disjoint-classes.rdf#Man -->

<owl:Class rdf:about="http://www.ebi.ac.uk/testcases/owl2primer/disjoint-classes.rdf#Man">
<owl:disjointWith rdf:resource="http://www.ebi.ac.uk/testcases/owl2primer/disjoint-classes.rdf#Woman"/>
</owl:Class>
<owl:Class rdf:about="http://www.ebi.ac.uk/testcases/owl2primer/disjoint-classes.rdf#Man"/>



Expand Down

0 comments on commit 6013136

Please sign in to comment.