Definition of s4mari:MaritimeObject
Defined in https://saref.etsi.org/saref4mari/v1.1.1/ as:
For name, use rdfs:label :: rdfs:Literal (https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Object_Name.html).
Description as a Class
- has super-classes
- saref:FeatureOfInterest
- has sub-classes
-
s4mari:CargoUnit
s4mari:Vehicle - is in domain of
- s4mari:hasExternalMarkings
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4mari: <https://saref.etsi.org/saref4mari/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
s4mari:CargoUnit rdfs:subClassOf s4mari:MaritimeObject .
s4mari:Vehicle rdfs:subClassOf s4mari:MaritimeObject .
s4mari:hasExternalMarkings rdfs:domain s4mari:MaritimeObject .
s4mari:hasLocation rdfs:domain [ a owl:Class ;
owl:unionOf ( s4mari:Agent s4mari:Event s4mari:MaritimeObject s4mari:MeteoOceanoCondition s4mari:Risk ) ] .
s4mari:hasMetadata rdfs:domain [ a owl:Class ;
owl:unionOf ( s4mari:Document s4mari:MaritimeObject s4mari:Risk ) ] .
s4mari:hasUniqueIdentifier rdfs:domain [ a owl:Class ;
owl:unionOf ( s4mari:Document s4mari:MaritimeObject s4mari:Risk ) ] .
s4mari:isDescribedBy rdfs:domain [ a owl:Class ;
owl:unionOf ( s4mari:Event s4mari:MaritimeObject s4mari:Risk ) ] .
<https://saref.etsi.org/saref4mari/v1.1.1/> dct:references s4mari:MaritimeObject ;
dct:subject s4mari:MaritimeObject .
s4mari:MaritimeObject a owl:Class ;
rdfs:label "MaritimeObject"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4mari/v1.1.1/> ;
rdfs:comment "For name, use rdfs:label :: rdfs:Literal (https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Object_Name.html)." ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4mari/v1.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4mari/v1.1.1/>,
"https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Object.html#object" ;
rdfs:subClassOf saref:FeatureOfInterest ;
skos:hiddenLabel "MaritimeObject" .