Skip to content

Commit

Permalink
Merge pull request #16 from danielwilms/vsso2_start
Browse files Browse the repository at this point in the history
VSSo2 initial draft
  • Loading branch information
tguild authored Dec 6, 2021
2 parents cf8ba3f + 4420dcf commit 6479ff4
Show file tree
Hide file tree
Showing 60 changed files with 41,240 additions and 63,017 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
# VSSo: the Vehicle Signal Specification Ontology

This repository contains the standards work being carried out around the development, extension and usage of VSSo. VSSo is an ontology created from the [Vehicle Signal Specification](https://github.com/covesa/vehicle_signal_specification/). It also relies on the [SOSA patterns for observations and actuations](https://www.w3.org/TR/vocab-ssn/).
This repository contains the standards work being carried out around the development, extension and usage of VSSo. VSSo is an ontology created from the [Vehicle Signal Specification (VSS)](https://github.com/covesa/vehicle_signal_specification/). It also relies on the [SOSA patterns for observations and actuations](https://www.w3.org/TR/vocab-ssn/).

VSSo began as a research project by EURECOM and BMW, EURECOM's parent organization Institut Mines-Télécom brought it to W3C for standardization consideration by making a [Member Submission](https://www.w3.org/Submission/2020/SUBM-vsso-20201026/) [comment](https://www.w3.org/Submission/2020/02/Comment/)

More precisely, the VSSo ontology is available in [Turtle](vsso.ttl) and corresponds to the [release 1.0 of VSS](https://github.com/covesa/vehicle_signal_specification/releases/tag/v1.0)

## A quick start
The repository is structured as follows:

* [docs](docs): This folder contains the html documentation of VSSo, automatically generated using [WIDOCO](https://github.com/dgarijo/Widoco). The rendered page is also available at http://automotive.eurecom.fr/vsso
* [rdf-generation](rdf-generation): This folder contains the script for generating VSSo but also extending it according to the priciple of private branches described in the vehicle signal specification
The main branch of the repository is used for active development.The first version of VSSo based on [VSS v1.0](https://github.com/COVESA/vehicle_signal_specification/releases/tag/v1.0) can be found in [releases](https://github.com/w3c/vsso/releases).

Since VSS v1.0 the specification evolved, which allows a different structure of VSSo.
The current goal is to create a core ontology defining the major concepts of VSS (e.g. Branch, Sensors, Actuators, etc.).
This core ontology is then used as reference, so that the definitions of VSS can be generated as VSSo conctepts through tooling.

We therefore propose three artifacts as part of VSSo, which are reflected in the structure of the repository:

* **[VSSo Primer](vsso-primer):** The primer includes the motivation, intended use cases and indications where to find further
information.
* **[VSSo Core](vsso-core):** Core ontology of VSSo. Meant as a reference for automatic mapping from VSS into an ontology.
* **[VSSo](vsso):** Structure for the documentation of the generated concepts from VSS.


We provide [a list of competency question](competency-questions.md) that served to evaluate VSSo. These competency questions are expressed when possible as SPARQL queries that can be executed on any datasets using the VSSo ontology, such as http://automotive.eurecom.fr/simulator/query
All documentation is generated using [WIDOCO](https://github.com/dgarijo/Widoco). The rendered pages are also available at https://w3c.github.io/vsso/

## Cite
If you use VSSo in a scientific publication, we would appreciate citations to the following paper:
Expand Down
211 changes: 0 additions & 211 deletions competency-questions.md

This file was deleted.

87 changes: 0 additions & 87 deletions docs/index.html

This file was deleted.

2 changes: 0 additions & 2 deletions docs/sections/abstract-en.html

This file was deleted.

Loading

0 comments on commit 6479ff4

Please sign in to comment.