w3c / rdf-star

RDF-star specification
https://w3c.github.io/rdf-star/
Other
119 stars 23 forks source link

manifest.ttl - no BASE; PREFIX trs #133

Closed afs closed 3 years ago

afs commented 3 years ago

Follow on to #130.

  1. Use PREFIX trs: ("test rdf star") for the test entries in manifest.ttl
  2. Remove BASE usage so local files are accessed

Typical entry: URI is <area#>:

PREFIX trs:    <https://w3c.github.io/rdf-star/tests/semantics#>
gkellogg commented 3 years ago

@afs I added some missing entries to the N-Triples manifest for bad-4 tests. They weren't showing up in the JSON-LD version due to framing. I presume that these tests were intended to be included.

Also, fixed a bad entry in semantics tests.

The JSON-LD conversion script now validates that the manifests are isomorphic with the Turtle versions.