shexSpec / shexTest

ShEx test suite
https://shexspec.github.io/shexTest/
Other
3 stars 4 forks source link

Different action namespaces in jsonld and ttl representation #28

Open hsolbrig opened 6 years ago

hsolbrig commented 6 years ago

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