https://bugs.linuxfoundation.org/show_bug.cgi?id=1148
--- Comment #8 from Gary O'Neall <[email protected]> 2013-08-29 19:21:43 UTC --- For the RDF section, the fileDependency property should refer to the actual file node rather than use the file name. This would make the RDF parsing much more natural and efficient. Proposed change to section 4: 4. Data Format: For the tag value, a relative filename with the root of the package archive or directory. See http://tools.ietf.org/html/rfc1738 for syntax. The RDF property will refer to the actual File node in the RDF graph. Proposed change to the RDF section 6: 6. RDF: property spdx: fileDependency in class spdx:File. The property will refer to the actual file node in the RDF graph. Example: <File rdf:nodeID="A0"> <fileName>./busybox-1.20.2/shell/match.h</fileName> ... </File> <File rdf:nodeID="A1"> <fileDependency rdf:nodeID="A0"/> ... </File> -- Configure bugmail: https://bugs.linuxfoundation.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Spdx-tech mailing list [email protected] https://lists.spdx.org/mailman/listinfo/spdx-tech
