Skip to content

RishabhBhatnagar/gordf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, xml, json.

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 https://www.github.com/spdx/gordf gordf 
  • Getting a Specific Version

     go get -u https://www.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 https://www.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.