Skip to content

Different action namespaces in jsonld and ttl representation #28

@hsolbrig

Description

@hsolbrig

The turtle representation of a manifest entry uses:
http://www.w3.org/ns/shacl/test-suite#

As the namespace for actions. The jsonld representation uses:
https://shexspec.github.io/shexTest/ns#

As an example, if you list the predicates for "1Adot_pass" in jsonld you get:

https://shexspec.github.io/shexTest/ns#shape
https://shexspec.github.io/shexTest/ns#focus
https://shexspec.github.io/shexTest/ns#data
https://shexspec.github.io/shexTest/ns#schema

the turtle rendering gives:

http://www.w3.org/ns/shacl/test-suite#shape
http://www.w3.org/ns/shacl/test-suite#focus
http://www.w3.org/ns/shacl/test-suite##data
http://www.w3.org/ns/shacl/test-suite#schema

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions