This project is meant for developments regarding the transformation of the FSKX Metadata Schema to linked data.
genericModelMetadataSchema_104.json
is the JSON Schema file defining the current FSKX Metadata Schema version.
jsonld-context.json
contains a context object for JSON-LD, which is meant to be prepended to a filled-out FSKX metadata JSON file, to result in meaningful JSON-LD.
kg-generator.py
is a utility script that can prepend the JSON-LD context to a given filled-out FSKX metadata JSON file, and save the resulting knowledge graph in theJSON-LD
andN-Quads
formats.- developed for python 3.9
- requirements can be found in requirements.txt