Commit 117ca806 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

solved last errors

parent 3cc21960
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
forge.etsi.org/rep/:
forge.etsi.org/rep/:
  repos:
  repos:
    - saref/saref-core
    - saref/saref-core
    - saref/saref4syst
+12 −11
Original line number Original line Diff line number Diff line
@prefix ex: <https://saref.etsi.org/saref4auto/example> .
@prefix : <https://saref.etsi.org/saref4auto/v1.1.1/example/example1/> .
@prefix ex: <https://saref.etsi.org/saref4auto/v1.1.1/example/example1/> .
@prefix om: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix om: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@@ -8,13 +9,13 @@
@prefix time: <http://www.w3.org/2006/time#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix geosp: <http://www.opengis.net/ont/geosparql#> .
@prefix geosp: <http://www.opengis.net/ont/geosparql#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix s4auto: <https://saref.etsi.org/saref4auto> .
@prefix s4auto: <https://saref.etsi.org/saref4auto/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dcterms: <http://purl.org/dc/terms/> .




<https://saref.etsi.org/saref4auto/example> a dctype:Dataset ;
<https://saref.etsi.org/saref4auto/v1.1.1/example/example1#> a dctype:Dataset ;
                                            dcterms:license <https://forge.etsi.org/etsi-software-license> ;
                                            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/v1.1.1/> ;
											dcterms:title "Example instances for SAREF extension to automotive"@en ;
											dcterms:title "Example instances for SAREF extension to automotive"@en ;
@@ -301,12 +302,12 @@ saref:Measurement rdf:type owl:Class .
<https://saref.etsi.org/saref4auto/Occupied> rdf:type owl:Class .
<https://saref.etsi.org/saref4auto/Occupied> rdf:type owl:Class .




###  https://saref.etsi.org/saref4auto/P1-Pedestrian
###  https://saref.etsi.org/saref4auto/P1Pedestrian
<https://saref.etsi.org/saref4auto/P1-Pedestrian> rdf:type owl:Class .
<https://saref.etsi.org/saref4auto/P1Pedestrian> rdf:type owl:Class .




###  https://saref.etsi.org/saref4auto/P3-Motorcyclist
###  https://saref.etsi.org/saref4auto/P3Motorcyclist
<https://saref.etsi.org/saref4auto/P3-Motorcyclist> rdf:type owl:Class .
<https://saref.etsi.org/saref4auto/P3Motorcyclist> rdf:type owl:Class .




###  https://saref.etsi.org/saref4auto/Parked
###  https://saref.etsi.org/saref4auto/Parked
@@ -453,7 +454,7 @@ om:metre rdf:type owl:NamedIndividual ,


###  https://saref.etsi.org/saref4auto/example/BlackMoto
###  https://saref.etsi.org/saref4auto/example/BlackMoto
:BlackMoto rdf:type owl:NamedIndividual ,
:BlackMoto rdf:type owl:NamedIndividual ,
                    <https://saref.etsi.org/saref4auto/P3-Motorcyclist> ;
                    <https://saref.etsi.org/saref4auto/P3Motorcyclist> ;
           <https://saref.etsi.org/saref4auto/hasHeight> :Moto1Height ;
           <https://saref.etsi.org/saref4auto/hasHeight> :Moto1Height ;
           <https://saref.etsi.org/saref4auto/hasMovement> <https://saref.etsi.org/saref4auto/static> .
           <https://saref.etsi.org/saref4auto/hasMovement> <https://saref.etsi.org/saref4auto/static> .


@@ -645,7 +646,7 @@ om:metre rdf:type owl:NamedIndividual ,
###  https://saref.etsi.org/saref4auto/example/Confidence1
###  https://saref.etsi.org/saref4auto/example/Confidence1
:Confidence1 rdf:type owl:NamedIndividual ,
:Confidence1 rdf:type owl:NamedIndividual ,
                      <https://saref.etsi.org/saref4auto/SpeedConfidence> ;
                      <https://saref.etsi.org/saref4auto/SpeedConfidence> ;
             saref:hasConfidenceUnitOfMeasure om:kilometrePerHour ;
             s4auto:hasConfidenceUnitOfMeasure om:kilometrePerHour ;
             <https://saref.etsi.org/saref4auto/hasConfidenceValue> 3 .
             <https://saref.etsi.org/saref4auto/hasConfidenceValue> 3 .




@@ -1086,7 +1087,7 @@ om:metre rdf:type owl:NamedIndividual ,


###  https://saref.etsi.org/saref4auto/example/adult1
###  https://saref.etsi.org/saref4auto/example/adult1
:adult1 rdf:type owl:NamedIndividual ,
:adult1 rdf:type owl:NamedIndividual ,
                 <https://saref.etsi.org/saref4auto/P1-Pedestrian> ;
                 <https://saref.etsi.org/saref4auto/P1Pedestrian> ;
        <https://saref.etsi.org/saref4auto/hasHeight> :adult1Height ;
        <https://saref.etsi.org/saref4auto/hasHeight> :adult1Height ;
        <https://saref.etsi.org/saref4auto/hasMovement> <https://saref.etsi.org/saref4auto/static> .
        <https://saref.etsi.org/saref4auto/hasMovement> <https://saref.etsi.org/saref4auto/static> .


@@ -1099,7 +1100,7 @@ om:metre rdf:type owl:NamedIndividual ,


###  https://saref.etsi.org/saref4auto/example/child1
###  https://saref.etsi.org/saref4auto/example/child1
:child1 rdf:type owl:NamedIndividual ,
:child1 rdf:type owl:NamedIndividual ,
                 <https://saref.etsi.org/saref4auto/P1-Pedestrian> ;
                 <https://saref.etsi.org/saref4auto/P1Pedestrian> ;
        <https://saref.etsi.org/saref4auto/hasHeight> :child1Height ;
        <https://saref.etsi.org/saref4auto/hasHeight> :child1Height ;
        <https://saref.etsi.org/saref4auto/hasMovement> <https://saref.etsi.org/saref4auto/crossingLeft> .
        <https://saref.etsi.org/saref4auto/hasMovement> <https://saref.etsi.org/saref4auto/crossingLeft> .


+5 −5
Original line number Original line Diff line number Diff line
@@ -124,8 +124,8 @@ saref:controlsProperty rdf:type owl:ObjectProperty ;
                       rdfs:label "controls property"@en .
                       rdfs:label "controls property"@en .




###  https://saref.etsi.org/core/hasConfidenceUnitOfMeasure
###  https://saref.etsi.org/saref4auto/hasConfidenceUnitOfMeasure
saref:hasConfidenceUnitOfMeasure rdf:type owl:ObjectProperty ;
:hasConfidenceUnitOfMeasure rdf:type owl:ObjectProperty ;
                                 rdfs:comment "A relation that allows to specify the unit of measure associated with a certain confidence"@en ;
                                 rdfs:comment "A relation that allows to specify the unit of measure associated with a certain confidence"@en ;
                                 rdfs:label "has confidence unit of measure"@en .
                                 rdfs:label "has confidence unit of measure"@en .


@@ -520,7 +520,7 @@ saref:relatesToProperty rdf:type owl:ObjectProperty ;
###  https://saref.etsi.org/saref4auto/isMemberOfVehicleEnvironment
###  https://saref.etsi.org/saref4auto/isMemberOfVehicleEnvironment
:isMemberOfVehicleEnvironment rdf:type owl:ObjectProperty ;
:isMemberOfVehicleEnvironment rdf:type owl:ObjectProperty ;
                              rdfs:subPropertyOf :isMemberOf ;
                              rdfs:subPropertyOf :isMemberOf ;
                              rdfs:comment "A relation to express that an entity, e.g., a vehicle, can be member of  another vehicles environment"@en ;
                              rdfs:comment "A relation to express that an entity, e.g., a vehicle, can be member of  another vehicle's environment"@en ;
                              rdfs:label "isMemberOfVehicleEnvironment"@en .
                              rdfs:label "isMemberOfVehicleEnvironment"@en .




@@ -533,7 +533,7 @@ saref:relatesToProperty rdf:type owl:ObjectProperty ;
###  https://saref.etsi.org/saref4syst/hasSubSystem
###  https://saref.etsi.org/saref4syst/hasSubSystem
s4syst:hasSubSystem rdf:type owl:ObjectProperty ;
s4syst:hasSubSystem rdf:type owl:ObjectProperty ;
                    owl:inverseOf s4syst:subSystemOf ;
                    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 ,
                    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 ;
                                 "Links a system to one of its sub systems"@en ;
                    rdfs:isDefinedBy s4syst: ;
                    rdfs:isDefinedBy s4syst: ;
                    rdfs:label "hasSubSystem"@en .
                    rdfs:label "hasSubSystem"@en .
@@ -995,7 +995,7 @@ saref:UnitOfMeasure rdf:type owl:Class ;
###  https://saref.etsi.org/saref4auto/Confidence
###  https://saref.etsi.org/saref4auto/Confidence
:Confidence rdf:type owl:Class ;
:Confidence rdf:type owl:Class ;
            rdfs:subClassOf [ rdf:type owl:Restriction ;
            rdfs:subClassOf [ rdf:type owl:Restriction ;
                              owl:onProperty saref:hasConfidenceUnitOfMeasure ;
                              owl:onProperty :hasConfidenceUnitOfMeasure ;
                              owl:someValuesFrom saref:UnitOfMeasure
                              owl:someValuesFrom saref:UnitOfMeasure
                            ] ,
                            ] ,
                            [ rdf:type owl:Restriction ;
                            [ rdf:type owl:Restriction ;