Commit be8e3069 authored by Helen Rawsthorne's avatar Helen Rawsthorne
Browse files

added s4mari subclasses of saref:FeatureKind and their instances

parent ecbb9df3
Loading
Loading
Loading
Loading
+578 −8
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
                                      owl:imports <https://saref.etsi.org/core/v3.2.1/> ;
                                      dcterms:contributor s4mari:uri ;
                                      dcterms:created "2024-xx-xx"^^xsd:date ;
                                      dcterms:creator <https://saref.etsi.org/saref4mari/www.linkedin.com/in/helen-mair-rawsthorne> ;
                                      dcterms:creator <https://www.linkedin.com/in/helen-mair-rawsthorne> ;
                                      dcterms:description "SAREF4MARI is an extension of SAREF for the maritime domain."@en ,
                                                          "This ontology extends the SAREF ontology for the Maritime domain."@en ;
                                      dcterms:issued "2019-xx-xx"^^xsd:date ;
@@ -101,12 +101,23 @@ foaf:Agent rdf:type owl:Class .
foaf:Person rdf:type owl:Class .


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


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


###  https://saref.etsi.org/saref4mari/ActionKind
s4mari:ActionKind rdf:type owl:Class ;
                  rdfs:subClassOf s4mari:EventKind ;
                  rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/enum/Action_ActionType.html" .


###  https://saref.etsi.org/saref4mari/Agent
s4mari:Agent rdf:type owl:Class ;
             rdfs:subClassOf foaf:Agent ,
@@ -114,15 +125,14 @@ s4mari:Agent rdf:type owl:Class ;
             rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Agent.html" .


###  https://saref.etsi.org/saref4mari/Aircraft
s4mari:Aircraft rdf:type owl:Class ;
                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/AgentKind
s4mari:AgentKind rdf:type owl:Class ;
                 rdfs:subClassOf saref:FeatureKind .


###  https://saref.etsi.org/saref4mari/AisDevice
s4mari:AisDevice rdf:type owl:Class ;
                 rdfs:subClassOf s4mari:MaritimeSensor .
###  https://saref.etsi.org/saref4mari/Aircraft
s4mari:Aircraft rdf:type owl:Class ;
                rdfs:subClassOf s4mari:Vehicle .


###  https://saref.etsi.org/saref4mari/Anomaly
@@ -131,6 +141,12 @@ s4mari:Anomaly rdf:type owl:Class ;
               rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Anomaly.html#anomaly" .


###  https://saref.etsi.org/saref4mari/AnomalyKind
s4mari:AnomalyKind rdf:type owl:Class ;
                   rdfs:subClassOf s4mari:EventKind ;
                   rdfs:seeAlso <https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/enum/Anomaly_AnomalyType.html> .


###  https://saref.etsi.org/saref4mari/Camera
s4mari:Camera rdf:type owl:Class ;
              rdfs:subClassOf s4mari:MaritimeSensor .
@@ -142,12 +158,23 @@ s4mari:Cargo rdf:type owl:Class ;
             rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Cargo.html#cargo" .


###  https://saref.etsi.org/saref4mari/CargoKind
s4mari:CargoKind rdf:type owl:Class ;
                 rdfs:subClassOf s4mari:CargoUnitKind ;
                 rdfs:seeAlso <https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/enum/Cargo_CargoType.html> .


###  https://saref.etsi.org/saref4mari/CargoUnit
s4mari:CargoUnit rdf:type owl:Class ;
                 rdfs:subClassOf s4mari:MaritimeObject ;
                 rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Cargo.html#cargounit" .


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


###  https://saref.etsi.org/saref4mari/Catch
s4mari:Catch rdf:type owl:Class ;
             rdfs:subClassOf s4mari:CargoUnit ;
@@ -172,6 +199,11 @@ s4mari:Event rdf:type owl:Class ;
             rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Event.html" .


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


###  https://saref.etsi.org/saref4mari/Incident
s4mari:Incident rdf:type owl:Class ;
                rdfs:subClassOf s4mari:Event ;
@@ -197,6 +229,11 @@ s4mari:MaritimeObject rdf:type owl:Class ;
                      rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Object.html#object" .


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


###  https://saref.etsi.org/saref4mari/MaritimeSensor
s4mari:MaritimeSensor rdf:type owl:Class ;
                      rdfs:subClassOf saref:Sensor .
@@ -220,6 +257,12 @@ s4mari:Movement rdf:type owl:Class ;
                rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Movement.html#movement" .


###  https://saref.etsi.org/saref4mari/MovementKind
s4mari:MovementKind rdf:type owl:Class ;
                    rdfs:subClassOf s4mari:EventKind ;
                    rdfs:seeAlso <https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/enum/Movement_MovementType.html> .


###  https://saref.etsi.org/saref4mari/NamedLocation
s4mari:NamedLocation rdf:type owl:Class ;
                     rdfs:subClassOf s4mari:Location ;
@@ -232,6 +275,12 @@ s4mari:OperationalAsset rdf:type owl:Class ;
                        rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/OperationalAsset.html#operationalasset" .


###  https://saref.etsi.org/saref4mari/OperationalAssetKind
s4mari:OperationalAssetKind rdf:type owl:Class ;
                            rdfs:subClassOf saref:FeatureKind ;
                            rdfs:seeAlso <https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/enum/OperationalAsset_OperationalAssetType.html> .


###  https://saref.etsi.org/saref4mari/Organisation
s4mari:Organisation rdf:type owl:Class ;
                    rdfs:subClassOf s4mari:Agent ,
@@ -239,6 +288,12 @@ s4mari:Organisation rdf:type owl:Class ;
                    rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Organization.html#organization" .


###  https://saref.etsi.org/saref4mari/OrganisationKind
s4mari:OrganisationKind rdf:type owl:Class ;
                        rdfs:subClassOf s4mari:AgentKind ;
                        rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/enum/Organization_OrganizationClassificationType.html" .


###  https://saref.etsi.org/saref4mari/Period
s4mari:Period rdf:type owl:Class ;
              rdfs:subClassOf saref:FeatureOfInterest ;
@@ -275,6 +330,12 @@ s4mari:Risk rdf:type owl:Class ;
            rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Risk.html#risk" .


###  https://saref.etsi.org/saref4mari/RiskKind
s4mari:RiskKind rdf:type owl:Class ;
                rdfs:subClassOf saref:FeatureKind ;
                rdfs:seeAlso <https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/enum/Risk_RiskType.html> .


###  https://saref.etsi.org/saref4mari/UniqueIdentifier
s4mari:UniqueIdentifier rdf:type owl:Class ;
                        rdfs:subClassOf saref:FeatureOfInterest ;
@@ -288,14 +349,523 @@ s4mari:Vehicle rdf:type owl:Class ;
               rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Object.html#vehicle" .


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


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


###  https://saref.etsi.org/saref4mari/VesselKind
s4mari:VesselKind rdf:type owl:Class ;
                  rdfs:subClassOf s4mari:VehicleKind ;
                  rdfs:seeAlso <https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/enum/Vessel_VesselType.html> .


###  https://www.w3.org/ns/org#Organization
<https://www.w3.org/ns/org#Organization> rdf:type owl:Class .


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

###  https://saref.etsi.org/saref4mari/Accident
s4mari:Accident rdf:type owl:NamedIndividual ,
                         s4mari:RiskKind .


###  https://saref.etsi.org/saref4mari/Acknowledgement
s4mari:Acknowledgement rdf:type owl:NamedIndividual ,
                                s4mari:ActionKind .


###  https://saref.etsi.org/saref4mari/Aeroplane
s4mari:Aeroplane rdf:type owl:NamedIndividual ,
                          s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/Aircraft
s4mari:Aircraft rdf:type owl:NamedIndividual ,
                         s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/AircraftCarrier
s4mari:AircraftCarrier rdf:type owl:NamedIndividual ,
                                s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/Ambulance
s4mari:Ambulance rdf:type owl:NamedIndividual ,
                          s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/AssaultShips
s4mari:AssaultShips rdf:type owl:NamedIndividual ,
                             s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/Assistance
s4mari:Assistance rdf:type owl:NamedIndividual ,
                           s4mari:ActionKind .


###  https://saref.etsi.org/saref4mari/AtilleryVehicle
s4mari:AtilleryVehicle rdf:type owl:NamedIndividual ,
                                s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/AuxiliaryShips
s4mari:AuxiliaryShips rdf:type owl:NamedIndividual ,
                               s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/Ballons
s4mari:Ballons rdf:type owl:NamedIndividual ,
                        s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/BulkCarrier
s4mari:BulkCarrier rdf:type owl:NamedIndividual ,
                            s4mari:VesselKind .


###  https://saref.etsi.org/saref4mari/CargoLeaking
s4mari:CargoLeaking rdf:type owl:NamedIndividual ,
                             s4mari:AnomalyKind .


###  https://saref.etsi.org/saref4mari/Carrier
s4mari:Carrier rdf:type owl:NamedIndividual ,
                        s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/Collision
s4mari:Collision rdf:type owl:NamedIndividual ,
                          s4mari:RiskKind .


###  https://saref.etsi.org/saref4mari/Confirmation
s4mari:Confirmation rdf:type owl:NamedIndividual ,
                             s4mari:ActionKind .


###  https://saref.etsi.org/saref4mari/Corvette
s4mari:Corvette rdf:type owl:NamedIndividual ,
                         s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/Criminal
s4mari:Criminal rdf:type owl:NamedIndividual ,
                         s4mari:OrganisationKind .


###  https://saref.etsi.org/saref4mari/Cruiser
s4mari:Cruiser rdf:type owl:NamedIndividual ,
                        s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/DesertPatrolVehicle
s4mari:DesertPatrolVehicle rdf:type owl:NamedIndividual ,
                                    s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/Destroyer
s4mari:Destroyer rdf:type owl:NamedIndividual ,
                          s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/DetecionOfChangesInAISParameters
s4mari:DetecionOfChangesInAISParameters rdf:type owl:NamedIndividual ,
                                                 s4mari:AnomalyKind .


###  https://saref.etsi.org/saref4mari/Detection
s4mari:Detection rdf:type owl:NamedIndividual ,
                          s4mari:ActionKind .


###  https://saref.etsi.org/saref4mari/Deterrence
s4mari:Deterrence rdf:type owl:NamedIndividual ,
                           s4mari:ActionKind .


###  https://saref.etsi.org/saref4mari/DoNotAnswerOnVHFCh16
s4mari:DoNotAnswerOnVHFCh16 rdf:type owl:NamedIndividual ,
                                     s4mari:AnomalyKind .


###  https://saref.etsi.org/saref4mari/Drone
s4mari:Drone rdf:type owl:NamedIndividual ,
                      s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/DrugTrafficking
s4mari:DrugTrafficking rdf:type owl:NamedIndividual ,
                                s4mari:RiskKind .


###  https://saref.etsi.org/saref4mari/European
s4mari:European rdf:type owl:NamedIndividual ,
                         s4mari:OrganisationKind .


###  https://saref.etsi.org/saref4mari/Exercise
s4mari:Exercise rdf:type owl:NamedIndividual ,
                         s4mari:ActionKind .


###  https://saref.etsi.org/saref4mari/Fire
s4mari:Fire rdf:type owl:NamedIndividual ,
                     s4mari:RiskKind .


###  https://saref.etsi.org/saref4mari/Firetrack
s4mari:Firetrack rdf:type owl:NamedIndividual ,
                          s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/FishingVessel
s4mari:FishingVessel rdf:type owl:NamedIndividual ,
                              s4mari:VesselKind .


###  https://saref.etsi.org/saref4mari/FourWheelDrive
s4mari:FourWheelDrive rdf:type owl:NamedIndividual ,
                               s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/FreightContainers
s4mari:FreightContainers rdf:type owl:NamedIndividual ,
                                  s4mari:CargoKind ;
                         <http://www.w3.org/2004/02/skos/core#narrower> s4mari:LargeFreightContainers .


###  https://saref.etsi.org/saref4mari/Frigate
s4mari:Frigate rdf:type owl:NamedIndividual ,
                        s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/GeneralCargoShip
s4mari:GeneralCargoShip rdf:type owl:NamedIndividual ,
                                 s4mari:VesselKind .


###  https://saref.etsi.org/saref4mari/Governmental
s4mari:Governmental rdf:type owl:NamedIndividual ,
                             s4mari:OrganisationKind .


###  https://saref.etsi.org/saref4mari/Helicopter
s4mari:Helicopter rdf:type owl:NamedIndividual ,
                           s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/HighSpeedCraft
s4mari:HighSpeedCraft rdf:type owl:NamedIndividual ,
                               s4mari:VesselKind .


###  https://saref.etsi.org/saref4mari/HumanTrafficking
s4mari:HumanTrafficking rdf:type owl:NamedIndividual ,
                                 s4mari:RiskKind .


###  https://saref.etsi.org/saref4mari/Humvee
s4mari:Humvee rdf:type owl:NamedIndividual ,
                       s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/IllegalFishing
s4mari:IllegalFishing rdf:type owl:NamedIndividual ,
                               s4mari:RiskKind .


###  https://saref.etsi.org/saref4mari/IllegalImmigration
s4mari:IllegalImmigration rdf:type owl:NamedIndividual ,
                                   s4mari:RiskKind .


###  https://saref.etsi.org/saref4mari/Inspection
s4mari:Inspection rdf:type owl:NamedIndividual ,
                           s4mari:ActionKind .


###  https://saref.etsi.org/saref4mari/InterGovernmental
s4mari:InterGovernmental rdf:type owl:NamedIndividual ,
                                  s4mari:OrganisationKind .


###  https://saref.etsi.org/saref4mari/Interception
s4mari:Interception rdf:type owl:NamedIndividual ,
                             s4mari:ActionKind .


###  https://saref.etsi.org/saref4mari/LandingShips
s4mari:LandingShips rdf:type owl:NamedIndividual ,
                             s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/LargeFreightContainers
s4mari:LargeFreightContainers rdf:type owl:NamedIndividual ,
                                       s4mari:CargoKind .


###  https://saref.etsi.org/saref4mari/MemberState
s4mari:MemberState rdf:type owl:NamedIndividual ,
                            s4mari:OrganisationKind .


###  https://saref.etsi.org/saref4mari/MineWarfareShips
s4mari:MineWarfareShips rdf:type owl:NamedIndividual ,
                                 s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/MobileOffShoreDrillingUnit
s4mari:MobileOffShoreDrillingUnit rdf:type owl:NamedIndividual ,
                                           s4mari:VesselKind .


###  https://saref.etsi.org/saref4mari/MobileSelfPropelledUnits
s4mari:MobileSelfPropelledUnits rdf:type owl:NamedIndividual ,
                                         s4mari:CargoKind .


###  https://saref.etsi.org/saref4mari/MobileUnits
s4mari:MobileUnits rdf:type owl:NamedIndividual ,
                            s4mari:CargoKind ;
                   <http://www.w3.org/2004/02/skos/core#narrower> s4mari:MobileSelfPropelledUnits .


###  https://saref.etsi.org/saref4mari/Motorcycle
s4mari:Motorcycle rdf:type owl:NamedIndividual ,
                           s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/NoCargoUnitLiquidBulkGoods
s4mari:NoCargoUnitLiquidBulkGoods rdf:type owl:NamedIndividual ,
                                           s4mari:CargoKind .


###  https://saref.etsi.org/saref4mari/NoCargoUnitSolidBulkGoods
s4mari:NoCargoUnitSolidBulkGoods rdf:type owl:NamedIndividual ,
                                          s4mari:CargoKind .


###  https://saref.etsi.org/saref4mari/NonGovernmental
s4mari:NonGovernmental rdf:type owl:NamedIndividual ,
                                s4mari:OrganisationKind .


###  https://saref.etsi.org/saref4mari/NuclearShip
s4mari:NuclearShip rdf:type owl:NamedIndividual ,
                            s4mari:VesselKind .


###  https://saref.etsi.org/saref4mari/OilTanker
s4mari:OilTanker rdf:type owl:NamedIndividual ,
                          s4mari:VesselKind .


###  https://saref.etsi.org/saref4mari/Palletized
s4mari:Palletized rdf:type owl:NamedIndividual ,
                           s4mari:CargoKind .


###  https://saref.etsi.org/saref4mari/PassengerShip
s4mari:PassengerShip rdf:type owl:NamedIndividual ,
                              s4mari:VesselKind .


###  https://saref.etsi.org/saref4mari/PatrolBoat
s4mari:PatrolBoat rdf:type owl:NamedIndividual ,
                           s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/PatrolRoutePlan
s4mari:PatrolRoutePlan rdf:type owl:NamedIndividual ,
                                s4mari:MovementKind .


###  https://saref.etsi.org/saref4mari/PerformingAISSpoofing
s4mari:PerformingAISSpoofing rdf:type owl:NamedIndividual ,
                                      s4mari:AnomalyKind .


###  https://saref.etsi.org/saref4mari/Pollution
s4mari:Pollution rdf:type owl:NamedIndividual ,
                          s4mari:RiskKind .


###  https://saref.etsi.org/saref4mari/PreSlung
s4mari:PreSlung rdf:type owl:NamedIndividual ,
                         s4mari:CargoKind .


###  https://saref.etsi.org/saref4mari/Private
s4mari:Private rdf:type owl:NamedIndividual ,
                        s4mari:OrganisationKind .


###  https://saref.etsi.org/saref4mari/ROV
s4mari:ROV rdf:type owl:NamedIndividual ,
                    s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/Rescue
s4mari:Rescue rdf:type owl:NamedIndividual ,
                       s4mari:ActionKind .


###  https://saref.etsi.org/saref4mari/RoutePlan
s4mari:RoutePlan rdf:type owl:NamedIndividual ,
                          s4mari:MovementKind .


###  https://saref.etsi.org/saref4mari/SeaPlatform
s4mari:SeaPlatform rdf:type owl:NamedIndividual ,
                            s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/Search
s4mari:Search rdf:type owl:NamedIndividual ,
                       s4mari:ActionKind .


###  https://saref.etsi.org/saref4mari/SearchPattern
s4mari:SearchPattern rdf:type owl:NamedIndividual ,
                              s4mari:MovementKind .


###  https://saref.etsi.org/saref4mari/ShiftingOfCargo
s4mari:ShiftingOfCargo rdf:type owl:NamedIndividual ,
                                s4mari:AnomalyKind .


###  https://saref.etsi.org/saref4mari/Smuggling
s4mari:Smuggling rdf:type owl:NamedIndividual ,
                          s4mari:RiskKind .


###  https://saref.etsi.org/saref4mari/SpecialPurposeShip
s4mari:SpecialPurposeShip rdf:type owl:NamedIndividual ,
                                   s4mari:VesselKind .


###  https://saref.etsi.org/saref4mari/SpeedBoat
s4mari:SpeedBoat rdf:type owl:NamedIndividual ,
                          s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/StainOfOilSighted
s4mari:StainOfOilSighted rdf:type owl:NamedIndividual ,
                                  s4mari:AnomalyKind .


###  https://saref.etsi.org/saref4mari/StrategicFixedAssets
s4mari:StrategicFixedAssets rdf:type owl:NamedIndividual ,
                                     s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/Submarine
s4mari:Submarine rdf:type owl:NamedIndividual ,
                          s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/Tank
s4mari:Tank rdf:type owl:NamedIndividual ,
                     s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/Tracking
s4mari:Tracking rdf:type owl:NamedIndividual ,
                         s4mari:ActionKind .


###  https://saref.etsi.org/saref4mari/Tractor
s4mari:Tractor rdf:type owl:NamedIndividual ,
                        s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/Trailer
s4mari:Trailer rdf:type owl:NamedIndividual ,
                        s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/Truck
s4mari:Truck rdf:type owl:NamedIndividual ,
                      s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/UAV
s4mari:UAV rdf:type owl:NamedIndividual ,
                    s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/USV
s4mari:USV rdf:type owl:NamedIndividual ,
                    s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/UUV
s4mari:UUV rdf:type owl:NamedIndividual ,
                    s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/UnexpectedMovement
s4mari:UnexpectedMovement rdf:type owl:NamedIndividual ,
                                   s4mari:AnomalyKind .


###  https://saref.etsi.org/saref4mari/Van
s4mari:Van rdf:type owl:NamedIndividual ,
                    s4mari:OperationalAssetKind .


###  https://saref.etsi.org/saref4mari/VesselOutOfTrafficLanes
s4mari:VesselOutOfTrafficLanes rdf:type owl:NamedIndividual ,
                                        s4mari:AnomalyKind .


###  https://saref.etsi.org/saref4mari/VesselWithErraticMovements
s4mari:VesselWithErraticMovements rdf:type owl:NamedIndividual ,
                                           s4mari:AnomalyKind .


###  https://saref.etsi.org/saref4mari/Voyage
s4mari:Voyage rdf:type owl:NamedIndividual ,
                       s4mari:MovementKind .


###  https://saref.etsi.org/saref4mari/VoyageLeg
s4mari:VoyageLeg rdf:type owl:NamedIndividual ,
                          s4mari:MovementKind .


###  https://saref.etsi.org/saref4mari/WeaponsTrafficking
s4mari:WeaponsTrafficking rdf:type owl:NamedIndividual ,
                                   s4mari:RiskKind .


###  https://saref.etsi.org/saref4mari/WithoutAISTransmission
s4mari:WithoutAISTransmission rdf:type owl:NamedIndividual ,
                                       s4mari:AnomalyKind .


###  https://saref.etsi.org/saref4mari/Wrecker
s4mari:Wrecker rdf:type owl:NamedIndividual ,
                        s4mari:OperationalAssetKind .


#################################################################
#    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