ethieblin

Results 6 comments of ethieblin

I have the same issue when trying to round-trip from a framed JSON-LD to RDF and from the produced RDF to a framed JSON-LD. ```json { "@context": { "td": "http://example.org/",...

I had the same issue when writing tests: the json-ld that was generated by the rdflib-jsonld serializer could not be directly parsed with the rdflib-jsonld parser. It seems I get...

Yes I agree that the context is a bit tricky (I am dealing with a defined context that people sometimes extend by adding for example a global `"@language"` tag). Thank...

Hello, Thanks for your feedback on the JSON-LD Context. I definitely agree that the ontology part of AAS needs more "love" :) And I agree with the " tickets you...

Ah yes you are right on the "modelType" vs "@type". The issue is more general. From my experience with JSON-LD framing, a context that overrides the JSON-LD keywords may often...

Regarding the next steps you propose: > Produce a holistic Turtle example that includes as many submodels as possible, including numbers (decimal/float) and langStrings with real lang tags We can...