https://github.com/datatogether/linked_data
Golang package for working with linked data structures, an implementation of the W3C Data Catalog Vocabulary (DCAT)
https://github.com/datatogether/linked_data
dcat golang metadata package
Last synced: 5 months ago
JSON representation
Golang package for working with linked data structures, an implementation of the W3C Data Catalog Vocabulary (DCAT)
- Host: GitHub
- URL: https://github.com/datatogether/linked_data
- Owner: datatogether
- License: gpl-3.0
- Archived: true
- Created: 2017-05-17T21:09:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T19:02:47.000Z (over 8 years ago)
- Last Synced: 2023-07-27T22:02:47.007Z (almost 3 years ago)
- Topics: dcat, golang, metadata, package
- Language: Go
- Homepage:
- Size: 60.5 KB
- Stars: 4
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# linked_data
[](http://github.com/datatogether)
[](https://archivers-slack.herokuapp.com/)
[](./LICENSE)
A go package for working with linked data structures, favouring things that parse into and out of [json-ld](https://json-ld.org/).
## License & Copyright
Copyright (C) 2017 Data Together
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, version 3.0.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
See the [`LICENSE`](./LICENSE) file for details.
## Getting Involved
We would love involvement from more people! If you notice any errors or would like to submit changes, please see our [Contributing Guidelines](./.github/CONTRIBUTING.md).
We use GitHub issues for [tracking bugs and feature requests](https://github.com/datatogether/linked_data/issues) and Pull Requests (PRs) for [submitting changes](https://github.com/datatogether/linked_data/pulls)
## Usage
Use in any golang package with:
`import "github.com/datatogether/linked_data"`
## Development
Build technical documentation with `go doc`.
More documentation to come when we get time. In the meantime, please file issues if you have any questions!