geneontology / obographs

Basic and Advanced OBO Graphs: specification and reference implementation
63 stars 12 forks source link

Implement hasValue and anon class assertion mappings #12

Open cmungall opened 7 years ago

cmungall commented 7 years ago

Dependent on agreement on #7

These have yet to be implemented:

Class: C
  SubClassOf: P value J

==>

edges:
 - subj: C
   pred: P
   obj: J
Individual: I
  Types: C

==>

edges:
 - subj: I
   pred: type
   obj: C