Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 961 Bytes

File metadata and controls

37 lines (26 loc) · 961 Bytes

go-blanknode

Package blanknode provides tools for working with blank node identifiers and blank node labels, for the Go programming language.

Blank Node Identifiers and Blank Node Labels are used in RDF (resource description framework) technologies, such as: JSON-LD, N-Quads, N-Triples, RDF/XML, RDFa, TriG, Turtle, etc.

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-blanknode

GoDoc

Import

To import package blanknode use import code like the following:

import "github.com/reiver/go-blanknode"

Installation

To install package blanknode do the following:

GOPROXY=direct go get github.com/reiver/go-blanknode

Author

Package blanknode was written by Charles Iliya Krempeaux