THE SPDX WIKI IS NO LONGER ACTIVE. ALL CONTENT HAS BEEN MOVED TO https://github.com/spdx
Technical Team/SPDX RDF Vocabularies and Terms/1.0/Terms
Contents
- 1 SPDX Vocabulary Specification
- 1.1 Abstract
- 1.2 Classes
- 1.2.1 Class: SpdxDocument
- 1.2.2 Class: CreationInfo
- 1.2.3 Class: Package
- 1.2.4 Class: ExtractedLicensingInfo
- 1.2.5 Class: File
- 1.2.6 Class: Review
- 1.2.7 Class: License
- 1.2.8 Class: Checksum
- 1.2.9 Class: PackageVerificationCode
- 1.2.10 Class: ConjunctiveLicenseSet
- 1.2.11 Class: DisjunctiveLicenseSet
- 1.2.12 Class: AnyLicenseInfo
- 1.2.13 Class: SimpleLicenseInfo
- 1.3 Properties
- 1.3.1 Property: algorithm
- 1.3.2 Property: artifactOf
- 1.3.3 Property: checksum
- 1.3.4 Property: checksumValue
- 1.3.5 Property: created
- 1.3.6 Property: copyrightText
- 1.3.7 Property: creationInfo
- 1.3.8 Property: creator
- 1.3.9 Property: dataLicense
- 1.3.10 Property: describesPackage
- 1.3.11 Property: description
- 1.3.12 Property: downloadLocation
- 1.3.13 Property: extractedText
- 1.3.14 Property: fileName
- 1.3.15 Property: fileType
- 1.3.16 Property: hasExtractedLicensingInfo
- 1.3.17 Property: hasFile
- 1.3.18 Property: licenseComments
- 1.3.19 Property: licenseConcluded
- 1.3.20 Property: licenseDeclared
- 1.3.21 Property: licenseId
- 1.3.22 Property: licenseText
- 1.3.23 Property: licenseInfoFromFiles
- 1.3.24 Property: licenseInfoInFile
- 1.3.25 Property: member
- 1.3.26 Property: name
- 1.3.27 Property: originator
- 1.3.28 Property: packageFileName
- 1.3.29 Property: packageVerificationCode
- 1.3.30 Property: packageVerificationCodeExcludedFile
- 1.3.31 Property: packageVerificationCodeValue
- 1.3.32 Property: referencesFile
- 1.3.33 Property: reviewDate
- 1.3.34 Property: reviewed
- 1.3.35 Property: reviewer
- 1.3.36 Property: sourceInfo
- 1.3.37 Property: specVersion
- 1.3.38 Property: summary
- 1.3.39 Property: supplier
- 1.3.40 Property: versionInfo
- 1.4 Individuals
- 1.5 Agent and Tool Identifiers
SPDX Vocabulary Specification
- Version:
- 1.0
- Latest Version:
- <a href="http://spdx.org/rdf/terms">http://spdx.org/rdf/terms</a>
- Alternate Formats:
- <a href="http://spdx.org/rdf/terms.rdf">RDF/XML</a>
- <a href="http://spdx.org/rdf/terms.ttl">Turtle</a>
Copyright © 2010-2011 Linux Foundation and its Contributors. All other rights are expressly reserved.
Licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution License 3.0 unported</a>.
Abstract
This specification describes the SPDX language, defined as a dictionary of named properties and classes using W3C's RDF Technology.
SPDX is a designed to allow the exchange of data about software packages. This information includes general information about the package, licensing information about the package as a whole, a manifest of files contained in the package and licensing information related to the contained files.
The spdx
prefix used in this document expands to http://spdx.org/rdf/terms#
. Any terms in this document without an explicit prefix may be assumed to be in the spdx
namespace.
Other vocabularies used by this one
- <a href="http://trac.usefulinc.com/doap">DOAP</a>
Classes
- <a href="#SpdxDocument">
SpdxDocument
</a> - <a href="#CreationInfo">
CreationInfo
</a> - <a href="#Package">
Package
</a> - <a href="#ExtractedLicensingInfo">
ExtractedLicensingInfo
</a> - <a href="#Checksum">
Checksum
</a> - <a href="#PackageVerificationCode">
PackageVerificationCode
</a> - <a href="#File">
File
</a> - <a href="#Review">
Review
</a> - <a href="#License">
License
</a> - <a href="#ConjunctiveLicenseSet">
ConjunctiveLicenseSet
</a> - <a href="#DisjunctiveLicenseSet">
DisjunctiveLicenseSet
</a> - <a href="#AnyLicenseInfo">
AnyLicenseInfo
</a> - <a href="#SimpleLicenseInfo">
SimpleLicenseInfo
</a>
Class: SpdxDocument
An SdpxDocument
is a summary of the contents, provenance, ownership and licensing analysis of a specific software package. This is, effectively, the top level of SPDX information.
- Status:
- stable
- Properties:
<a href="#specVersion" rel="owl:onProperty">
specVersion
</a>
Cardinality: Mandatory, one<a href="#dataLicense" rel="owl:onProperty">
dataLicense
</a>
Cardinality: Mandatory, one<a href="#creationInfo" rel="owl:onProperty">
creationInfo
</a>
Cardinality: Mandatory, one<a href="#describesPackage" rel="owl:onProperty">
describesPackage
</a>
Cardinality: Mandatory, one<a href="#hasExtractedLicensingInfo">
hasExtractedLicensingInfo
</a>
Cardinality: Optional, zero or more<a href="#referencesFile" rel="owl:onProperty">
referencesFile
</a>
Cardinality: Mandatory, one or more<a href="#reviewed">
reviewed
</a>
Cardinality: Optional, zero or more.
Class: CreationInfo
A CreationInfo
provides information about the individuals, organizations and tools involved in the creation of an <a href="#SpdxDocument">SpdxDocument
</a>.
- Status:
- stable
- Properties:
<a href="#creator" rel="owl:onProperty">
creator
</a>
Cardinality: Mandatory, one or more<a href="#created" rel="owl:onProperty">
created
</a>
Cardinality: Mandatory, one<a href="http://www.w3.org/TR/rdf-schema/#ch_comment">
rdfs:comment
</a>
Cardinality: Optional, zero or one
Class: Package
A Package
represents a collection of software files that are delivered as a single functional component.
- Status:
- stable
- Properties:
<a href="#name" rel="owl:onProperty">
name
</a>
Cardinality: Mandatory, one<a href="#versionInfo" rel="owl:onProperty">
versionInfo
</a>
Cardinality: Optional, zero or one<a href="#packageFileName" rel="owl:onProperty">
packageFileName
</a>
Cardinality: Mandatory, one<a href="#supplier" rel="owl:onProperty">
supplier
</a>
Cardinality: Optional, zero or one<a href="#originator" rel="owl:onProperty">
originator
</a>
Cardinality: Optional, zero or one<a href="#downloadLocation" rel="owl:onProperty">
downloadLocation
</a>
Cardinality: Mandatory, one<a href="#packageVerificationCode" rel="owl:onProperty">
packageVerificationCode
</a>
Cardinality: Mandatory, one<a href="#checksum" rel="owl:onProperty">
checksum
</a>
Cardinality: Optional, zero or one<a href="#sourceInfo" rel="owl:onProperty">
sourceInfo
</a>
Cardinality: Optional, zero or one<a href="#licenseConcluded" rel="owl:onProperty">
licenseConcluded
</a>
Cardinality: Mandatory, one<a href="#licenseInfoFromFiles" rel="owl:onProperty">
licenseInfoFromFiles
</a>
Cardinality: Mandatory, one or more<a href="#licenseDeclared" rel="owl:onProperty">
licenseDeclared
</a>
Cardinality: Mandatory, one<a href="#licenseComments" rel="owl:onProperty">
licenseComments
</a>
Cardinality: Optional, zero or one<a href="#copyrightText" rel="owl:onProperty">
copyrightText
</a>
Cardinality: Mandatory, one<a href="#summary" rel="owl:onProperty">
summary
</a>
Cardinality: Optional, zero or one<a href="#description" rel="owl:onProperty">
description
</a>
Cardinality: Optional, zero or one<a href="#hasFile" rel="owl:onProperty">
hasFile
</a>
Cardinality: Mandatory, one or more
Class: ExtractedLicensingInfo
An ExtractedLicensingInfo
represents a license or licensing notice that was found in the package. Any license text that is recognized as a license may be represented as a <a href="#License">License
</a> rather than an ExtractedLicensingInfo
.
- Status:
- stable
- Properties:
<a href="#licenseId" rel="owl:onProperty">
licenseId
</a>
Cardinality: Mandatory, one<a href="#extractedText" rel="owl:onProperty">
extractedText
</a>
Cardinality: Mandatory, one
Class: File
A File
represents a named sequence of information that is contained in a software package.
- Status:
- stable
- Properties:
<a href="#fileName" rel="owl:onProperty">
fileName
</a>
Cardinality: Mandatory, one<a href="#fileType" rel="owl:onProperty">
fileType
</a>
Cardinality: Optional, zero or one<a href="#checksum" rel="owl:onProperty">
checksum
</a>
Cardinality: Mandatory, one<a href="#licenseConcluded" rel="owl:onProperty">
licenseConcluded
</a>
Cardinality: Mandatory, one<a href="#licenseInfoInFile" rel="owl:onProperty">
licenseInfoInFile
</a>
Cardinality: Mandatory, one or more<a href="#licenseComments" rel="owl:onProperty">
licenseComments
</a>
Cardinality: Optional, zero or one<a href="#copyrightText" rel="owl:onProperty">
copyrightText
</a>
Cardinality: Mandatory, one<a href="#artifactOf" rel="owl:onProperty">
artifactOf
</a>
Cardinality: Optional, zero or one
Class: Review
A Review
represents an audit and signoff by an individual, organization or tool on the information in an <a href="#SpdxDocument">SpdxDocument
</a>.
- Status:
- stable
- Properties:
<a href="#reviewer" rel="owl:onProperty">
reviewer
</a>
Cardinality: Mandatory, one<a href="#reviewDate" rel="owl:onProperty">
reviewDate
</a>
Cardinality: Mandatory, one<a href="http://www.w3.org/TR/rdf-schema/#ch_comment">
rdfs:comment
</a>
Cardinality: Optional, zero or one
Class: License
A License
represents a software copyright license. This class is used by the SPDX license list to represent standard licenses.
- Status:
- stable
- Properties:
<a href="#licenseId" rel="owl:onProperty">
licenseId
</a>
Cardinality: Mandatory, one<a href="#licenseText" rel="owl:onProperty">
licenseText
</a>
Cardinality: Mandatory, one
Class: Checksum
A Checksum
is value that allows the contents of a file to be authenticated. Even small changes to the content of the file will change it's checksum. This class allows the results of a variety of checksum and cryptographic message digest algorithms to be represented.
- Status:
- stable
- Properties:
<a href="#algorithm" rel="owl:onProperty">
algorithm
</a>
Cardinality: Mandatory, one<a href="#checksumValue" rel="owl:onProperty">
checksumValue
</a>
Cardinality: Mandatory, one
Class: PackageVerificationCode
A PackageVerificationCode
is a value that allows authentication of the package. This differs from the <a href="#Checksum">Checksum
</a> in that it uses an algorithm that allows the SPDX file to be embedded in the package. This verification code is produced using a cryptographic hash algorithm applied to a manifest of the package. Some files in the package (e.g. the SPDX files) are explicitly excluded from the verification code. This allows those excluded files to not impact the verification code.
- Status:
- stable
- Properties:
<a href="#packageVerificationCodeExcludedFile">
packageVerificationCodeExcludedFile
</a>
Cardinality: Optional, zero or more<a href="#packageVerificationCodeValue" rel="owl:onProperty">
packageVerificationCodeValue
</a>
Cardinality: Mandatory, one
Class: ConjunctiveLicenseSet
A ConjunctiveLicenseSet
represents a set of <a href="#AnyLicenseInfo">licensing information</a> all of which apply.
This class refines <a href="http://www.w3.org/TR/rdf-schema/#ch_container">rdfs:Container
</a>.
- Status:
- stable
- Properties:
<a href="#member" rel="owl:onProperty">
member
</a>
Cardinality: Mandatory, two or more.
Class: DisjunctiveLicenseSet
A DisjunctiveLicenseSet
represents a set of <a href="#AnyLicenseInfo">licensing information</a> where only one license applies at a time. This class implies that the recipient gets to choose one of these licenses they would prefer to use.
This class refines <a href="http://www.w3.org/TR/rdf-schema/#ch_container">rdfs:Container
</a>.
- Status:
- stable
- Properties:
<a href="#member" rel="owl:onProperty">
member
</a>
Cardinality: Mandatory, two or more.
Class: AnyLicenseInfo
The AnyLicenseInfo
class includes all resources that represent licensing information.
- Status:
- stable
- Members
- All resources in any of the following classes:
- <a href="#License" rel="rdf:first">
License
</a> - <a href="#ExtractedLicensingInfo" rel="rdf:first">
ExtractedLicensingInfo
</a> - <a href="#ConjunctiveLicenseSet" rel="rdf:first">
ConjunctiveLicenseSet
</a> - <a href="#DisjunctiveLicenseSet" rel="rdf:first">
DisjunctiveLicenseSet
</a>
- <a href="#License" rel="rdf:first">
Class: SimpleLicenseInfo
The SimpleLicenseInfo
class includes all resources that represent simple, atomic, licensing information.
- Status:
- stable
- Members
- All resources in any of the following classes:
- <a href="#License" rel="rdf:first">
License
</a> - <a href="#ExtractedLicensingInfo" rel="rdf:first">
ExtractedLicensingInfo
</a>
- <a href="#License" rel="rdf:first">
Properties
- <a href="#algorithm">
algorithm
</a> - <a href="#artifactOf">
artifactOf
</a> - <a href="#checksum">
checksum
</a> - <a href="#checksumValue">
checksumValue
</a> - <a href="#copyrightText">
copyrightText
</a> - <a href="#created">
created
</a> - <a href="#creationInfo">
creationInfo
</a> - <a href="#creator">
creator
</a> - <a href="#dataLicense">
dataLicense
</a> - <a href="#describesPackage">
describesPackage
</a> - <a href="#description">
description
</a> - <a href="#downloadLocation">
downloadLocation
</a> - <a href="#extractedText">
extractedText
</a> - <a href="#fileName">
fileName
</a> - <a href="#fileType">
fileType
</a> - <a href="#hasExtractedLicensingInfo">
hasExtractedLicensingInfo
</a> - <a href="#hasFile">
hasFile
</a> - <a href="#licenseComments">
licenseComments
</a> - <a href="#licenseConcluded">
licenseConcluded
</a> - <a href="#licenseDeclared">
licenseDeclared
</a> - <a href="#licenseId">
licenseId
</a> - <a href="#licenseText">
licenseText
</a> - <a href="#licenseInfoFromFiles">
licenseInfoFromFiles
</a> - <a href="#licenseInfoInFile">
licenseInfoInFile
</a> - <a href="#member">
member
</a> - <a href="#name">
name
</a> - <a href="#originator">
originator
</a> - <a href="#packageFileName">
packageFileName
</a> - <a href="#packageVerificationCode">
packageVerificationCode
</a> - <a href="#packageVerificationCodeExcludedFile">
packageVerificationCodeExcludedFile
</a> - <a href="#packageVerificationCodeValue">
packageVerificationCodeValue
</a> - <a href="#referencesFile">
referencesFile
</a> - <a href="#reviewDate">
reviewDate
</a> - <a href="#reviewed">
reviewed
</a> - <a href="#reviewer">
reviewer
</a> - <a href="#sourceInfo">
sourceInfo
</a> - <a href="#specVersion">
specVerison
</a> - <a href="#summary">
summary
</a> - <a href="#supplier">
supplier
</a> - <a href="#versionInfo">
versionInfo
</a>
Property: algorithm
Identifies the algorithm used to produce the subject <a href="#Checksum">Checksum
</a>.
Currently, <a href="http://www.itl.nist.gov/fipspubs/fip180-1.htm">SHA-1</a> is the only supported algorithm. It is anticipated that other algorithms will be supported at a later time.
- Status:
- stable
- Domain:
- <a href="#Checksum" rel="rdfs:domain">
Checksum
</a> - Range:
- <a href="#checksumAlgorithm_sha1">
spdx:checksumAlgorithm_sha1
</a>
Property: artifactOf
Indicates the project in which the file originated.
Tools must preserve doap:hompage
and doap:name
properties and the URI (if one is known) of doap:Project
resources that are values of this property. All other properties of doap:Projects
are not directly supported by SPDX and may be dropped when translating to or from some SPDX formats.
- Status:
- stable
- Domain:
- <a href="#File" rel="rdfs:domain">
File
</a> - Range:
- <a href="http://usefulinc.com/ns/doap#Project" rel="rdfs:range">
doap:Project
</a>
Property: checksum
The checksum
property provides a mechanism that can be used to verify that the contents of a <a href="#File">File
</a> or <a href="#Package">Package
</a> have not changed.
- Status:
- stable
- Domain:
- Any of:
- <a href="#Package" rel="rdf:first">
Package
</a> - <a href="#File" rel="rdf:first">
File
</a>
- <a href="#Package" rel="rdf:first">
- Range:
- <a href="#Checksum" rel="rdfs:range">Checksum</a>
Property: checksumValue
The checksumValue
property provides a lower case hexidecimal encoded digest value produced using a specific algorithm.
- Status:
- stable
- Domain:
- <a href="#Checksum" rel="rdfs:domain">
Checksum
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#hexBinary">
xsd:hexBinary
</a>
Property: created
The date and time at which the <a href="#SpdxDocument">SpdxDocument
</a> was created. This value must in UTC and have 'Z' as its timezone indicator.
- Status:
- stable
- Domain:
- <a href="#CreationInfo" rel="rdfs:domain">
CreationInfo
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#dateTime">
xsd:dateTime
</a>
Property: copyrightText
The text of copyright declarations recited in the <a href="#Package">Package
</a> or <a href="#File">File
</a>.
- Status:
- stable
- Domain:
- Any of:
- <a href="#Package" rel="rdf:first">
Package
</a> - <a href="#File" rel="rdf:first">
File
</a>
- <a href="#Package" rel="rdf:first">
- Range:
- Any of:
- <a href="http://www.w3.org/TR/rdf-schema/#ch_literal">
rdfs:Literal
</a> - <a href="#none">
spdx:none
</a> - <a href="#noassertion">
spdx:noassertion
</a>
- <a href="http://www.w3.org/TR/rdf-schema/#ch_literal">
Property: creationInfo
The creationInfo
property relates an <a href="#SpdxDocument">SpdxDocument
</a> to a set of information about the creation of the <a href="#SpdxDocument">SpdxDocument
</a>.
- Status:
- stable
- Domain:
- <a href="#SpdxDocument" rel="rdfs:domain">
SpdxDocument
</a> - Range:
- <a href="#CreationInfo" rel="rdfs:range">
CreationInfo
</a>
Property: creator
The name and, optionally, contact information of a person, organization or tool that created, or was used to create, the <a href="#SpdxDocument">SpdxDocument
</a>.
Values of this property must conform to the <a href="#agent-syntax">agent and tool syntax</a>.
- Status:
- stable
- Domain:
- <a href="#CreationInfo" rel="rdfs:domain">
CreationInfo
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#string">
xsd:string
</a>
Property: dataLicense
The licensing under which the <a href="#creator">creator
</a> of this SPDX document allows related data to be reproduced.
The only valid value for this property is http://spdx.org/licenses/PDDL-1.0
. This is to alleviate any concern that content (the data) in an SPDX file is subject to any form of intellectual property right that could restrict the re-use of the information or the creation of another SPDX file for the same project(s). This approach avoids intellectual property and related restrictions over the SPDX file, however individuals can still contract one to one to restrict release of specific collections of SPDX files (which map to software bill of materials) and the identification of the supplier of SPDX files.
- Status:
- stable
- Domain:
- <a href="#SpdxDocument" rel="rdfs:domain">
SpdxDocument
</a> - Range:
- <a href="http://spdx.org/licenses/PDDL-1.0" rel="rdf:first">
http://spdx.org/licenses/PDDL-1.0
</a>
Property: describesPackage
The describesPackage
property relates an SpdxDocument
to the package which it describes.
- Status:
- stable
- Domain:
- <a href="#SpdxDocument" rel="rdfs:domain">
SpdxDocument
</a> - Range:
- <a href="#Package" rel="rdfs:range">
Package
</a>
Property: description
Provides a detailed description of the package.
- Status:
- stable
- Domain:
- <a href="#Package" rel="rdfs:domain">
Package
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#string">
xsd:string
</a>
Property: downloadLocation
The URI at which this package is available for download. Private (i.e., not publicly reachable) URIs are acceptable as values of this property.
The values <a href="#none">http://spdx.org/rdf/terms#none
</a> and <a href="#noassertion">http://spdx.org/rdf/terms#noassertion
</a> may be used to specify that the package is not downloadable or that no attempt was made to determine its download location, respectively.
- Status:
- stable
- Domain:
- <a href="#Package" rel="rdfs:domain">
Package
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#anyURI">
xsd:anyURI
</a>
Property: extractedText
Verbatim license or licensing notice text that was discovered.
- Status:
- stable
- Domain:
- <a href="#ExtractedLicensingInfo" rel="rdfs:domain">
ExtractedLicensingInfo
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#string">
xsd:string
</a>
Property: fileName
The name of the file relative to the root of the package.
- Status:
- stable
- Domain:
- <a href="#File" rel="rdfs:domain">
File
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#string">
xsd:string
</a>
Property: fileType
The type of the file.
- Status:
- stable
- Domain:
- <a href="#File" rel="rdfs:domain">
File
</a> - Range:
- One of:
- <a href="#fileType_source">
spdx:fileType_source
</a>Indicates the file is a source code file.
- <a href="#fileType_archive">
spdx:fileType_archive
</a>Indicates the file is an archive file.
- <a href="#fileType_binary">
spdx:fileType_binary
</a>Indicates the file is not a text file.
filetype_archive
is preferred for archive files even though they are binary. - <a href="#fileType_other">
spdx:fileType_other
</a>Indicates the file did not fall into any of the other categories.
- <a href="#fileType_source">
Property: hasExtractedLicensingInfo
Indicates that a particular <a href="#ExtractedLicensingInfo">ExtractedLicensingInfo
</a> was defined in the subject <a href="#SpdxDocument">SpdxDocument
</a>.
- Status:
- stable
- Domain:
- <a href="#SpdxDocument" rel="rdfs:domain">
SpdxDocument
</a> - Range:
- <a href="#ExtractedLicensingInfo" rel="rdfs:range">
ExtractedLicensingInfo
</a>
Property: hasFile
Indicates that a particular <a href="#File">file</a> belongs to a <a href="#Package">package</a>.
- Status:
- stable
- Domain:
- <a href="#Package" rel="rdfs:domain">
Package
</a> - Range:
- <a href="#File" rel="rdfs:range">
File
</a>
Property: licenseComments
The licenseComments
property allows the preparer of the SPDX document to describe why the licensing in <a href="#licenseConcluded">spdx:licenseConcluded
</a> was chosen.
- Status:
- stable
- Domain:
- Any of:
- <a href="#Package" rel="rdf:first">
Package
</a> - <a href="#File" rel="rdf:first">
File
</a>
- <a href="#Package" rel="rdf:first">
- Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#string">
xsd:string
</a>
Property: licenseConcluded
The licensing that the preparer of this SPDX document has concluded, based on the evidence, actually applies to the package.
- Status:
- stable
- Domain:
- Any of:
- <a href="#Package" rel="rdf:first">
Package
</a> - <a href="#File" rel="rdf:first">
File
</a>
- <a href="#Package" rel="rdf:first">
- Range:
- Any of:
- <a href="#AnyLicenseInfo" rel="rdf:first">
AnyLicenseInfo
</a> - <a href="#none">
spdx:none
</a> - <a href="#noassertion">
spdx:noassertion
</a>
- <a href="#AnyLicenseInfo" rel="rdf:first">
Property: licenseDeclared
The licensing that the creators of the software in the package, or the packager, have declared. Declarations by the original software creator should be preferred, if they exist.
- Status:
- stable
- Domain:
- <a href="#Package" rel="rdfs:domain">
Package
</a> - Range:
- Any of:
- <a href="#AnyLicenseInfo" rel="rdf:first">
AnyLicenseInfo
</a> - <a href="#none">
spdx:none
</a> - <a href="#noassertion">
spdx:noassertion
</a>
- <a href="#AnyLicenseInfo" rel="rdf:first">
Property: licenseId
A short name for the license that is at least 3 characters long and made up of the characters from the set 'a'-'z', 'A'-'Z', '0'-'9', '+', '_', '.', and '-'. Formally, all licenseId
values must match the regular expression: [-+_.a-zA-Z0-9]{3,}
- Status:
- stable
- Domain:
- <a href="#License" rel="rdf:first">
License
</a> - <a href="#ExtractedLicensingInfo" rel="rdf:first">
ExtractedLicensingInfo
</a>
- <a href="#License" rel="rdf:first">
- Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#string">
xsd:string
</a>
Property: licenseText
The full text of the license.
- Status:
- stable
- Domain:
- <a href="#License" rel="rdfs:domain">
License
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#string">
xsd:string
</a>
Property: licenseInfoFromFiles
The licensing information that was discovered directly within the package. There will be an instance of this property for each distinct value of all <a href="#licenseInfoInFile">licenseInfoInFile
</a> properties of all files contained in the package.
- Status:
- stable
- Domain:
- <a href="#Package" rel="rdfs:domain">
Package
</a> - Range:
- Any of:
- <a href="#SimpleLicenseInfo" rel="rdf:first">
SimpleLicenseInfo
</a> - <a href="#none">
spdx:none
</a> - <a href="#noassertion">
spdx:noassertion
</a>
- <a href="#SimpleLicenseInfo" rel="rdf:first">
Property: licenseInfoInFile
Licensing information that was discovered directly in the subject file.
- Status:
- stable
- Domain:
- <a href="#File" rel="rdfs:domain">
File
</a> - Range:
- Any of:
- <a href="#SimpleLicenseInfo" rel="rdf:first">
SimpleLicenseInfo
</a> - <a href="#none">
spdx:none
</a> - <a href="#noassertion">
spdx:noassertion
</a>
- <a href="#SimpleLicenseInfo" rel="rdf:first">
Property: member
A <a href="#License">license</a>, or other licensing information, that is a member of the subject license set.
- Status:
- stable
- Domain:
- Any of:
- <a href="#ConjunctiveLicenseSet" rel="rdf:first">
ConjunctiveLicenseSet
</a> - <a href="#DisjunctiveLicenseSet" rel="rdf:first">
DisjunctiveLicenseSet
</a>
- <a href="#ConjunctiveLicenseSet" rel="rdf:first">
- Range:
- <a href="#AnyLicenseInfo" rel="rdfs:range">
AnyLicenseInfo
</a> - Refines:
- <a href="http://www.w3.org/TR/rdf-schema/#ch_member">
rdfs:member
</a>
Property: name
The full name of the package including version information.
- Status:
- stable
- Domain:
- <a href="#Package" rel="rdfs:domain">
Package
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#string">
xsd:string
</a>
Property: originator
The name and, optionally, contact information of the person or organization that originally created the package.
Values of this property must conform to the <a href="#agent-syntax">agent and tool syntax</a>.
- Status:
- stable
- Domain:
- <a href="#Package" rel="rdfs:domain">
Package
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#string">
xsd:string
</a> or the individual <a href="#noassertion">spdx:noassertion
</a>
Property: packageFileName
The base name of the package file name. For example, zlib-1.2.5.tar.gz
.
- Status:
- stable
- Domain:
- <a href="#Package" rel="rdfs:domain">
Package
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#string">
xsd:string
</a>
Property: packageVerificationCode
A manifest based authentication code for the package. This allows consumers of this data to determine if a package they have in hand is identical to the package from which the data was produced. This algorithm works even if the SPDX document is included in the package. This algorithm is described in detail in the SPDX specification.
The package verification code algorithm is defined in section 4.7 of the full specification.
- Status:
- stable
- Domain:
- <a href="#Package" rel="rdfs:domain">
Package
</a> - Range:
- <a href="#PackageVerificationCode" rel="rdfs:range">
PackageVerificationCode
</a>
Property: packageVerificationCodeExcludedFile
A file that was excluded when calculating the <a href="#packageVerificationCode">package verification code</a>. This is usually a file containing SPDX data regarding the package. If a package contains more than one SPDX file all SPDX files must be excluded from the package verification code. If this is not done it would be impossible to correctly calculate the verification codes in both files.
- Status:
- stable
- Domain:
- <a href="#PackageVerificationCode" rel="rdfs:domain">
PackageVerificationCode
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#string">
xsd:string
</a>
Property: packageVerificationCodeValue
The actual package verification code as a hex encoded value.
- Status:
- stable
- Domain:
- <a href="#PackageVerificationCode" rel="rdfs:domain">
PackageVerificationCode
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#hexBinary">
xsd:hexBinary
</a>
Property: referencesFile
Indicates that a particular file belongs as part of the set of analyzed files in the <a href="#SpdxDocument">SpdxDocument
</a>.
- Status:
- stable
- Domain:
- <a href="#SpdxDocument" rel="rdfs:domain">
SpdxDocument
</a> - Range:
- <a href="#File" rel="rdfs:range">
File
</a>
Property: reviewDate
The date and time at which the <a href="#SpdxDocument">SpdxDocument
</a> was reviewed. This value must be in UTC and have 'Z' as its timezone indicator.
- Status:
- stable
- Domain:
- <a href="#Review" rel="rdfs:domain">
Review
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#dateTime">
xsd:dateTime
</a>
Property: reviewed
The review
property relates a SpdxDocument
to the review history.
- Status:
- stable
- Domain:
- <a href="#SpdxDocument" rel="rdfs:domain">
SpdxDocument
</a> - Range:
- <a href="#Review" rel="rdfs:range">
Review
</a>
Property: reviewer
The name and, optionally, contact information of the person who performed the review.
Values of this property must conform to the <a href="#agent-syntax">agent and tool syntax</a>.
- Status:
- stable
- Domain:
- <a href="#Review" rel="rdfs:domain">
Review
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#string">
xsd:string
</a>
Property: sourceInfo
Allows the producer(s) of the SPDX document to describe how the package was acquired and/or changed from the original source.
- Status:
- stable
- Domain:
- <a href="#Package" rel="rdfs:domain">
Package
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#string">
xsd:string
</a>
Property: specVersion
Identifies the version of this specification that was used to produce this SPDX document. Currently the only supported value is SPDX-1.0
.
- Status:
- stable
- Domain:
- <a href="#SpdxDocument" rel="rdfs:domain">
SpdxDocument
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#string">
xsd:string
</a>
Property: summary
Provides a short description of the package.
- Status:
- stable
- Domain:
- <a href="#Package" rel="rdfs:domain">
Package
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#string">
xsd:string
</a>
Property: supplier
The name and, optionally, contact information of the person or organization that is the immediate supplier of this package to the recipient. The supplier may be different than <a href="#originator">originator
</a> when the software has been repackaged. For example if you get glibc from RedHat, RedHat is the Package Supplier, but FSF is the <a href="#originator">originator
</a>.
Values of this property must conform to the <a href="#agent-syntax">agent and tool syntax</a>.
- Status:
- stable
- Domain:
- <a href="#Package" rel="rdfs:domain">
Package
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#string">
xsd:string
</a> or the individual <a href="#noassertion">spdx:noassertion
</a>
Property: versionInfo
Provides an indication of the version of the package that is described by this <a href="#SpdxDocument">SpdxDocument
</a>.
- Status:
- stable
- Domain:
- <a href="#Package" rel="rdfs:domain">
Package
</a> - Range:
- <a href="http://www.w3.org/TR/xmlschema-2/#string">
xsd:string
</a>
Individuals
- <a href="#checksumAlgorithm_sha1">
checksumAlgorithm_sha1
</a> - <a href="#fileType_archive">
fileType_archive
</a> - <a href="#fileType_binary">
fileType_binary
</a> - <a href="#fileType_other">
fileType_other
</a> - <a href="#fileType_source">
fileType_source
</a> - <a href="#noassertion">
noassertion
</a> - <a href="#none">
none
</a>
Individual: checksumAlgorithm_sha1
Indicates the algorithm used was <a href="http://www.itl.nist.gov/fipspubs/fip180-1.htm">SHA-1</a>
- Status:
- stable
Individual: fileType_archive
Indicates the file is an archive file.
- Status:
- stable
Individual: fileType_binary
Indicates the file is not a text file. <a href="#fileType_archive">spdx:filetype_archive
</a> is preferred for archive files even though they are binary.
- Status:
- stable
Individual: fileType_other
Indicates the file is not a <a href="#fileType_source">source</a>, <a href="#fileType_archive">archive</a> or <a href="#fileType_binary">binary</a> file.
- Status:
- stable
Individual: fileType_source
Indicates the file is a source code file.
- Status:
- stable
Individual: noassertion
Indicates that the preparer of the SPDX document is not making any assertion regarding the value of this field.
- Status:
- stable
Individual: none
When this value is used as the object of a property it indicates that the preparer of the <a href="#SpdxDocument">SpdxDocument
</a> believes that there is no value for the property. This value should only be used if there is sufficient evidence to support this assertion.
- Status:
- stable
Agent and Tool Identifiers
Fields that identify entities that have acted in relation to the SPDX file are single line of text which name the agent or tool and, optionally, provide contact information. For example, "Person: Jane Doe (jane.doe@example.com)", "Organization: ExampleCodeInspect (contact@example.com)" and "Tool: LicenseFind - 1.0". The exact syntax of agent and tool identifications is described below in <a href="http://tools.ietf.org/html/rfc4234">ABNF</a>.
<code> agent = person / organization tool = "Tool: " name 0*1( " " DASH " " version) person = "Person: " name 0*1contact-info organization = "Organization: " name 0*1contact-info name = 1*( UNRESERVED ) / U+0022 1*( VCHAR-SANS-QUOTE ) U+0022 contact-info = " (" email-addr ")" email-addr = local-name-atom *( "." local-name-atom ) "@" domain-name-atom 1*( "." domain-name-atom ) version = 1*VCHAR-SANS-QUOTE local-name-atom = 1*( ALPHA / DIGIT / ; Printable US-ASCII "!" / "#" / ; characters not including "$" / "%" / ; specials. "&" / "'" / "*" / "+" / "-" / "/" / "=" / "?" / "^" / "_" / "`" / "{" / "|" / "}" / "~" ) domain-name-atom = 1*( ALPHA / DIGIT / "-" ) DASH = U+2010 / U+2212 / ; hyphen, minus, em dash and U+2013 / U+2014 ; en dash UNRESERVED = U+0020-U+0027 / ; visible unicode characters U+0029-U+0080 / ; except '(' and dashes U+00A0-U+200F / U+2011-U+2027 / U+202A-U+2211 / U+2213-U+E01EF VCHAR-SANS-QUOTE = U+0020-U+0021 / ; visible unicode characters U+0023-U+0080 / ; except quotation mark U+00a0-U+E01EF </code>