Skip to content

Different action namespaces in jsonld and ttl representation #28

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

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions