From 027a1fa20efca7bdd3160fc42f81fbd36c03f151 Mon Sep 17 00:00:00 2001 From: Kate Stewart <13152682+kestewart@users.noreply.github.com> Date: Fri, 5 May 2023 15:59:01 -0500 Subject: [PATCH] Create standard.md (#290) * Create standard.md Standards are being captured today in SPDX 2.3 in a comment field, and the AI, Dataset, and Usage profile all want to capture them as well. Moving this as an optional field on artifact, so that there is a standard way to capture this relevant information. * Update standard.md * Update Artifact.md Add optional standard that can be affiliated with artifact. --- model/Core/Classes/Artifact.md | 3 +++ model/Core/Properties/standard.md | 17 +++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 model/Core/Properties/standard.md diff --git a/model/Core/Classes/Artifact.md b/model/Core/Classes/Artifact.md index dcc7b652d..aede1ac2d 100644 --- a/model/Core/Classes/Artifact.md +++ b/model/Core/Classes/Artifact.md @@ -38,3 +38,6 @@ such as an electronic file, a software package, a device or an element of data. - type: DateTime - minCount: 0 - maxCount: 1 +- standard + - type: xsd:string + - minCount: 0 diff --git a/model/Core/Properties/standard.md b/model/Core/Properties/standard.md new file mode 100644 index 000000000..1d31bd09d --- /dev/null +++ b/model/Core/Properties/standard.md @@ -0,0 +1,17 @@ +SPDX-License-Identifier: Community-Spec-1.0 + +# standard + +## Summary + +The relevant standards that may apply to an artifact. + +## Description + +Various standards may be relevant to useful to capture for specific artifacts. + +## Metadata + +- name: standard +- Nature: DataProperty +- Range: xsd:string