[shexTest] Different action namespaces in jsonld and ttl representation

hsolbrig has just created a new issue for https://github.com/shexSpec/shexTest:

== Different action namespaces in jsonld and ttl representation ==
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:

```text
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:

```text
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
```


Please view or discuss this issue at https://github.com/shexSpec/shexTest/issues/28 using your GitHub account

Received on Thursday, 4 January 2018 17:36:35 UTC