Lines Matching full:spdxdocument
38 // a spdxDocument model or the error encountered while parsing it
91 // from the given parser object, returns the SpdxDocument Node defined in the root elements.
92 // returns error if the document is associated with no SpdxDocument or
93 // associated with more than one SpdxDocument node.
97 all the triples with rdf:type=spdx:SpdxDocument?
99 to have dependency of another SpdxDocument. In that case, that
100 element will reference the dependency using SpdxDocument tag which will
103 // iterate over root nodes and find the node which has a property of rdf:type=spdx:SpdxDocument
114 // we found a SpdxDocument Node
124 …return nil, fmt.Errorf("found more than one SpdxDocument Node (%v and %v)", spdxDocNode, typeTripl…
130 return nil, errors.New("RDF files must be associated with a SpdxDocument tag. No tag found")