Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different action namespaces in jsonld and ttl representation #28

Open
hsolbrig opened this issue Jan 4, 2018 · 0 comments
Open

Different action namespaces in jsonld and ttl representation #28

hsolbrig opened this issue Jan 4, 2018 · 0 comments

Comments

@hsolbrig
Copy link
Contributor

hsolbrig commented Jan 4, 2018

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant