fastobo-graphs 0.2.0

OBO Graphs data model, decoder and encoder in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "graphs" : [ {
    "nodes" : [ ],
    "edges" : [ ],
    "id" : "http://purl.obolibrary.org/obo/test.owl",
    "meta" : {
      "subsets" : [ ],
      "xrefs" : [ ],
      "basicPropertyValues" : [ ],
      "version" : "http://purl.obolibrary.org/obo/test/0.1.0/test.owl"
    },
    "equivalentNodesSets" : [ ],
    "logicalDefinitionAxioms" : [ ],
    "domainRangeAxioms" : [ ],
    "propertyChainAxioms" : [ ]
  } ]
}