goRdf

package module
v0.0.0-...-752599d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2020 License: MIT Imports: 0 Imported by: 0

README

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/RishabhBhatnagar/gordf
  • Directly From GitHub

     git clone https://www.github.com/RishabhBhatnagar/gordf gordf 
  • Getting a Specific Version

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
examples

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL