SupportRelationship
Summary
Describes how an Agent provides support for an Artifact.
Description
Specifies how an Agent supports a given Artifact. The relationship type must be
providesSupportFor
. The from
of the relationship is the Agent
providing
support, and the to
are the Artifact
for which support is being provided.
startTime
and endTime
are mandatory when using this class.
Metadata
https://spdx.org/rdf/3.1/terms/Core/SupportRelationship
Name | SupportRelationship |
Instantiability | Concrete |
SubclassOf | Relationship |
Class hierarchy
/Core/Element
/Core/Relationship
/Core/SupportRelationship
Properties
Property | Type | minCount | maxCount |
---|---|---|---|
supportLevel | SupportType | 1 | 1 |
External properties cardinality updates
Property | minCount | maxCount |
---|---|---|
endTime from /Core/Relationship | 1 | 1 |
startTime from /Core/Relationship | 1 | 1 |
All properties
Property | Type | minCount | maxCount |
---|---|---|---|
comment | xsd:string | 0 | 1 |
completeness | RelationshipCompleteness | 0 | 1 |
creationInfo | CreationInfo | 1 | 1 |
description | xsd:string | 0 | 1 |
endTime | DateTime | 1 | 1 |
extension | Extension | 0 | * |
externalIdentifier | ExternalIdentifier | 0 | * |
externalRef | ExternalRef | 0 | * |
from | Element | 1 | 1 |
name | xsd:string | 0 | 1 |
relationshipType | RelationshipType | 1 | 1 |
spdxId | xsd:anyURI | 1 | 1 |
startTime | DateTime | 1 | 1 |
summary | xsd:string | 0 | 1 |
supportLevel | SupportType | 1 | 1 |
to | Element | 1 | * |
verifiedUsing | IntegrityMethod | 0 | * |