rdf

package
v0.0.0-...-fa720cf Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2023 License: MIT Imports: 10 Imported by: 0

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

func LoadRDFCmd

func LoadRDFCmd(cmd *cobra.Command, args []string) error

LoadRDFCmd is the main command line for loading RDF data

Types

This section is empty.

Jump to

Keyboard shortcuts

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