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.
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-blanknode
To import package blanknode use import code like the following:
import "github.com/reiver/go-blanknode"
To install package blanknode do the following:
GOPROXY=direct go get github.com/reiver/go-blanknode
Package blanknode was written by Charles Iliya Krempeaux