Recent Releases of onnx2rdf

onnx2rdf - ONNX2RDF v0.1.4

📦 ONNX2RDF v0.1.4 - Fix Bugs and Ontology

This version provides a complete pipeline to convert ONNX models into RDF formats with semantic annotations.

✨ Features

  • ✅ CLI and Python library for converting ONNX to RDF
  • ✅ Support for various RDF formats: nquads, turtle, trig, trix, jsonld
  • ✅ Optional integration with external RML and YARRRML mappings
  • ✅ Base URI customization and deterministic URI scheme
  • ✅ Caching and temporary folder for fixing files if necessary
  • ✅ Dockerfile to run the full pipeline in a containerized environment

📖 Tech Stack

  • Python 3.13
  • Java 17 (for RMLMapper)
  • Node.js + @rmlio/yarrrml-parser

📚 Docs

  • CLI: onnx-parser --help
  • Ontology: Chowlk-generated
  • RDF Output: Described in URI_DOCS.md
  • Citing: See CITATION.cff

🚀 Start converting your models and publish them as Linked Data!

Changelog

  ### Update Ontology 
  - Minor format errors
  - Add connections for operators and attributes (nneds implementaion)

  ### Fix Bugs 
  - parser for one model fail on Windows (fix paths)
  - yarrrml fix incorrect types
  - yarrrml fix incorrect initializers
  - other minor bugs

- Python
Published by JorgeMIng 8 months ago

onnx2rdf - ONNX2RDF v0.1.3

📦 ONNX2RDF v0.1.2 - Bug Fix (Ontology inconsistency)

This version provides a complete pipeline to convert ONNX models into RDF formats with semantic annotations.

✨ Features

  • ✅ CLI and Python library for converting ONNX to RDF
  • ✅ Support for various RDF formats: nquads, turtle, trig, trix, jsonld
  • ✅ Optional integration with external RML and YARRRML mappings
  • ✅ Base URI customization and deterministic URI scheme
  • ✅ Caching and temporary folder for fixing files if necessary
  • ✅ Dockerfile to run the full pipeline in a containerized environment

📖 Tech Stack

  • Python 3.13
  • Java 17 (for RMLMapper)
  • Node.js + @rmlio/yarrrml-parser

📚 Docs

  • CLI: onnx-parser --help
  • Ontology: Chowlk-generated
  • RDF Output: Described in URI_DOCS.md
  • Citing: See CITATION.cff

🚀 Start converting your models and publish them as Linked Data!

Changelog

  - Change appliesOperator for applies_opperator 

- Python
Published by JorgeMIng 9 months ago

onnx2rdf - ONNX2RDF v0.1.2

📦 ONNX2RDF v0.1.2 - Bug Fix (Windows Paths)

This version provides a complete pipeline to convert ONNX models into RDF formats with semantic annotations.

✨ Features

  • ✅ CLI and Python library for converting ONNX to RDF
  • ✅ Support for various RDF formats: nquads, turtle, trig, trix, jsonld
  • ✅ Optional integration with external RML and YARRRML mappings
  • ✅ Base URI customization and deterministic URI scheme
  • ✅ Caching and temporary folder for fixing files if necessary
  • ✅ Dockerfile to run the full pipeline in a containerized environment

📖 Tech Stack

  • Python 3.13
  • Java 17 (for RMLMapper)
  • Node.js + @rmlio/yarrrml-parser

📚 Docs

  • CLI: onnx-parser --help
  • Ontology: Chowlk-generated
  • RDF Output: Described in URI_DOCS.md
  • Citing: See CITATION.cff

🚀 Start converting your models and publish them as Linked Data!

Changelog

  - Bug Fix with windows paths when parsing a file

- Python
Published by JorgeMIng 9 months ago

onnx2rdf - ONNX2RDF v0.1.1

📦 ONNX2RDF v0.1.0 - Initial release (2025-06-12)

🎉 Second public release of ONNX2RDF!

This version provides a complete pipeline to convert ONNX models into RDF formats with semantic annotations.

✨ Features

  • ✅ CLI and Python library for converting ONNX to RDF
  • ✅ Support for various RDF formats: nquads, turtle, trig, trix, jsonld
  • ✅ Optional integration with external RML and YARRRML mappings
  • ✅ Base URI customization and deterministic URI scheme
  • ✅ Caching and temporary folder for fixing files if necessary
  • ✅ Dockerfile to run the full pipeline in a containerized environment

📖 Tech Stack

  • Python 3.13
  • Java 17 (for RMLMapper)
  • Node.js + @rmlio/yarrrml-parser

📚 Docs

  • CLI: onnx-parser --help
  • Ontology: Chowlk-generated
  • RDF Output: Described in URI_DOCS.md
  • Citing: See CITATION.cff

🚀 Start converting your models and publish them as Linked Data!

Changelog

  - Add zenodo dois
  - Auto-install rmlmapper.jar (>100MB) -> pip not supported
  - Pip supported project
  -  Remove CITATION.cff conflict with zenodo

- Python
Published by JorgeMIng 9 months ago

onnx2rdf - ONNX2RDF v0.1.1

📦 ONNX2RDF v0.1.1- Fix cff (zenodo)

  • Adding zenodo doi
  • Adding cff generated with zenodo

- Python
Published by JorgeMIng 9 months ago

onnx2rdf - ONNX2RDF v0.1.1

📦 ONNX2RDF v0.1.1 (Zenodo cff fix)

Changelog

  • Change templete doi for ZENODO generated
  • Add cff with valid format for ZENODO

- Python
Published by JorgeMIng 9 months ago

onnx2rdf - ONNX2RDF v0.1.0

📦 ONNX2RDF v0.1.0 - Initial release (2025-06-12)

🎉 First public release of ONNX2RDF!

This version provides a complete pipeline to convert ONNX models into RDF formats with semantic annotations.

✨ Features

  • ✅ CLI and Python library for converting ONNX to RDF
  • ✅ Support for various RDF formats: nquads, turtle, trig, trix, jsonld
  • ✅ Optional integration with external RML and YARRRML mappings
  • ✅ Base URI customization and deterministic URI scheme
  • ✅ Caching and temporary folder for fixing files if necessary
  • ✅ Dockerfile to run the full pipeline in a containerized environment

📖 Tech Stack

  • Python 3.13
  • Java 17 (for RMLMapper)
  • Node.js + @rmlio/yarrrml-parser

📚 Docs

  • CLI: onnx-parser --help
  • Ontology: Chowlk-generated
  • RDF Output: Described in URI_DOCS.md
  • Citing: See CITATION.cff

🚀 Start converting your models and publish them as Linked Data!

- Python
Published by JorgeMIng 9 months ago

onnx2rdf -

📦 ONNX2RDF v0.1.0 - Initial release (2025-06-12)

🎉 First public release of ONNX2RDF!

This version provides a complete pipeline to convert ONNX models into RDF formats with semantic annotations.

✨ Features

  • ✅ CLI and Python library for converting ONNX to RDF
  • ✅ Support for various RDF formats: nquads, turtle, trig, trix, jsonld
  • ✅ Optional integration with external RML and YARRRML mappings
  • ✅ Base URI customization and deterministic URI scheme
  • ✅ Caching and temporary folder for fixing files if necessary
  • ✅ Dockerfile to run the full pipeline in a containerized environment

📖 Tech Stack

  • Python 3.13
  • Java 17 (for RMLMapper)
  • Node.js + @rmlio/yarrrml-parser

📚 Docs

  • CLI: onnx-parser --help
  • Ontology: Chowlk-generated
  • RDF Output: Described in URI_DOCS.md
  • Citing: See CITATION.cff

🚀 Start converting your models and publish them as Linked Data!

- Python
Published by JorgeMIng 9 months ago