You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: