From 64d935d9ee6bd160c9b4c97a62c77f4e6712fa83 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Tue, 20 Aug 2024 23:48:34 +0800 Subject: [PATCH] Add JSON-LD serialization examples Signed-off-by: Arthit Suriyawongkul --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index af58775..907d301 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ formats specified in the latest version of the specification. For example: - [`v3.0.1`](https://github.com/spdx/spdx-spec/tree/development/v3.0.1/examples) - [`v2.3.1`](https://github.com/spdx/spdx-spec/tree/development/v2.3.1/examples) +- JSON-LD serialization examples can be found in + [`spdx/spdx-3-model`](https://github.com/spdx/spdx-3-model/blob/main/serialization/jsonld/examples.md) + repository. - More guidance on using SPDX, including how to use SPDX License List short identifiers in source files and leverage SPDX for compliance with standards and regulations, is available in the [`spdx/using`](https://github.com/spdx/using/)