Skip to content

url-able ShExErrorCode #59

@ericprud

Description

@ericprud

The whitespace in ShExErrorCode makes the natural URL form require some transformation or encoding. Encoding would look like http://www.w3.org/ns/shex#invalid%20schema.

- enum ShExErrorCode {
-     "invalid schema",
-     "non-conforming graph",
-     "syntax error"
- };
+ enum ShExErrorCode {
+     "invalidSchema",
+     "non-conformingGraph", # or nonConformingGraph
+     "syntaxError"
+ };

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions