JSON Template Import

Upload a JSON template file to generate SHACL shapes from structured data definitions.

Select a JSON template file that defines your data structure.
Unique identifier for your dataset (used in URI generation).
Back
JSON Template Format

Your JSON file should follow the expected template structure with classes, properties, and relations. See the example files in the import_template/json_template/example/ directory for reference.

The template should include:

  • Classes with identifiers, names, and descriptions
  • Properties with datatypes and constraints
  • Relations between classes
  • Multi-language support for names and descriptions