Skip to content

[Feature request] SHACL validation by passing SHACL shape(s) in the body of a POST HTTP request #7

Description

@RemiFELIN

Is your feature request related to a problem? Please describe.

Specifying the content of a SHACL shape as a parameter does not scale, as this can lead to problems with the URL (too long) if the provided shapes are rich.

Describe the solution you'd like

One solution would be to pass them in the body of a POST request.

The content-type could be application/x-www-form-urlencoded with the following values:
query: "construct where { ?s ?p ?o }
mode: "shacl"
content: "@prefix ... <myShape1> ... <myShape2> ..." # proposal

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions