https://github.com/treecg/smartdatastreams-spec
The Smart Data Specification for Semantically Describing Streams
https://github.com/treecg/smartdatastreams-spec
rdf streams
Last synced: about 1 month ago
JSON representation
The Smart Data Specification for Semantically Describing Streams
- Host: GitHub
- URL: https://github.com/treecg/smartdatastreams-spec
- Owner: TREEcg
- Created: 2022-04-29T06:40:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T09:16:44.000Z (over 2 years ago)
- Last Synced: 2025-02-03T08:36:47.331Z (3 months ago)
- Topics: rdf, streams
- Language: Bikeshed
- Homepage: https://w3id.org/sds/specification
- Size: 96.7 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Smart Data Specification for Semantically Describing Streams
A `sds:Stream` is a stream of objects that have undergone transformations which can be described in RDF. It is able to describe:
* the `sds:records` it carries,
* what the previous transformations were through `p-plan:wasGeneratedBy`, and
* the `dcat:Dataset` is publishedThe HTML specification can be found at https://w3id.org/sds/specification.
This specification uses the [P-Plan specification](http://vocab.linkeddata.es/p-plan/) to describe previous steps taking that result in the current stream.
## Build the spec
Install bikeshed (pip3), then run `bikeshed watch sds.bs` or use the Github action in the repository.
## Contributions
Edit `sds.bs` or the vocabulary in Turtle, and open a [pull requests](https://github.com/TREEcg/SmartDataStreams-Spec/compare).
## Acknowledgements
This work is financed by the SEMIC programme of the European Commission and the Flemish Smart Data Space project. It is authored by Arthur Vercruysse, Sitt Min Oo and Pieter Colpaert.