Package org.geneontology.obographs.core.model
package org.geneontology.obographs.core.model
## Basic Obo Graph Model
Corresponds to the subset of OWL consisting of SubClassOf axioms between named classes
and either named classes or simple existential restrictions.

- Author:
- cjm
-
ClassDescriptionAn edge connects two nodes via a predicateA graph object holds a collection of nodes and edges Corresponds to a Named Graph in RDF, and an Ontology in OWL Note: there is no assumption that either nodes or edges are unique to a graph ## Basic OBO Graphs  *Holds a collection of graphs, plus document-level metadata ## Model A holder for metadata The information in a Meta object consists sets of
PropertyValueobjects, which associate the Meta object holder with some value via some property.A graph node corresponds to a class, individual or propertyAn edge connects two nodes via a predicateBuilds instances of typeEdge.A graph object holds a collection of nodes and edges Corresponds to a Named Graph in RDF, and an Ontology in OWL Note: there is no assumption that either nodes or edges are unique to a graph ## Basic OBO Graphs  *Builds instances of typeGraph.Holds a collection of graphs, plus document-level metadata ## Model Builds instances of typeGraphDocument.A holder for metadata The information in a Meta object consists sets ofPropertyValueobjects, which associate the Meta object holder with some value via some property.Builds instances of typeMeta.A graph node corresponds to a class, individual or propertyBuilds instances of typeNode.