Skip to content

Commit

Permalink
Merge pull request #24 from obophenotype/lateral-swrl
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff authored Feb 5, 2021
2 parents 29d0530 + 4aaac6a commit c18e138
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ontology/bspo-edit.ofn
Original file line number Diff line number Diff line change
Expand Up @@ -2662,4 +2662,7 @@ AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/CARO_0000010> "an
SubClassOf(<http://purl.obolibrary.org/obo/CARO_0000010> <http://purl.obolibrary.org/obo/CARO_0000007>)


DLSafeRule(Annotation(rdfs:comment "This can't be added as a property chain because it causes a circularity violation for 'part of'.") Body(ObjectPropertyAtom(<http://purl.obolibrary.org/obo/BSPO_0000120> Variable(<urn:swrl:var#y>) Variable(<urn:swrl:var#z>)) ObjectPropertyAtom(<http://purl.obolibrary.org/obo/BFO_0000050> Variable(<urn:swrl:var#x>) Variable(<urn:swrl:var#y>)))Head(ObjectPropertyAtom(<http://purl.obolibrary.org/obo/BSPO_0000120> Variable(<urn:swrl:var#x>) Variable(<urn:swrl:var#z>))))
DLSafeRule(Annotation(rdfs:comment "This can't be added as a property chain because it causes a circularity violation for 'part of'.") Body(ObjectPropertyAtom(<http://purl.obolibrary.org/obo/BSPO_0000121> Variable(<urn:swrl:var#y>) Variable(<urn:swrl:var#z>)) ObjectPropertyAtom(<http://purl.obolibrary.org/obo/BFO_0000050> Variable(<urn:swrl:var#x>) Variable(<urn:swrl:var#y>)))Head(ObjectPropertyAtom(<http://purl.obolibrary.org/obo/BSPO_0000121> Variable(<urn:swrl:var#x>) Variable(<urn:swrl:var#z>))))
DLSafeRule(Annotation(rdfs:comment "This can't be added as a property chain because it causes a circularity violation for 'part of'.") Body(ObjectPropertyAtom(<http://purl.obolibrary.org/obo/BSPO_0000126> Variable(<urn:swrl:var#y>) Variable(<urn:swrl:var#z>)) ObjectPropertyAtom(<http://purl.obolibrary.org/obo/BFO_0000050> Variable(<urn:swrl:var#x>) Variable(<urn:swrl:var#y>)))Head(ObjectPropertyAtom(<http://purl.obolibrary.org/obo/BSPO_0000126> Variable(<urn:swrl:var#x>) Variable(<urn:swrl:var#z>))))
)

0 comments on commit c18e138

Please sign in to comment.