Hi Wes,
- is there a way to specify JSON-LD 1.1 Framing parameters as arguments to RDFpipe and the rdflib Python API?
We want to do a lot more regarding the options for the various parsers and serializers in RDFLib in 8.x. At the moment there are a number of parse/serialize options that are either hard to discover or undocumented.
We plan on properly documenting the function signatures for all parsers and serializers and, In the case of JSON-LD, this will likely allow for framing. My team have personally being making good use of framing with JSON-LD
- Is there a longturtle respec spec?
No. It's just an opinionated version of turtle that I made to improve Git diffs and readability. It mostly just inserts more linebreaks to output than the original RDFLib Turtle serializer. It's closer to the RDFLib original serializer than, say, Jena's Turtle serializer.
At some point (8.x, 9.x??) we want to replace the current Turtle parser/serializer with a PEG-based soemthing, in line with other grammar-based toolkits in other projects, but this will likely only come after the parser/serializer function signature improvements, unless someone wants to submit a PR...
Cheers, Nick