geneontology / obographs

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

Compare meta tag with what is used in other parts of bbop stack #3

Open cmungall opened 7 years ago

cmungall commented 7 years ago

@kltm - does documentation for this exist?

Current UML for OG meta objects (geared towards OWL completeness with simply entry points for OBO-esque consumers)

img

cc @nathandunn

cmungall commented 7 years ago

Example of synonyms:

     "id" : "http://purl.obolibrary.org/obo/GO_0005575",
      "meta" : {
        "definition" : {
          "val" : "The part of a cell or its extracellular environment in which a gene product is located. A gene product may be located in one or more parts of a cell and its location may be as specific as a particular macromolecular complex, that is, a stable, persistent association of macromolecules that function together.",
          "xrefs" : [ "GOC:go_curators", "NIF_Subcellular:sao-1337158144" ]
        },
        "synonyms" : [ {
          "pred" : "hasExactSynonym",
          "val" : "cellular component",
          "xrefs" : [ ],
          "exact" : true
        }, {
          "pred" : "hasRelatedSynonym",
          "val" : "subcellular entity",
          "xrefs" : [ "NIF_Subcellular:nlx_subcell_100315" ],
          "exact" : false
        }, {
          "pred" : "hasExactSynonym",
          "val" : "cell or subcellular entity",
          "xrefs" : [ ],
          "exact" : true
        } ]
      },