THE SPDX WIKI IS NO LONGER ACTIVE. ALL CONTENT HAS BEEN MOVED TO https://github.com/spdx

Difference between revisions of "Technical Team/Proposals/2010-10-21/File origin"

From SPDX Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
<h2>Status<h2>
 +
 +
<b>Open</b>
 +
 +
Alternative to <a href="http://www.spdx.org/wiki/proposal-2010-10-21-3-artifactof">Proposal 2010-20-21-3: ArtifactOf</a>
 +
 
<h2>Issue</h2>
 
<h2>Issue</h2>
  
 
<p>The origin of a file is an important fact that is not described by and spdx file.</p>
 
<p>The origin of a file is an important fact that is not described by and spdx file.</p>
  
<h2>Proposal<h2>
+
<h2>Proposal</h2><h2>
  
 
<p>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.</p>
 
<p>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.</p>
  
<h3>Additions to spec</h3>
+
</h2><h3>Additions to spec</h3><p>
  
 
5.6 OSS Project  
 
5.6 OSS Project  
Line 27: Line 33:
 
5.7.5 RDF: /RDF/SPDXDoc/Describes/File/ProjectURL
 
5.7.5 RDF: /RDF/SPDXDoc/Describes/File/ProjectURL
 
5.7.6 Data Format: URL
 
5.7.6 Data Format: URL
5.7.7 Example: Project: http://www.junit.org
+
5.7.7 Example: Project: http://www.junit.org</p>

Revision as of 16:16, 21 October 2010

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