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.
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/gordf@vx.y.z
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.