Skip to content

ika-rwth-aachen/sunrise_ontology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

SUNRISE Ontology

An ontology defining Operational Design Domain (ODD) and scenario-related concepts within the SUNRISE project, published via GitHub Pages.

🌐 Webpage: https://ika-rwth-aachen.github.io/sunrise_ontology/

Ontology IRI: https://ika-rwth-aachen.github.io/sunrise_ontology/ontology
Namespace: https://ika-rwth-aachen.github.io/sunrise_ontology/ontology#
Latest Version IRI: https://ika-rwth-aachen.github.io/sunrise_ontology/ontology/1.0


Table of Contents


Important

The project is open-sourced and maintained by the Institute for Automotive Engineering (ika) at RWTH Aachen University. We cover a wide variety of research topics within our Vehicle Intelligence & Automated Driving domain. If you would like to learn more about how we can support your automated driving or robotics efforts, feel free to reach out to us! email: opensource@ika.rwth-aachen.de

Overview

The SUNRISE Ontology formalizes key concepts and relationships related to ODDs and scenarios within the SUNRISE project. It is aligned with the taxonomies defined in ISO 34503 and ISO 34504, ensuring compatibility with international standards for scenario-based testing and verification.

The ontology models dynamic entities, environmental conditions, and scenery elements along with their respective attributes. It also captures exposure metrics and scenario metadata, providing a structured foundation for representing and exchanging information in simulation and testing contexts.

How to use

Import in Protégé (or any OWL/RDF tool)

  • Via IRI: https://ika-rwth-aachen.github.io/sunrise_ontology/ontology
  • Or download a file from docs/ and open locally.

Programmatic use (Python / rdflib)

from rdflib import Graph
G = Graph().parse("https://ika-rwth-aachen.github.io/sunrise_ontology/ontology/ontology.ttl", format="turtle")

Serializations

Note: GitHub Pages does not perform HTTP content negotiation. Separate files are provided per format.


Versioning

  • Latest Ontology IRI: https://ika-rwth-aachen.github.io/sunrise_ontology/ontology
  • Latest Version IRI: https://ika-rwth-aachen.github.io/sunrise_ontology/ontology/1.0

Archived versions live under docs/versions/:

When releasing a new version, update owl:versionIRI and owl:versionInfo in the ontology header, regenerate all serializations, and copy them to a new folder under docs/versions/.


Citing

If you use this ontology, please cite the following project deliverable:

Beckmann, J., Zhang, X., de Gelder, E., van Hassel, E., Nieto, M., Ben Nejma, G., & Grabowski, M. (2025).
D5.2 – Harmonised descriptions for content of CCAM safety assessment data framework.
SUNRISE – Safety assUraNce fRamework for connected, automated mobIlity SystEms.
Horizon Europe Research and Innovation Action, Grant Agreement No. 101069573.


Project structure

docs/
├─ index.html               # Human-readable landing page (GitHub Pages)
├─ media/                   # Logos and images
├─ citation.bib             # BibTeX reference for citation
└─ ontology/                # Ontology root
   ├─ ontology.ttl          # Latest Turtle
   ├─ ontology.rdf          # Latest RDF/XML
   ├─ ontology.jsonld       # Latest JSON-LD
   ├─ index.html            # Redirect for the Ontology IRI
   └─ versions/
      └─ 1.0/
         ├─ ontology.ttl
         ├─ ontology.rdf
         └─ ontology.jsonld

License

This ontology is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.

Developed within the SUNRISE Project, funded by the European Union under grant agreement no. 101069573.


Contact

Maintainer: jobst.beckmann@ika.rwth-aachen.de
GitHub: https://github.com/ika-rwth-aachen/sunrise_ontology

Acknowledgements

This package is developed as part of the SUNRISE project.

SUNRISE Logo

Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Climate, Infrastructure and Environment Executive Agency (CINEA). Neither the European Union nor the granting authority can be held responsible for them.

EU Flag

About

An ontology defining Operational Design Domain (ODD) and scenario-related concepts within the SUNRISE project, published via GitHub Pages.

Resources

License

Stars

Watchers

Forks

Contributors