Ontology#

Overview#

This directory contains administrative routes for retrieving ontology resources by their identifier. These endpoints allow authenticated users to access ontology definitions managed by the platform.

Modules#

1. Ontology retrieval ({id}.js)#

Returns the ontology identified by id in Turtle format. The endpoint loads the ontology through the RDF I/O layer and sends the serialized content as a text response. Access is restricted to authenticated users.

Files in this directory#

  • {id}.js