Skip to content

w3c-cg/rsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Specifications of the RDF Stream Processing Community Group

This is the repository for the RDF Stream Processing Community Group (RSP CG) specifications.

Contributing

Please see CONTRIBUTING.md and CODE_OF_CONDUCT.md for details.

Please make changes through a pull request.

Any feedback, suggestions, or questions are welcome – please open an issue for that.

The RSP CG wiki contains more information about the Community Group, its activities, and how to get involved.

Specifications

Currently, this repository contains the following specifications:

  • RDF Messages – source code, published version
    • Defines the base concepts of RDF Messages, RDF Message Streams, and RDF Message Logs.
  • RDF Messages Tests – source code, published version
    • Provides interoperability tests for parsers and serializers that support RDF Message Logs.

Additionally, there is the index.bs file that lists the specifications (published version).

Editing the specifications

We use bikeshed with pipx to build the specifications. To build a spec, run:

pipx run bikeshed spec spec/<spec-name>.bs

You can also start bikeshed in watch mode to automatically rebuild the specs on changes, and have it serve the specs on a local web server:

pipx run bikeshed serve spec/<spec-name>.bs

To view, for example, messages.bs, open http://localhost:8000/spec/messages.html in your web browser.

About

W3C RDF Stream Processing CG specifications

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors