Skip to content

Latest commit

 

History

History
185 lines (123 loc) · 3.51 KB

schema.md

File metadata and controls

185 lines (123 loc) · 3.51 KB

Ontology Graph

A property graph for ontologies based on OBO/OWL ontology structures.

Ontology

The root of the ontology

Keys: id

Properties

PropertyTypeDescription
data-versionstring

a version string

datedatetime

the creation date of the ontology

default-namespacestring

the default namespace to use for the ontology

format-versionstring

the input format version

idstring

an identifier for the ontology in the graph

ontologystring

the identifier for the ontology which may be the same as the id

remarkstring

a comment

saved-bystring

an identification of the process that generated the format

Relations

RelationDirectedTarget
:subsetdefyes:Subset

A subset of the ontology. Terms identify themselves as member of a subset.

:termyes:Term

a term belonging to the ontology

:typedefyes:Typedef

a type definition belonging to the ontology

Term

Keys: id

Properties

PropertyTypeDescription
commentstring
created_bystring
creation_datestring
defstring
idstring

an identifier for the term in the graph. This is often the same as name

is_obsoletestring
namestring

the term identifier in the ontology

Relations

RelationDirectedTarget
:aliasyes:Term
:defyes:Resource
:subsetyes:Subset
:synonymyes:XRef
:xrefyes:XRef
:is_ayes:Term
:disjoint_fromyes:Term

Typedef

Keys: id

Properties

PropertyTypeDescription
defstring
namestring

Relations

RelationDirectedTarget
:defyes:Resource

Resource

Keys: url

Subset

Keys: id

Properties

PropertyTypeDescription
descriptionstring

XRef

Keys: id

Properties

PropertyTypeDescription
relatedstring
relationstring