rdf-stax.github.io

Main repository of the RDF Stream Taxonomy (RDF-STaX)

https://github.com/rdf-stax/rdf-stax.github.io

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 9 DOI reference(s) in README
  • Academic publication links
    Links to: mdpi.com
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Main repository of the RDF Stream Taxonomy (RDF-STaX)

Basic Info
  • Host: GitHub
  • Owner: RDF-STaX
  • License: cc-by-4.0
  • Language: HTML
  • Default Branch: main
  • Homepage: https://w3id.org/stax
  • Size: 3.86 MB
Statistics
  • Stars: 4
  • Watchers: 2
  • Forks: 1
  • Open Issues: 9
  • Releases: 18
Created over 2 years ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License Zenodo

README.md

GitHub release (latest SemVer) Website .github/workflows/validate.yml GitHub License GitHub issues Discord

RDF Stream Taxonomy (RDF-STaX)

This is the main repository of the RDF Stream Taxonomy. Here you will find the ontology itself (src) and the documentation sources (docs).

Read more about RDF-STaX on the official website.

Please file any feature requests, bugs, or other issues in the issue tracker.

You can also join the Discord chat to discuss RDF-STaX with the community.

Editing the ontology

  • The main ontology file is src/stax.ttl. It should be edited with Protégé.
    • Do not add information about the authors/contributors there. This is done in the src/authors.ttl file (see below).
    • Do not set the ontology's version IRI or version – this is done automatically in CI during release.
  • The src/authors.ttl file contains information about the authors/contributors of the ontology. It should be edited manually with a text editor.
  • The tests directory contains competency question tests that are ran automatically. Implementing new tests is documented on the RDF-STaX website.

Editing documentation

Documentation is stored in the docs directory. You can open a pull request for any of the files there, except the ones in the includes subdirectory. These files are generated automatically in the CI pipeline.

Citation

If you use RDF-STaX in your research, please cite the paper introducing it (PDF):

Sowiński, P.; Szmeja, P.; Ganzha, M.; Paprzycki, M. (2024). RDF Stream Taxonomy: Systematizing RDF Stream Types in Research and Practice. Electronics, 13(13), 2558. https://doi.org/10.3390/electronics13132558

Or use this BibTeX entry:

bibtex @article{sowinski2024rdfstax, title={RDF Stream Taxonomy: Systematizing RDF Stream Types in Research and Practice}, author={Piotr Sowinski and Pawel Szmeja and Maria Ganzha and Marcin Paprzycki}, journal={Electronics}, volume={13}, number={13}, pages={2558}, year={2024}, publisher={MDPI}, url={https://doi.org/10.3390/electronics13132558}, doi={10.3390/electronics13132558} }

License

The RDF-STaX ontology and its documentation is licensed under the Creative Commons Attribution 4.0 license.

Owner

  • Name: RDF-STaX
  • Login: RDF-STaX
  • Kind: organization

GitHub Events

Total
  • Issues event: 2
  • Delete event: 1
  • Issue comment event: 3
  • Push event: 137
  • Pull request event: 2
  • Create event: 2
Last Year
  • Issues event: 2
  • Delete event: 1
  • Issue comment event: 3
  • Push event: 137
  • Pull request event: 2
  • Create event: 2

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Ostrzyciel (16)
Pull Request Authors
  • Ostrzyciel (19)
Top Labels
Issue Labels
documentation (11) enhancement (6) bug (1) discussion (1)
Pull Request Labels
enhancement (1)

Dependencies

.github/workflows/pre-release.yml actions
  • actions/checkout v4 composite
  • ncipollo/release-action v1.13.0 composite
.github/workflows/publish.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
.github/workflows/tagged-release.yml actions
  • actions/checkout v4 composite
  • ncipollo/release-action v1.13.0 composite
requirements.txt pypi
  • mike *
  • mkdocs-include-markdown-plugin ==4.0.4
  • mkdocs-material *
.github/workflows/validate.yml actions
  • actions/checkout v4 composite