File tree 4 files changed +220
-20
lines changed
4 files changed +220
-20
lines changed Original file line number Diff line number Diff line change
1
+ .ipynb_checkpoints /
1
2
# # Core latex/pdflatex auxiliary files:
2
3
* .aux
3
4
* .lof
Original file line number Diff line number Diff line change 56
56
</owl : Class >
57
57
</owl : equivalentClass >
58
58
<rdfs : subClassOf rdf : resource =" http://Person" />
59
+ <owl : disjointWith rdf : resource =" http://Male" />
59
60
</owl : Class >
60
61
61
62
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ def main():
27
27
axioms .add (adapter .create_subclass_of (parent , person ))
28
28
axioms .add (adapter .create_subclass_of (mother , female ))
29
29
axioms .add (adapter .create_subclass_of (father , male ))
30
+ axioms .add (adapter .create_disjoint_classes (male , female ))
30
31
parent_and_male = adapter .create_object_intersection_of (parent , male )
31
32
axioms .add (adapter .create_subclass_of (parent_and_male , father ))
32
33
parent_and_female = adapter .create_object_intersection_of (parent , female )
You can’t perform that action at this time.
0 commit comments