json-ld-api icon indicating copy to clipboard operation
json-ld-api copied to clipboard

specVersion clarification

Open daenney opened this issue 10 months ago • 2 comments

I've been implementing the 1.1 spec and am now at a stage where I'm running the expansion tests.

Test t0024 fails for me, which has a context of

  "@context": {
    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": {"@id": "@type", "@type": "@id"}
  }

It fails in 14.2.4.2 of Create Term in my case, though this might just be a bug on my side.

However, I noticed that the specVersion for that test is set to 1.0. Does that mean that this test is not expected to pass, or be run, by a 1.1 implementation, even in 1.0 processing mode?

daenney avatar Mar 04 '25 14:03 daenney