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

Merge branch 'issue-26' into 'develop-v2.1.1'

closes #26, deletes subclasses of unitofmeasure

Closes #26

See merge request !17
parents f7a6c9d2 20bcfcad
Loading
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -363,13 +363,6 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
                  rdfs:label "AutomotiveObject"@en .


###  https://saref.etsi.org/saref4auto/CardinalityUnit
:CardinalityUnit rdf:type owl:Class ;
                 rdfs:subClassOf saref:UnitOfMeasure ;
                 rdfs:comment "unit of measure of size"@en ;
                 rdfs:label "cardinality unit"@en .


###  https://saref.etsi.org/saref4auto/Confidence
:Confidence rdf:type owl:Class ;
            rdfs:subClassOf [ rdf:type owl:Restriction ;
@@ -839,13 +832,6 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
                 rdfs:label "SpeedConfidence"@en .


###  https://saref.etsi.org/saref4auto/SpeedUnit
:SpeedUnit rdf:type owl:Class ;
           rdfs:subClassOf saref:UnitOfMeasure ;
           rdfs:comment "unit of measure of speed"@en ;
           rdfs:label "speed unit"@en .


###  https://saref.etsi.org/saref4auto/StartPoint
:StartPoint rdf:type owl:Class ;
            rdfs:subClassOf :Point ;