Skip to content

Commit 791514a

Browse files
author
Jobst Beckmann
committed
2 parents ca833e2 + 8166c49 commit 791514a

1 file changed

Lines changed: 15 additions & 9 deletions

File tree

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
🌐 **Webpage:** [https://ika-rwth-aachen.github.io/sunrise_ontology/](https://ika-rwth-aachen.github.io/sunrise_ontology/)
6+
57
**Ontology IRI:** `https://ika-rwth-aachen.github.io/sunrise_ontology/ontology`
68
**Namespace:** `https://ika-rwth-aachen.github.io/sunrise_ontology/ontology#`
79
**Latest Version IRI:** `https://ika-rwth-aachen.github.io/sunrise_ontology/ontology/1.0`
@@ -84,15 +86,19 @@ If you use this ontology, please cite the following project deliverable:
8486
## Project structure
8587
```
8688
docs/
87-
├─ ontology.ttl # Latest Turtle
88-
├─ ontology.rdf # Latest RDF/XML
89-
├─ ontology.jsonld # Latest JSON-LD
90-
├─ index.html # Human-readable landing page
91-
└─ versions/
92-
└─ 1.0/
93-
├─ ontology.ttl
94-
├─ ontology.rdf
95-
└─ ontology.jsonld
89+
├─ index.html # Human-readable landing page (GitHub Pages)
90+
├─ media/ # Logos and images
91+
├─ citation.bib # BibTeX reference for citation
92+
└─ ontology/ # Ontology root
93+
├─ ontology.ttl # Latest Turtle
94+
├─ ontology.rdf # Latest RDF/XML
95+
├─ ontology.jsonld # Latest JSON-LD
96+
├─ index.html # Redirect for the Ontology IRI
97+
└─ versions/
98+
└─ 1.0/
99+
├─ ontology.ttl
100+
├─ ontology.rdf
101+
└─ ontology.jsonld
96102
```
97103

98104
---

0 commit comments

Comments
 (0)