Definition of s4mari:Document
Defined in https://saref.etsi.org/saref4mari/v1.1.1/ as:
For title, use rdfs:label :: rdfs:Literal (https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Document_Title.html).
Description as a Class
- has super-classes
- saref:FeatureOfInterest
- is in domain of
-
s4mari:hasSubject
s4mari:hasVersion - is in range of
- s4mari:isDescribedBy
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:hasMetadata rdfs:domain [ a owl:Class ;
owl:unionOf ( s4mari:Document s4mari:MaritimeObject s4mari:Risk ) ] .
s4mari:hasSubject rdfs:domain s4mari:Document .
s4mari:hasUniqueIdentifier rdfs:domain [ a owl:Class ;
owl:unionOf ( s4mari:Document s4mari:MaritimeObject s4mari:Risk ) ] .
s4mari:hasVersion rdfs:domain s4mari:Document .
s4mari:isDescribedBy rdfs:range s4mari:Document .
s4mari:refersTo rdfs:domain [ a owl:Class ;
owl:unionOf ( s4mari:Agent s4mari:Document ) ] ;
rdfs:range [ a owl:Class ;
owl:unionOf ( s4mari:Document s4mari:Location ) ] .
<https://saref.etsi.org/saref4mari/v1.1.1/> dct:references s4mari:Document ;
dct:subject s4mari:Document .
s4mari:Document a owl:Class ;
rdfs:label "Document"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4mari/v1.1.1/> ;
rdfs:comment "For title, use rdfs:label :: rdfs:Literal (https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Document_Title.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/Document.html#document" ;
rdfs:subClassOf saref:FeatureOfInterest ;
skos:hiddenLabel "Document" .