Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Broadcasters-training-video.mp4

Welcome to the comprehensive setup and usage guide for ENAPSO Together Free, specifically tailored for broadcasters. This document provides step-by-step instructions to get started with the Docker platform, from installation to managing your data with ENAPSO Together free services.

...

Access the Swagger documentation for ENAPSO together free services through your web browser:

Service Name

Description

Access Link

View Management Service

API documentation for View Management

View Management Docs

GraphDB Management Service

API documentation for GraphDB Management

GraphDB Management Docs

Uploading Your Ontology

  1. Access Swagger Documentation: Navigate to the GraphDB Management Service documentation in your web browser.

  2. Prepare Your Ontology File: Ensure the "ebucoreplus" ontology file is saved in text/turtle format on your local machine.

  3. Upload the Ontology: Utilize the "upload-ontology-from-file" endpoint:

    • Click the "Try it out" button.

    • Fill out the following fields:

      • filename: Select and upload your "ebucoreplus" ontology file.

      • format: Specify the format as "text/turtle".

      • baseIRI (Optional): Enter the base IRI if it is necessary for your ontology.

      • context: Define the context for your ontology within the graph database repository.

    • Execute the upload by clicking the "Execute" button.

    • Upon execution, the response will indicate that the ontology has been successfully uploaded. You will see a message or a status code in the Swagger interface confirming that the upload was successful.

...