Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "rdf <graph> <RDF file>", Short: "Loads RDF data into a graph", Long: ``, Args: cobra.ExactArgs(2), RunE: LoadRDFCmd, }
Cmd is the declaration for cobra of the command line
View Source
var RdfType = "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
RdfType is used to define the label of a vertex
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.