gordf is a package which provides a parser for RDF files linearized using RDF/XML format. It will be used to represent the rdf files in memory and write back in possibly different formats like json, and xml.
Note: the license text in the sample-docs input file does not apply to any of the files (including the sample) - it is for illustrative purposes on how license text can be represented in SPDX RDF format.
At present, gordf does not require any addittional packages except the base library packages of golang.
Make sure that the GOPATH
and GOROOT
variables is correctly set in the current environment.
Recommended go-version is go1.4
-
Using GoLang's Package Manager
go get github.com/spdx/gordf
-
Directly From GitHub
git clone github.com/spdx/gordf gordf
-
Getting a Specific Version
go get -u github.com/spdx/[email protected]
vx.y.z
is a valid version from the tags of this repository. -
Updating the Local Installation
go get -u github.com/spdx/gordf
The repository is in its preliminary stage of development. It might have some defects. For reporting any issue, you can raise a ticket here.