Commit 7f22e545 authored by Helen Rawsthorne's avatar Helen Rawsthorne
Browse files

added s4mari subclasses of saref:State and their instances

parent 79a87577
Loading
Loading
Loading
Loading
Loading
+164 −2
Original line number Diff line number Diff line
@prefix : <https://saref.etsi.org/saref4mari/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix org: <https://www.w3.org/ns/org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ssn: <http://www.w3.org/ns/ssn/> .
@@ -118,6 +119,12 @@ s4mari:ActionKind rdf:type owl:Class ;
                  rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/enum/Action_ActionType.html" .


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


###  https://saref.etsi.org/saref4mari/Agent
s4mari:Agent rdf:type owl:Class ;
             rdfs:subClassOf foaf:Agent ,
@@ -130,6 +137,11 @@ s4mari:AgentKind rdf:type owl:Class ;
                 rdfs:subClassOf saref:FeatureKind .


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


###  https://saref.etsi.org/saref4mari/Aircraft
s4mari:Aircraft rdf:type owl:Class ;
                rdfs:subClassOf s4mari:Vehicle .
@@ -224,6 +236,11 @@ s4mari:EventProperty rdf:type owl:Class ;
                     rdfs:subClassOf s4mari:MaritimeProperty .


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


###  https://saref.etsi.org/saref4mari/Incident
s4mari:Incident rdf:type owl:Class ;
                rdfs:subClassOf s4mari:Event ;
@@ -235,6 +252,11 @@ s4mari:IncidentProperty rdf:type owl:Class ;
                        rdfs:subClassOf s4mari:EventProperty .


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


###  https://saref.etsi.org/saref4mari/LandVehicle
s4mari:LandVehicle rdf:type owl:Class ;
                   rdfs:subClassOf s4mari:Vehicle ;
@@ -259,6 +281,11 @@ 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 ;
                        rdfs:subClassOf saref:Property .
@@ -269,6 +296,11 @@ s4mari:MaritimeSensor rdf:type owl:Class ;
                      rdfs:subClassOf saref:Sensor .


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


###  https://saref.etsi.org/saref4mari/Metadata
s4mari:Metadata rdf:type owl:Class ;
                rdfs:subClassOf saref:FeatureOfInterest ;
@@ -324,7 +356,7 @@ s4mari:OperationalAssetProperty rdf:type owl:Class ;
###  https://saref.etsi.org/saref4mari/Organisation
s4mari:Organisation rdf:type owl:Class ;
                    rdfs:subClassOf s4mari:Agent ,
                                    <https://www.w3.org/ns/org#Organization> ;
                                    org:Organization ;
                    rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Organization.html#organization" .


@@ -399,6 +431,11 @@ s4mari:VehicleProperty rdf:type owl:Class ;
                       rdfs:subClassOf s4mari:MaritimeProperty .


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


###  https://saref.etsi.org/saref4mari/Vessel
s4mari:Vessel rdf:type owl:Class ;
              rdfs:subClassOf s4mari:Vehicle ;
@@ -416,8 +453,13 @@ s4mari:VesselProperty rdf:type owl:Class ;
                      rdfs:subClassOf s4mari:VehicleProperty .


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


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


#################################################################
@@ -609,6 +651,21 @@ s4mari:DoNotAnswerOnVHFCh16 rdf:type owl:NamedIndividual ,
                                     s4mari:AnomalyKind .


###  https://saref.etsi.org/saref4mari/DoesNotHaveDiseasesOnBoard
s4mari:DoesNotHaveDiseasesOnBoard rdf:type owl:NamedIndividual ,
                                           s4mari:IncidentState .


###  https://saref.etsi.org/saref4mari/DoesNotHaveInfectionOnBoard
s4mari:DoesNotHaveInfectionOnBoard rdf:type owl:NamedIndividual ,
                                            s4mari:IncidentState .


###  https://saref.etsi.org/saref4mari/DoesNotHaveSickAnimalOnBoard
s4mari:DoesNotHaveSickAnimalOnBoard rdf:type owl:NamedIndividual ,
                                             s4mari:IncidentState .


###  https://saref.etsi.org/saref4mari/Draught
s4mari:Draught rdf:type owl:NamedIndividual ,
                        s4mari:VesselProperty ;
@@ -700,6 +757,21 @@ s4mari:GrossTonnage rdf:type owl:NamedIndividual ,
                    rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Vessel_GrossTonnage.html" .


###  https://saref.etsi.org/saref4mari/HasDiseasesOnBoard
s4mari:HasDiseasesOnBoard rdf:type owl:NamedIndividual ,
                                   s4mari:IncidentState .


###  https://saref.etsi.org/saref4mari/HasInfectionOnBoard
s4mari:HasInfectionOnBoard rdf:type owl:NamedIndividual ,
                                    s4mari:IncidentState .


###  https://saref.etsi.org/saref4mari/HasSickAnimalOnBoard
s4mari:HasSickAnimalOnBoard rdf:type owl:NamedIndividual ,
                                     s4mari:IncidentState .


###  https://saref.etsi.org/saref4mari/Helicopter
s4mari:Helicopter rdf:type owl:NamedIndividual ,
                           s4mari:OperationalAssetKind .
@@ -751,6 +823,76 @@ s4mari:Interception rdf:type owl:NamedIndividual ,
                             s4mari:ActionKind .


###  https://saref.etsi.org/saref4mari/IsAborted
s4mari:IsAborted rdf:type owl:NamedIndividual ,
                          s4mari:ActionState .


###  https://saref.etsi.org/saref4mari/IsBanned
s4mari:IsBanned rdf:type owl:NamedIndividual ,
                         s4mari:VesselState .


###  https://saref.etsi.org/saref4mari/IsCancelled
s4mari:IsCancelled rdf:type owl:NamedIndividual ,
                            s4mari:ActionState .


###  https://saref.etsi.org/saref4mari/IsCompleted
s4mari:IsCompleted rdf:type owl:NamedIndividual ,
                            s4mari:ActionState .


###  https://saref.etsi.org/saref4mari/IsFishing
s4mari:IsFishing rdf:type owl:NamedIndividual ,
                          s4mari:VesselState .


###  https://saref.etsi.org/saref4mari/IsInProgress
s4mari:IsInProgress rdf:type owl:NamedIndividual ,
                             s4mari:ActionState .


###  https://saref.etsi.org/saref4mari/IsNotBanned
s4mari:IsNotBanned rdf:type owl:NamedIndividual ,
                            s4mari:VesselState .


###  https://saref.etsi.org/saref4mari/IsNotFishing
s4mari:IsNotFishing rdf:type owl:NamedIndividual ,
                             s4mari:VesselState .


###  https://saref.etsi.org/saref4mari/IsNotOfInterest
s4mari:IsNotOfInterest rdf:type owl:NamedIndividual ,
                                s4mari:AgentState .


###  https://saref.etsi.org/saref4mari/IsNotStarted
s4mari:IsNotStarted rdf:type owl:NamedIndividual ,
                             s4mari:ActionState .


###  https://saref.etsi.org/saref4mari/IsNotSuspect
s4mari:IsNotSuspect rdf:type owl:NamedIndividual ,
                             s4mari:AgentState .


###  https://saref.etsi.org/saref4mari/IsOfInterest
s4mari:IsOfInterest rdf:type owl:NamedIndividual ,
                             s4mari:AgentState .


###  https://saref.etsi.org/saref4mari/IsPaused
s4mari:IsPaused rdf:type owl:NamedIndividual ,
                         s4mari:ActionState .


###  https://saref.etsi.org/saref4mari/IsSuspect
s4mari:IsSuspect rdf:type owl:NamedIndividual ,
                          s4mari:AgentState .


###  https://saref.etsi.org/saref4mari/LOA
s4mari:LOA rdf:type owl:NamedIndividual ,
                    s4mari:VesselProperty ;
@@ -785,6 +927,11 @@ s4mari:MMSI rdf:type owl:NamedIndividual ,
            rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Vessel_MMSI.html" .


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


###  https://saref.etsi.org/saref4mari/MaxPassengers
s4mari:MaxPassengers rdf:type owl:NamedIndividual ,
                              s4mari:OperationalAssetProperty ;
@@ -878,11 +1025,26 @@ s4mari:NumberOfIllPersons rdf:type owl:NamedIndividual ,
                          rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Incident_NumberOfIIllPersons.html" .


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


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


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


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


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