Paths#
This page summarizes the code structure for this directory and its immediate subdirectories. It focuses on the api / v1 / paths area within the api module. Use the table of contents below to navigate deeper.
Overview#
This section documents all HTTP routes exposed by the API v1. Routes are organized by functional domains and follow the structure of the paths/ directory.
Each subdirectory represents a coherent set of endpoints (such as users, authentication, administration, data access, or knowledge graph operations), while files at the root level define core or cross-cutting routes. Deeper levels in the hierarchy are used to represent operations on specific resources (for example, routes scoped to a given user, data item, or identifier).
Contents#
Contents
- Admin
- Annotator
- Auth
- Axioms
- Data
- Databases
- Elasticsearch
- GraphStore
- Jowl
- Overview
- Modules
- 1. Axiom inspection (
classAxioms.js,listClassesWithAxioms.js,allAxioms.js) - 2. Manchester ↔ Triples conversion (
manchesterAxiom2triples.js,axiomTriples2manchester.js) - 3. Reasoner operations (
reasoner.js,reasonerListInferenceParams.js,rules.js) - 4. Graph ingestion (
importSource.js,uploadGraph.js)
- 1. Axiom inspection (
- Files in this directory
- Kg
- Logs
- PluginController
- Rdf
- Sources
- Sparql
- Users
Files in this directory#
annotate.jsblenderSources.jsconfig.jscopygraph.jsdatabases.jsgetOntologyRootUris.jsgraphvis.jshealth.jshttpProxy.jskg.jslogs.jsontologyModels.jsprefixes.jsprofiles.jsrdf-io.jsshaclValidate.jsshortestPath.jssources.jssparqlProxy.jstools.jstriples2rdf.jsupload.jsusers.jsutils.jsyasguiQuery.js