go get github.com/abhishekspeer/understanding-goraptor
go run main.go <rdf-file>
- Take RDF file name as an argument.
- Read the RDF File.
- Parse the contents.
- Store the data into Intermediate data structure.
- Add the data from intermediate Data structures to Standard data structure.
- Writer
- libraptor2
- @deltamobile/goraptor fork of goraptor by William Waites