Skip to content

Commit

Permalink
Fixing truncated sentence
Browse files Browse the repository at this point in the history
thanks @cmpich
  • Loading branch information
cmungall authored Dec 23, 2016
1 parent 532d4a3 commit 58789be
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ The basic form is:
"graphs": [
{
"nodes" : [...],
"edges" : [...],
"edges" : [
],
},
...
]
Expand Down Expand Up @@ -199,7 +200,12 @@ Currently two axiom patterns are defined:

Note that these do not necessarily correspond 1:1 to OWL axiom
types. The two above are different forms of equivalent classes axiom,
the former suited to cases where we have multiple ontologies with overlapping (... truncated sentence)
the former suited to cases where we have multiple ontologies with the same
concept represented using a different URI in each (for example, a DOID:nnn
URI and a Orphanet:nnn URI with a direct equivalence axiom between them).

The latter is for so called 'cross-product' or 'genus-differentia' definitions
found in most well-behaved bio-ontologies.

See [README-owlmapping.md](README-owlmapping.md) for mor details

Expand Down

0 comments on commit 58789be

Please sign in to comment.