-
Notifications
You must be signed in to change notification settings - Fork 0
Reference Appendix
Chris Day edited this page Feb 1, 2026
·
1 revision
Provide a glossary, endpoint index, official links, and example raw payloads.
- Ontology: structured vocabulary with relationships.
- Class: a concept inside an ontology.
- Mapping: relationship between terms across ontologies.
- JSON-LD: JSON with linked-data semantics.
/ontologies/ontologies/:acronym/ontologies/:acronym/classes/ontologies/:acronym/classes/roots/ontologies/:acronym/classes/:cls/children/ontologies/:acronym/classes/:cls/parents/search/annotator/recommender
- API docs:
https://data.bioontology.org/documentation
{
"acronym": "ABA-API-TST",
"name": "ABA Adult Mouse Brain",
"@id": "http://data.bioontology.org/ontology/ABA-API-TST",
"@type": "http://data.bioontology.org/metadata/Ontology",
"links": {
"classes": "http://data.bioontology.org/ontologies/ABA-API-TST/classes"
}
}- Home
- Getting Started
- Architecture Overview
- OpenAPI Specification
- Python SDK Quickstart
- Endpoint Guides
- Endpoint Guides - Ontologies
- Endpoint Guides - Classes
- Endpoint Guides - Search
- Endpoint Guides - Annotator
- Endpoint Guides - Recommender
- Usage Patterns
- Client SDK Documentation
- Data and Semantics
- Pagination and Hypermedia
- Error Handling and Limits
- Testing and Validation
- Release and Versioning
- Contributing Guide
- Reference Appendix