Commit 0f182ea1 authored by Helen Rawsthorne's avatar Helen Rawsthorne
Browse files

removed s4mari:MaritimeProperty class and added s4mari:MaritimeObjectProperty...

removed s4mari:MaritimeProperty class and added s4mari:MaritimeObjectProperty for continuity between structures of saref subclasses
parent c12c0160
Loading
Loading
Loading
Loading
Loading
+21 −28
Original line number Diff line number Diff line
@@ -696,7 +696,8 @@ s4mari:AgentState rdf:type owl:Class ;

###  https://saref.etsi.org/saref4mari/Aircraft
s4mari:Aircraft rdf:type owl:Class ;
                rdfs:subClassOf s4mari:Vehicle .
                rdfs:subClassOf s4mari:Vehicle ;
                rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Object.html#aircraft" .


###  https://saref.etsi.org/saref4mari/Anomaly
@@ -741,7 +742,7 @@ s4mari:CargoUnitKind rdf:type owl:Class ;

###  https://saref.etsi.org/saref4mari/CargoUnitProperty
s4mari:CargoUnitProperty rdf:type owl:Class ;
                         rdfs:subClassOf s4mari:MaritimeProperty .
                         rdfs:subClassOf s4mari:MaritimeObjectProperty .


###  https://saref.etsi.org/saref4mari/Catch
@@ -786,7 +787,7 @@ s4mari:EventKind rdf:type owl:Class ;

###  https://saref.etsi.org/saref4mari/EventProperty
s4mari:EventProperty rdf:type owl:Class ;
                     rdfs:subClassOf s4mari:MaritimeProperty .
                     rdfs:subClassOf saref:Property .


###  https://saref.etsi.org/saref4mari/EventState
@@ -835,18 +836,13 @@ s4mari:MaritimeObjectKind rdf:type owl:Class ;
                          rdfs:subClassOf saref:FeatureKind .


###  https://saref.etsi.org/saref4mari/MaritimeObjectState
s4mari:MaritimeObjectState rdf:type owl:Class ;
                           rdfs:subClassOf saref:State .


###  https://saref.etsi.org/saref4mari/MaritimeProperty
s4mari:MaritimeProperty rdf:type owl:Class ;
###  https://saref.etsi.org/saref4mari/MaritimeObjectProperty
s4mari:MaritimeObjectProperty rdf:type owl:Class ;
                              rdfs:subClassOf saref:Property .


###  https://saref.etsi.org/saref4mari/MaritimeSensorState
s4mari:MaritimeSensorState rdf:type owl:Class ;
###  https://saref.etsi.org/saref4mari/MaritimeObjectState
s4mari:MaritimeObjectState rdf:type owl:Class ;
                           rdfs:subClassOf saref:State .


@@ -864,7 +860,7 @@ s4mari:MeteoOceanoCondition rdf:type owl:Class ;

###  https://saref.etsi.org/saref4mari/MeteoOceanoConditionProperty
s4mari:MeteoOceanoConditionProperty rdf:type owl:Class ;
                                    rdfs:subClassOf s4mari:MaritimeProperty .
                                    rdfs:subClassOf saref:Property .


###  https://saref.etsi.org/saref4mari/Movement
@@ -900,7 +896,7 @@ s4mari:OperationalAssetKind rdf:type owl:Class ;

###  https://saref.etsi.org/saref4mari/OperationalAssetProperty
s4mari:OperationalAssetProperty rdf:type owl:Class ;
                                rdfs:subClassOf s4mari:MaritimeProperty .
                                rdfs:subClassOf saref:Property .


###  https://saref.etsi.org/saref4mari/Organisation
@@ -960,6 +956,11 @@ s4mari:RiskKind rdf:type owl:Class ;
                rdfs:seeAlso <https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/enum/Risk_RiskType.html> .


###  https://saref.etsi.org/saref4mari/SensorState
s4mari:SensorState rdf:type owl:Class ;
                   rdfs:subClassOf saref:State .


###  https://saref.etsi.org/saref4mari/UniqueIdentifier
s4mari:UniqueIdentifier rdf:type owl:Class ;
                        rdfs:subClassOf saref:FeatureOfInterest ;
@@ -980,7 +981,7 @@ s4mari:VehicleKind rdf:type owl:Class ;

###  https://saref.etsi.org/saref4mari/VehicleProperty
s4mari:VehicleProperty rdf:type owl:Class ;
                       rdfs:subClassOf s4mari:MaritimeProperty .
                       rdfs:subClassOf s4mari:MaritimeObjectProperty .


###  https://saref.etsi.org/saref4mari/VehicleState
@@ -1481,7 +1482,7 @@ s4mari:MMSI rdf:type owl:NamedIndividual ,

###  https://saref.etsi.org/saref4mari/Maintenance
s4mari:Maintenance rdf:type owl:NamedIndividual ,
                            s4mari:MaritimeSensorState .
                            s4mari:SensorState .


###  https://saref.etsi.org/saref4mari/MaxPassengers
@@ -1579,7 +1580,7 @@ s4mari:NumberOfIllPersons rdf:type owl:NamedIndividual ,

###  https://saref.etsi.org/saref4mari/Offline
s4mari:Offline rdf:type owl:NamedIndividual ,
                        s4mari:MaritimeSensorState .
                        s4mari:SensorState .


###  https://saref.etsi.org/saref4mari/OilTanker
@@ -1589,12 +1590,12 @@ s4mari:OilTanker rdf:type owl:NamedIndividual ,

###  https://saref.etsi.org/saref4mari/Online
s4mari:Online rdf:type owl:NamedIndividual ,
                       s4mari:MaritimeSensorState .
                       s4mari:SensorState .


###  https://saref.etsi.org/saref4mari/OnlineNotTransmitting
s4mari:OnlineNotTransmitting rdf:type owl:NamedIndividual ,
                                      s4mari:MaritimeSensorState .
                                      s4mari:SensorState .


###  https://saref.etsi.org/saref4mari/Palletized
@@ -1900,12 +1901,4 @@ s4mari:YearBuilt rdf:type owl:NamedIndividual ,
                          s4mari:VesselProperty ;
                 rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Vessel_YearBuilt.html" .


#################################################################
#    Annotations
#################################################################

s4mari:Aircraft rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Object.html#aircraft" .


###  Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi