Apache Jena · Capability

Apache Jena Fuseki SPARQL API — Dataset Management

Apache Jena Fuseki SPARQL API — Dataset Management. 4 operations. Lead operation: Apache jena Apache Jena Fuseki List Datasets. Self-contained Naftiko capability covering one Apache Jena business surface.

Run with Naftiko Apache JenaDataset Management

What You Can Do

GET
Listdatasets — Apache jena Apache Jena Fuseki List Datasets
/v1//datasets
POST
Createdataset — Apache jena Apache Jena Fuseki Create Dataset
/v1//datasets
GET
Getdataset — Apache jena Apache Jena Fuseki Get Dataset
/v1//datasets/{dataset}
DELETE
Deletedataset — Apache jena Apache Jena Fuseki Delete Dataset
/v1//datasets/{dataset}

MCP Tools

apache-jena-apache-jena-fuseki

Apache jena Apache Jena Fuseki List Datasets

read-only idempotent
apache-jena-apache-jena-fuseki-2

Apache jena Apache Jena Fuseki Create Dataset

apache-jena-apache-jena-fuseki-3

Apache jena Apache Jena Fuseki Get Dataset

read-only idempotent
apache-jena-apache-jena-fuseki-4

Apache jena Apache Jena Fuseki Delete Dataset

idempotent

Capability Spec

fuseki-sparql-dataset-management.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apache Jena Fuseki SPARQL API — Dataset Management
  description: 'Apache Jena Fuseki SPARQL API — Dataset Management. 4 operations. Lead operation: Apache jena Apache Jena
    Fuseki List Datasets. Self-contained Naftiko capability covering one Apache Jena business surface.'
  tags:
  - Apache Jena
  - Dataset Management
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APACHE_JENA_API_KEY: APACHE_JENA_API_KEY
capability:
  consumes:
  - type: http
    namespace: fuseki-sparql-dataset-management
    baseUri: http://localhost:3030
    description: Apache Jena Fuseki SPARQL API — Dataset Management business capability. Self-contained, no shared references.
    resources:
    - name: $-datasets
      path: /$/datasets
      operations:
      - name: listdatasets
        method: GET
        description: Apache jena Apache Jena Fuseki List Datasets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createdataset
        method: POST
        description: Apache jena Apache Jena Fuseki Create Dataset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: $-datasets-dataset
      path: /$/datasets/{dataset}
      operations:
      - name: getdataset
        method: GET
        description: Apache jena Apache Jena Fuseki Get Dataset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataset
          in: path
          type: string
          required: true
      - name: deletedataset
        method: DELETE
        description: Apache jena Apache Jena Fuseki Delete Dataset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataset
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: fuseki-sparql-dataset-management-rest
    port: 8080
    description: REST adapter for Apache Jena Fuseki SPARQL API — Dataset Management. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1//datasets
      name: datasets
      description: REST surface for $-datasets.
      operations:
      - method: GET
        name: listdatasets
        description: Apache jena Apache Jena Fuseki List Datasets
        call: fuseki-sparql-dataset-management.listdatasets
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createdataset
        description: Apache jena Apache Jena Fuseki Create Dataset
        call: fuseki-sparql-dataset-management.createdataset
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1//datasets/{dataset}
      name: datasets-dataset
      description: REST surface for $-datasets-dataset.
      operations:
      - method: GET
        name: getdataset
        description: Apache jena Apache Jena Fuseki Get Dataset
        call: fuseki-sparql-dataset-management.getdataset
        with:
          dataset: rest.dataset
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletedataset
        description: Apache jena Apache Jena Fuseki Delete Dataset
        call: fuseki-sparql-dataset-management.deletedataset
        with:
          dataset: rest.dataset
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fuseki-sparql-dataset-management-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apache Jena Fuseki SPARQL API — Dataset Management. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: apache-jena-apache-jena-fuseki
      description: Apache jena Apache Jena Fuseki List Datasets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fuseki-sparql-dataset-management.listdatasets
      outputParameters:
      - type: object
        mapping: $.
    - name: apache-jena-apache-jena-fuseki-2
      description: Apache jena Apache Jena Fuseki Create Dataset
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: fuseki-sparql-dataset-management.createdataset
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apache-jena-apache-jena-fuseki-3
      description: Apache jena Apache Jena Fuseki Get Dataset
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fuseki-sparql-dataset-management.getdataset
      with:
        dataset: tools.dataset
      outputParameters:
      - type: object
        mapping: $.
    - name: apache-jena-apache-jena-fuseki-4
      description: Apache jena Apache Jena Fuseki Delete Dataset
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: fuseki-sparql-dataset-management.deletedataset
      with:
        dataset: tools.dataset
      outputParameters:
      - type: object
        mapping: $.