Skip to content

Commit

Permalink
[vsso-core] Fixes ObservableVehicleProperty
Browse files Browse the repository at this point in the history
As stated in #19 the metadata of ObservableVehicleProperty was incorrect:
* referred to VSS `actuator` instead of `sensor`
* `seeAlso` link was broken
* `StaticVehicleProperty`  defined as in VSS
* Text in `DynamicVehicleProperty` adapted as well

This commit fixes it.

Signed-off-by: Daniel Wilms <Daniel.DW.Wilms@bmw.de>
  • Loading branch information
danielwilms committed Dec 9, 2021
1 parent 6479ff4 commit 6f50504
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion vsso-core/docs/index-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


<!-- SCHEMA.ORG METADATA -->
<script type="application/ld+json">{"@context":"https://schema.org","@type":"TechArticle","url":"https://github.com/w3c/vsso#","image":"http://vowl.visualdataweb.org/webvowl/#iri=https://github.com/w3c/vsso#","name":"VSSo Core: Vehicle Signal Specification Core Ontology", "headline":"This ontology describes the car's attributes, branches and signals defined in the Vehicle Signal Specification.", "datePublished":"Mon Dec 06 13:42:41 IST 2021", "version":"v2.0-develop", "license":"http://creativecommons.org/licenses/by/4.0/", "author":[{"@type":"Person","name":"Benjamin Klotz"},{"@type":"Person","name":"Daniel Wilms"},{"@type":"Person","name":"Raphael Troncy"}], "contributor":[{"@type":"Person","name":"Daniel Alvarez-Coello"},{"@type":"Person","name":"Felix Loesch"}]}</script>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"TechArticle","url":"https://github.com/w3c/vsso#","image":"http://vowl.visualdataweb.org/webvowl/#iri=https://github.com/w3c/vsso#","name":"VSSo Core: Vehicle Signal Specification Core Ontology", "headline":"This ontology describes the car's attributes, branches and signals defined in the Vehicle Signal Specification.", "datePublished":"Thu Dec 09 08:40:26 IST 2021", "version":"v2.0-develop", "license":"http://creativecommons.org/licenses/by/4.0/", "author":[{"@type":"Person","name":"Benjamin Klotz"},{"@type":"Person","name":"Daniel Wilms"},{"@type":"Person","name":"Raphael Troncy"}], "contributor":[{"@type":"Person","name":"Daniel Alvarez-Coello"},{"@type":"Person","name":"Felix Loesch"}]}</script>

<script src="resources/jquery.js"></script>
<script src="resources/marked.min.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions vsso-core/docs/ontology.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,16 @@
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
"@language" : "en",
"@value" : "_ObservableVehicleProperty_ - Follows the definition of an [actuator](https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/) in\nVSS. It is a [DynamicVehicleProperty](#https://github.com/w3c/vsso#DynamicVehicleProperty), which can be observed but _not_ changed.\nRefers to [sosa:ObservableProperty](https://www.w3.org/TR/vocab-ssn/#SOSAObservableProperty)"
"@value" : "_ObservableVehicleProperty_ - Follows the definition of an [sensor](https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/) in\nVSS. It is a [DynamicVehicleProperty](#https://github.com/w3c/vsso#DynamicVehicleProperty), which can be observed but _not_ changed.\nRefers to [sosa:ObservableProperty](https://www.w3.org/TR/vocab-ssn/#SOSAObservableProperty)"
} ],
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
"@language" : "en",
"@value" : "ObservableVehicleProperty"
} ],
"http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ {
"@value" : "https://www.w3.org/TR/vocab-ssn/#SOSAObservableProperty"
"@value" : "https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/"
}, {
"@value" : "ttps://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/"
"@value" : "https://www.w3.org/TR/vocab-ssn/#SOSAObservableProperty"
} ],
"http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
"@id" : "https://github.com/w3c/vsso#DynamicVehicleProperty"
Expand Down
4 changes: 2 additions & 2 deletions vsso-core/docs/ontology.nt
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@
# https://github.com/w3c/vsso#ObservableVehicleProperty
<https://github.com/w3c/vsso#ObservableVehicleProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://github.com/w3c/vsso#ObservableVehicleProperty> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://github.com/w3c/vsso#DynamicVehicleProperty> .
<https://github.com/w3c/vsso#ObservableVehicleProperty> <http://www.w3.org/2000/01/rdf-schema#comment> "_ObservableVehicleProperty_ - Follows the definition of an [actuator](https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/) in\nVSS. It is a [DynamicVehicleProperty](#https://github.com/w3c/vsso#DynamicVehicleProperty), which can be observed but _not_ changed.\nRefers to [sosa:ObservableProperty](https://www.w3.org/TR/vocab-ssn/#SOSAObservableProperty)"@en .
<https://github.com/w3c/vsso#ObservableVehicleProperty> <http://www.w3.org/2000/01/rdf-schema#comment> "_ObservableVehicleProperty_ - Follows the definition of an [sensor](https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/) in\nVSS. It is a [DynamicVehicleProperty](#https://github.com/w3c/vsso#DynamicVehicleProperty), which can be observed but _not_ changed.\nRefers to [sosa:ObservableProperty](https://www.w3.org/TR/vocab-ssn/#SOSAObservableProperty)"@en .
<https://github.com/w3c/vsso#ObservableVehicleProperty> <http://www.w3.org/2000/01/rdf-schema#label> "ObservableVehicleProperty"@en .
<https://github.com/w3c/vsso#ObservableVehicleProperty> <http://www.w3.org/2000/01/rdf-schema#seeAlso> "https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/" .
<https://github.com/w3c/vsso#ObservableVehicleProperty> <http://www.w3.org/2000/01/rdf-schema#seeAlso> "https://www.w3.org/TR/vocab-ssn/#SOSAObservableProperty" .
<https://github.com/w3c/vsso#ObservableVehicleProperty> <http://www.w3.org/2000/01/rdf-schema#seeAlso> "ttps://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/" .
#
# https://github.com/w3c/vsso#PositionInVehicle
<https://github.com/w3c/vsso#PositionInVehicle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
Expand Down
4 changes: 2 additions & 2 deletions vsso-core/docs/ontology.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,12 @@ this property is expected to change frequently, even within a vehicle lifecycle.

<owl:Class rdf:about="https://github.com/w3c/vsso#ObservableVehicleProperty">
<rdfs:subClassOf rdf:resource="https://github.com/w3c/vsso#DynamicVehicleProperty"/>
<rdfs:comment xml:lang="en">_ObservableVehicleProperty_ - Follows the definition of an [actuator](https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/) in
<rdfs:comment xml:lang="en">_ObservableVehicleProperty_ - Follows the definition of an [sensor](https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/) in
VSS. It is a [DynamicVehicleProperty](#https://github.com/w3c/vsso#DynamicVehicleProperty), which can be observed but _not_ changed.
Refers to [sosa:ObservableProperty](https://www.w3.org/TR/vocab-ssn/#SOSAObservableProperty)</rdfs:comment>
<rdfs:label xml:lang="en">ObservableVehicleProperty</rdfs:label>
<rdfs:seeAlso>https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/</rdfs:seeAlso>
<rdfs:seeAlso>https://www.w3.org/TR/vocab-ssn/#SOSAObservableProperty</rdfs:seeAlso>
<rdfs:seeAlso>ttps://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/</rdfs:seeAlso>
</owl:Class>


Expand Down
6 changes: 3 additions & 3 deletions vsso-core/docs/ontology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@ this property is expected to change frequently, even within a vehicle lifecycle.
### https://github.com/w3c/vsso#ObservableVehicleProperty
:ObservableVehicleProperty rdf:type owl:Class ;
rdfs:subClassOf :DynamicVehicleProperty ;
rdfs:comment """_ObservableVehicleProperty_ - Follows the definition of an [actuator](https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/) in
rdfs:comment """_ObservableVehicleProperty_ - Follows the definition of an [sensor](https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/) in
VSS. It is a [DynamicVehicleProperty](#https://github.com/w3c/vsso#DynamicVehicleProperty), which can be observed but _not_ changed.
Refers to [sosa:ObservableProperty](https://www.w3.org/TR/vocab-ssn/#SOSAObservableProperty)"""@en ;
rdfs:label "ObservableVehicleProperty"@en ;
rdfs:seeAlso "https://www.w3.org/TR/vocab-ssn/#SOSAObservableProperty" ,
"ttps://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/" .
rdfs:seeAlso "https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/" ,
"https://www.w3.org/TR/vocab-ssn/#SOSAObservableProperty" .


### https://github.com/w3c/vsso#PositionInVehicle
Expand Down
2 changes: 1 addition & 1 deletion vsso-core/docs/sections/crossref-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h3>ObservableVehicleProperty<sup class="type-c" title="class">c</sup>
<p>
<strong>IRI:</strong> https://github.com/w3c/vsso#ObservableVehicleProperty</p>
<div class="comment">
<span class="markdown">_ObservableVehicleProperty_ - Follows the definition of an [actuator](https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/) in
<span class="markdown">_ObservableVehicleProperty_ - Follows the definition of an [sensor](https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/) in
VSS. It is a [DynamicVehicleProperty](#https://github.com/w3c/vsso#DynamicVehicleProperty), which can be observed but _not_ changed.
Refers to [sosa:ObservableProperty](https://www.w3.org/TR/vocab-ssn/#SOSAObservableProperty)</span>
</div>
Expand Down
16 changes: 8 additions & 8 deletions vsso-core/docs/webvowl/data/ontology.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
}, {
"identifier" : "creator",
"language" : "undefined",
"value" : "Benjamin Klotz",
"value" : "Raphael Troncy",
"type" : "label"
}, {
"identifier" : "creator",
"language" : "undefined",
"value" : "Raphael Troncy",
"value" : "Benjamin Klotz",
"type" : "label"
} ],
"contributor" : [ {
Expand Down Expand Up @@ -298,7 +298,7 @@
"seeAlso" : [ {
"identifier" : "seeAlso",
"language" : "undefined",
"value" : "ttps://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/",
"value" : "https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/",
"type" : "label"
}, {
"identifier" : "seeAlso",
Expand All @@ -312,7 +312,7 @@
"en" : "ObservableVehicleProperty"
},
"comment" : {
"en" : "_ObservableVehicleProperty_ - Follows the definition of an [actuator](https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/) in\nVSS. It is a [DynamicVehicleProperty](#https://github.com/w3c/vsso#DynamicVehicleProperty), which can be observed but _not_ changed.\nRefers to [sosa:ObservableProperty](https://www.w3.org/TR/vocab-ssn/#SOSAObservableProperty)"
"en" : "_ObservableVehicleProperty_ - Follows the definition of an [sensor](https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/) in\nVSS. It is a [DynamicVehicleProperty](#https://github.com/w3c/vsso#DynamicVehicleProperty), which can be observed but _not_ changed.\nRefers to [sosa:ObservableProperty](https://www.w3.org/TR/vocab-ssn/#SOSAObservableProperty)"
},
"id" : "4",
"superClasses" : [ "3" ]
Expand Down Expand Up @@ -402,17 +402,17 @@
}, {
"range" : "3",
"domain" : "4",
"attributes" : [ "object", "anonymous" ],
"attributes" : [ "anonymous", "object" ],
"id" : "13"
}, {
"range" : "3",
"domain" : "5",
"attributes" : [ "object", "anonymous" ],
"attributes" : [ "anonymous", "object" ],
"id" : "14"
}, {
"range" : "1",
"domain" : "3",
"attributes" : [ "object", "anonymous" ],
"attributes" : [ "anonymous", "object" ],
"id" : "15"
}, {
"iri" : "https://github.com/w3c/vsso#positionName",
Expand All @@ -431,7 +431,7 @@
}, {
"range" : "1",
"domain" : "19",
"attributes" : [ "object", "anonymous" ],
"attributes" : [ "anonymous", "object" ],
"id" : "18"
}, {
"iri" : "https://github.com/w3c/vsso#postionedAt",
Expand Down
4 changes: 2 additions & 2 deletions vsso-core/vsso-core.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ Refers to [sosa:ActuableProperty](https://www.w3.org/TR/vocab-ssn/#SOSAActuatabl
vsso-core:ObservableVehicleProperty a owl:Class ;
rdfs:label "ObservableVehicleProperty"@en ;
rdfs:subClassOf vsso-core:DynamicVehicleProperty ;
rdfs:comment "_ObservableVehicleProperty_ - Follows the definition of an [actuator](https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/) in
rdfs:comment "_ObservableVehicleProperty_ - Follows the definition of an [sensor](https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/) in
VSS. It is a [DynamicVehicleProperty](#https://github.com/w3c/vsso#DynamicVehicleProperty), which can be observed but _not_ changed.
Refers to [sosa:ObservableProperty](https://www.w3.org/TR/vocab-ssn/#SOSAObservableProperty)"@en ;
rdfs:seeAlso "ttps://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/" ;
rdfs:seeAlso "https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/" ;
rdfs:seeAlso "https://www.w3.org/TR/vocab-ssn/#SOSAObservableProperty" .

vsso-core:DynamicVehicleProperty a owl:Class ;
Expand Down

0 comments on commit 6f50504

Please sign in to comment.