From a62f5144463e635a54277461120703974969cfd5 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Wed, 1 Jul 2026 18:32:38 +0100 Subject: [PATCH] Make example 2 not specific to SPDX Signed-off-by: Arthit Suriyawongkul --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5978f0df..86b12801 100644 --- a/README.md +++ b/README.md @@ -87,18 +87,17 @@ shacl2code generate \ --output spdx-json-schema.json ``` -### Example 2: Generating with a local context document +#### Example 2: Generating with a local context document To generate a schema using a local context file while embedding its future public URL: ```shell shacl2code generate \ - --input spdx-model.ttl \ - --input jsonld-annotations.ttl \ - --context-url spdx-context.jsonld https://spdx.org/rdf/3.1/spdx-context.jsonld \ + --input model-draft.ttl \ + --context-url context-draft.jsonld https://example.com/context.jsonld \ jsonschema \ - --output spdx-json-schema.json + --output schema.json ``` ## Developing