Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.46 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.46 KB

gordf

Build Status Coverage Status

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.

License

MIT

Requirements

At present, gordf does not require any addittional packages except the base library packages of golang.

Installation Guide

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 

Development Status

The repository is in its preliminary stage of development. It might have some defects. For reporting any issue, you can raise a ticket here.