KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
gordf
★ 15
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
SnowSimulation
:
Position based snow simulation with the phase change effects
inkscape-multicalendar
:
Extended version of Inkscape svgcalendar
ratelimit
:
分布式限流实现
volumio-snapserver-plugin
:
A new version of the SnapServer functionality, totally revamped.
AutoSchedule
:
Automatically generate class schedules for CUHZ(SZ) students.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gordf
?
Download (.md)
# gordf [](https://github.com/spdx/tools-golang/actions) [](https://coveralls.io/github/RishabhBhatnagar/gordf?branch=master) gordf is a package which provides a parser for RDF files linearized using RDF/XML format. It will be used to represent the rdf files in memory and write back in possibly different formats like json, and xml. # License [MIT](https://github.com/spdx/goRdf/blob/master/LICENSE.txt) Note: the license text in the [sample-docs input file](examples/sample-docs/input.rdf) does not apply to any of the files (including the sample) - it is for illustrative purposes on how license text can be represented in SPDX RDF format. # Requirements At present, gordf does not require any addittional packages except the base library packages of golang. # Installation Guide Make sure that the `GOPATH` and `GOROOT` variables is correctly set in the current environment. Recommended go-version is go1.4 * Using GoLang's Package Manager <pre>go get github.com/spdx/gordf</pre> * Directly From GitHub <pre> git clone github.com/spdx/gordf gordf </pre> * Getting a Specific Version <pre> go get -u github.com/spdx/gordf@vx.y.z </pre> `vx.y.z` is a valid version from the tags of this repository. * Updating the Local Installation <pre> go get -u github.com/spdx/gordf </pre> # Development Status The repository is in its preliminary stage of development. It might have some defects. For reporting any issue, you can raise a ticket [here](https://github.com/spdx/goRdf/issues).