Slot: graphs
A list of all graphs (ontologies) in an ontology document.
URI: obographs:graphs
Applicable Classes
Name |
Description |
Modifies Slot |
---|---|---|
A graph document is a collection of graphs together with a set of prefixes th… |
no |
Properties
Range: Graph
Multivalued: True
Identifier and Mapping Information
Schema Source
from schema: https://github.com/geneontology/obographs
Mappings
Mapping Type |
Mapped Value |
---|---|
self |
obographs:graphs |
native |
obographs:graphs |
LinkML Source
```yaml
name: graphs
description: A list of all graphs (ontologies) in an ontology document.
from_schema: https://github.com/geneontology/obographs
rank: 1000
alias: graphs
domain_of:
- GraphDocument
range: Graph
multivalued: true
inlined: true
inlined_as_list: true
</details>