THE SPDX WIKI IS NO LONGER ACTIVE. ALL CONTENT HAS BEEN MOVED TO https://github.com/spdx
Technical Team/Proposals/2010-10-21/File origin
Contents
- 1 Status<h2> Open Alternative to <a href="http://www.spdx.org/wiki/proposal-2010-10-21-3-artifactof">Proposal 2010-20-21-3: ArtifactOf</a> <h2>Issue
- 2 Proposal
- 3 Define a property of File whose value is name of the project in which this file originated. Define a property of File whose value is URL of the project in which this file originated.
Status<h2> Open Alternative to <a href="http://www.spdx.org/wiki/proposal-2010-10-21-3-artifactof">Proposal 2010-20-21-3: ArtifactOf</a> <h2>Issue
The origin of a file is an important fact that is not described by and spdx file.
Proposal
Define a property of File whose value is name of the project in which this file originated. Define a property of File whose value is URL of the project in which this file originated.
Additions to spec
5.6 OSS Project
5.6.1 Purpose: Identify the name of the open source package or project where this file originated. 5.6.2 Intent: By providing the open source package, the reader can better identify the source and use it to do further research if needed. 5.6.3 Cardinality: Optional, single instance 5.6.4 Tag: "Project" 5.6.5 RDF: /RDF/SPDXDoc/Describes/File/Project 5.6.6 Data Format: Freeform text string 5.6.7 Example: Project: jUnit
5.7 OSS Project URL
5.7.1 Purpose: Identify the project home page of the open source package or project where this file originated. 5.7.2 Intent: By providing the URL for the open source package, the reader can uniquely identify the source and use it to do further research if needed. 5.7.3 Cardinality: Optional, single instance 5.7.4 Tag: "ProjectURL" 5.7.5 RDF: /RDF/SPDXDoc/Describes/File/ProjectURL 5.7.6 Data Format: URL
5.7.7 Example: Project: http://www.junit.org