-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
JSON-LD serialisation can be done in many ways. The JSON-LD framing spec provides a basis for some control.
https://www.w3.org/TR/json-ld11-framing/
JSON-schema specifications could interact with specific JSON-LD frames, but probably not with arbitrary graph structures containing the same information.
Frames to create schemas and compatible serialisations can be generated from class models, and used to create instance documents that could conform to generic JSON APIs. A first cut attempt at building json-schemas from OWL models is at https://github.com/RDFLib/profilewiz/blob/master/profilewiz/Frame.py. Ideally something like this could be used to generate frames to feed into serialisation strategies.
Metadata
Metadata
Assignees
Labels
No labels