Unverified Commit 9e41977e authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

updated metadata

parents da9da4be eca20884
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,3 +3,4 @@
catalog-v001.xml
saref-pipeline.jar
target
ts
+3 −1
Original line number Diff line number Diff line
include: 'https://saref.etsi.org/downloads/gitlab-ci.yml'
 No newline at end of file
include:
  - project: 'saref/saref-core'
    file: '.gitlab-ci.yml'
+4 −4
Original line number Diff line number Diff line
@prefix : <https://saref.etsi.org/saref4auto/v1.1.1/example/example1/> .
@prefix ex: <https://saref.etsi.org/saref4auto/v1.1.1/example/example1/> .
@prefix : <https://saref.etsi.org/saref4auto/v2.1.1/example/example1/> .
@prefix ex: <https://saref.etsi.org/saref4auto/v2.1.1/example/example1/> .
@prefix om: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@@ -15,9 +15,9 @@
@prefix dcterms: <http://purl.org/dc/terms/> .


<https://saref.etsi.org/saref4auto/v1.1.1/example/example1#> a dctype:Dataset ;
<https://saref.etsi.org/saref4auto/v2.1.1/example/example1#> a dctype:Dataset ;
                                            dcterms:license <https://forge.etsi.org/etsi-software-license> ;
											dcterms:conformsTo <https://saref.etsi.org/saref4auto/v1.1.1/> ;
											dcterms:conformsTo <https://saref.etsi.org/saref4auto/v2.1.1/> ;
											dcterms:title "Example instances for SAREF extension to automotive"@en ;
											dcterms:description "An example of SAREF4AUTO for the use cases Platooning, AVP and environment"@en .
											 
+28 −39
Original line number Diff line number Diff line
@@ -20,18 +20,22 @@
  dcterms:description "This ontology extends the SAREF ontology for the automotive domain. This work has been developed in the context of the STF 566, which was established with the goal to create four SAREF extensions, one of them for the automotive domain."@en ;
  dcterms:creator <https://www.linkedin.com/in/lauradaniele> , <http://netellany.fr/> ;
  dcterms:contributor <https://scholar.google.com/citations?user=coCDIj8AAAAJ> ;
  dcterms:contributor <https://www.linkedin.com/in/david-gnabasik-0056a0ba/> ;
  dcterms:contributor <http://maxime-lefrancois.info/me#> ;
  dcterms:issued "2020-07-27"^^xsd:date ;
  dcterms:modified "2021-07-26"^^xsd:date ;
  dcterms:modified "2024-05-27"^^xsd:date ;
  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
  dcterms:publisher <https://www.etsi.org/> ;
  dcterms:source <https://saref.etsi.org/sources/saref4auto/> ;
                                     rdfs:seeAlso <https://www.etsi.org/deliver/etsi_ts/103400_103499/10341007/01.01.01_60/ts_10341007v010101p.pdf> ;
  rdfs:seeAlso <https://www.etsi.org/deliver/etsi_ts/103400_103499/10341007/02.01.01_60/ts_10341007v020101p.pdf> ;
  dcterms:title "SAREF extension for automotive"@en ;
  vann:preferredNamespacePrefix "s4auto" ;
  vann:preferredNamespaceUri "https://saref.etsi.org/saref4auto/" ;
                                     owl:versionIRI <https://saref.etsi.org/saref4auto/v1.1.1/> ;
                                     owl:versionInfo "v1.1.1" ;
	                                owl:imports <https://saref.etsi.org/core/v3.2.1/> .
  owl:versionIRI <https://saref.etsi.org/saref4auto/v2.1.1/> ;
  owl:versionInfo "v2.1.1" ;
  owl:priorVersion <https://saref.etsi.org/saref4auto/v1.1.1/> ;
  owl:imports <https://saref.etsi.org/core/v3.2.1/> , <https://saref.etsi.org/saref4syst/v1.1.1/> .

#################################################################
#    Annotation properties
@@ -72,6 +76,7 @@ vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .
vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .


<<<<<<< HEAD
#################################################################
#    Object Properties
#################################################################
@@ -116,6 +121,8 @@ time:hasEnd rdf:type owl:ObjectProperty ;
            rdfs:label "hasEnd"@en .


=======
>>>>>>> issue-19
###  https://saref.etsi.org/saref4auto/hasConfidenceUnitOfMeasure
:hasConfidenceUnitOfMeasure rdf:type owl:ObjectProperty ;
                                 rdfs:comment "A relation that allows to specify the unit of measure associated with a certain confidence"@en ;
@@ -454,27 +461,11 @@ time:hasEnd rdf:type owl:ObjectProperty ;
                 rdfs:label "usesMeasurement"@en .


###  https://saref.etsi.org/saref4syst/hasSubSystem
s4syst:hasSubSystem rdf:type owl:ObjectProperty ;
                    owl:inverseOf s4syst:subSystemOf ;
                    rdfs:comment "In SAREF4AUTO, a  relation to express that the vehicle has a subsystem called ‘ElectronicControlUnit' (ECU) that provides measurements about relevant properties, such as speed, acceleration, position, etc."@en ,
                                 "Links a system to one of its sub systems"@en ;
                    rdfs:isDefinedBy s4syst: ;
                    rdfs:label "hasSubSystem"@en .


###  https://saref.etsi.org/saref4syst/subSystemOf
s4syst:subSystemOf rdf:type owl:ObjectProperty ;
                   rdfs:comment "In SAREF4AUTO, a relation to express that the the ElectronicControlUnit (ECU) is a subsystem of the vehicle."@en ,
                                "Links a system to its super system. Properties of subsystems somehow contribute to the properties of the super system. The exact meaning of \"contribute is defined by sub properties of s4syst:subSystemOf. Property s4syst:subSystemOf is transitive."@en ;
                   rdfs:isDefinedBy s4syst: ;
                   rdfs:label "subSystemOf"@en .


#################################################################
#    Data properties
#################################################################

<<<<<<< HEAD
###  http://www.w3.org/2003/01/geo/wgs84_pos#alt
<http://www.w3.org/2003/01/geo/wgs84_pos#alt> rdf:type owl:DatatypeProperty ;
                                              rdfs:domain <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> ;
@@ -509,6 +500,8 @@ time:inXSDDateTimeStamp rdf:type owl:DatatypeProperty ;
                        rdfs:label "inXSDDateTimeStamp"@en .


=======
>>>>>>> issue-19
###  https://saref.etsi.org/saref4auto/hasConfidenceValue
:hasConfidenceValue rdf:type owl:DatatypeProperty ;
                    rdfs:comment "A relation between the confidence (s4auto:Confidence) and its value, which can be a discrete value (+/- 5 cm/s) or a level (e.g. 95 %)"@en ;
@@ -569,6 +562,7 @@ time:inXSDDateTimeStamp rdf:type owl:DatatypeProperty ;
#    Classes
#################################################################

<<<<<<< HEAD
###  http://www.opengis.net/ont/geosparql#Feature
geosp:Feature rdf:type owl:Class ;
              rdfs:subClassOf geosp:SpatialObject ;
@@ -642,6 +636,8 @@ time:TemporalEntity rdf:type owl:Class ;
                    rdfs:isDefinedBy "http://www.w3.org/2006/time" ;
                    rdfs:label "TemporaryEntity"@en .

=======
>>>>>>> issue-19

###  https://saref.etsi.org/saref4auto/AbsolutePosition
:AbsolutePosition rdf:type owl:Class ;
@@ -1784,13 +1780,6 @@ time:TemporalEntity rdf:type owl:Class ;
         rdfs:label "YawRate"@en .


###  https://saref.etsi.org/saref4syst/System
s4syst:System rdf:type owl:Class ;
              rdfs:comment "The class of systems, i.e., systems virtually isolated from the environment, whose behaviour and interactions with the environment are modeled. Systems can be connected to other systems. Connected systems interact in some ways. Systems can also have subsystems. Properties of subsystems somehow contribute to the properties of the supersystem"@en ;
              rdfs:isDefinedBy s4syst: ;
              rdfs:label "System"@en .


#################################################################
#    Individuals
#################################################################