# Slot: graphs _A list of all graphs (ontologies) in an ontology document._ URI: [obographs:graphs](https://github.com/geneontology/obographs/graphs) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [GraphDocument](GraphDocument.md) | A graph document is a collection of graphs together with a set of prefixes th... | no | ## Properties * Range: [Graph](Graph.md) * 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 ```