Wes Turner
Wes Turner
good to hear, thanks! There are more and more resources with (schema.org,) JSONLD and/or RDFa; being able to do everything with just one parser would/will be outstanding. AAIU, the schema.org/educationalAlignment...
https://twitter.com/westurner/status/870336788723847168 ... H5P looks really cool and is integratable with {WordPress, Moodle, Drupal}. https://h5p.org/content-types-and-applications H5P does support TinCan / xAPI: https://h5p.org/documentation/x-api With a bit of schema.org JSONLD / RDFa it'd...
Is there no way to do this without requiring a custom HTTP header? Why is that part of the data specified out-of-band from the rest of the document? (edit) Static...
Maybe I'm misunderstanding? From https://www.w3.org/TR/json-ld11/#the-context :: > Contexts can either be directly embedded into the document (an embedded context) or be referenced using a URL. Assuming the context document in...
- These are the tests for JSON-LD 1.1 Framing: - https://w3c.github.io/json-ld-framing/tests/ - PyLD runs them: - https://github.com/digitalbazaar/pyld/blob/316fbc2c9e25b3cf718b4ee189012a64b91f17e7/tests/runtests.py#L737-L755 - jsonld.js runs them: - https://github.com/digitalbazaar/jsonld.js#frame - https://github.com/digitalbazaar/jsonld.js/tree/master/tests - https://w3c.github.io/json-ld-framing/tests/ - rdflib does...
Could this be passed as an option to `.serialize()`? http://json-ld.org/test-suite/
JsonLDSerializer.serialize(`**kwargs`) - https://github.com/RDFLib/rdflib-jsonld/blob/master/rdflib_jsonld/serializer.py#L62
What are the CLI commands and/or Python to have pyld do the jsonld framing? - [ ] DOC: rdfpipe: how to pipe through a pyld script to do jsonld -...
See also #52 : > How to use this from the command line with `rdfpipe` to convert from one format to another (with optional {compaction,}) could be helpfully added to...
Is PyLD the only JSON-LD implementation with support for compaction at present? https://github.com/digitalbazaar/pyld/blob/316fbc2c9e25b3cf718b4ee189012a64b91f17e7/tests/runtests.py#L664 I don't think this issue should block the new rdflib major release which will hopefully contain a...