Commit 90f8d41f authored by Helen Rawsthorne's avatar Helen Rawsthorne
Browse files

aded s4mari data properties with domain, range and seeAlso link to corresponding element in CISE

parent 39e9433b
Loading
Loading
Loading
Loading
Loading
+383 −3
Original line number Diff line number Diff line
@@ -21,12 +21,11 @@
<https://saref.etsi.org/saref4mari/> rdf:type owl:Ontology ;
                                      owl:versionIRI <https://saref.etsi.org/saref4mari/v1.1.1/> ;
                                      owl:imports <https://saref.etsi.org/core/v3.2.1/> ;
                                      dcterms:contributor s4mari:uri ;
                                      dcterms:created "2024-xx-xx"^^xsd:date ;
                                      dcterms:contributor <https://it.linkedin.com/in/alexandr-tardo-5b5ba896> ;
                                      dcterms:created "2024-07-10"^^xsd:date ;
                                      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 ;
                                      dcterms:license <https://forge.etsi.org/etsi-software-license> ;
                                      dcterms:publisher <https://www.etsi.org/> ;
                                      dcterms:source <https://saref.etsi.org/sources/saref4mari/> ;
@@ -87,6 +86,18 @@ vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .
vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#duration
xsd:duration rdf:type rdfs:Datatype .


###  http://www.w3.org/2001/XMLSchema#time
xsd:time rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################
@@ -263,6 +274,370 @@ s4mari:refersTo rdf:type owl:ObjectProperty ;
                             "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Document_refersToLocation_Location.html" .


#################################################################
#    Data properties
#################################################################

###  https://saref.etsi.org/saref4mari/generatedOn
s4mari:generatedOn rdf:type owl:DatatypeProperty ;
                   rdfs:domain s4mari:UniqueIdentifier ;
                   rdfs:range xsd:dateTime ;
                   rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/UniqueIdentifier_GeneratedIn.html" .


###  https://saref.etsi.org/saref4mari/hasAbstract
s4mari:hasAbstract rdf:type owl:DatatypeProperty ;
                   rdfs:domain s4mari:Metadata ;
                   rdfs:range rdfs:Literal ;
                   rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Metadata_Abstract.html" .


###  https://saref.etsi.org/saref4mari/hasAlternativeName
s4mari:hasAlternativeName rdf:type owl:DatatypeProperty ;
                          rdfs:domain [ rdf:type owl:Class ;
                                        owl:unionOf ( s4mari:Organisation
                                                      s4mari:Person
                                                    )
                                      ] ;
                          rdfs:range rdfs:Literal ;
                          rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Organization_AlternativeName.html" ,
                                       "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Person_AlternativeName.html" .


###  https://saref.etsi.org/saref4mari/hasArrangement
s4mari:hasArrangement rdf:type owl:DatatypeProperty ;
                      rdfs:domain s4mari:Vessel ;
                      rdfs:range rdfs:Literal ;
                      rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Vessel_Arrangement.html" .


###  https://saref.etsi.org/saref4mari/hasBirthDate
s4mari:hasBirthDate rdf:type owl:DatatypeProperty ;
                    rdfs:domain s4mari:Person ;
                    rdfs:range xsd:date ;
                    rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Person_BirthDate.html" .


###  https://saref.etsi.org/saref4mari/hasBirthName
s4mari:hasBirthName rdf:type owl:DatatypeProperty ;
                    rdfs:domain s4mari:Person ;
                    rdfs:range rdfs:Literal ;
                    rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Person_BirthName.html" .


###  https://saref.etsi.org/saref4mari/hasCallSign
s4mari:hasCallSign rdf:type owl:DatatypeProperty ;
                   rdfs:domain s4mari:Vessel ;
                   rdfs:range rdfs:Literal ;
                   rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Vessel_CallSign.html" .


###  https://saref.etsi.org/saref4mari/hasComments
s4mari:hasComments rdf:type owl:DatatypeProperty ;
                   rdfs:domain s4mari:Metadata ;
                   rdfs:range rdfs:Literal ;
                   rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Metadata_Comments.html" .


###  https://saref.etsi.org/saref4mari/hasContactInformation
s4mari:hasContactInformation rdf:type owl:DatatypeProperty ;
                             rdfs:domain s4mari:Agent ;
                             rdfs:range rdfs:Literal ;
                             rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Agent_ContactInformation.html" .


###  https://saref.etsi.org/saref4mari/hasContainerMarksAndNumber
s4mari:hasContainerMarksAndNumber rdf:type owl:DatatypeProperty ;
                                  rdfs:domain s4mari:ContainmentUnit ;
                                  rdfs:range rdfs:Literal ;
                                  rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/ContainmentUnit_ContainerMarksAndNumber.html" .


###  https://saref.etsi.org/saref4mari/hasCreationDate
s4mari:hasCreationDate rdf:type owl:DatatypeProperty ;
                       rdfs:domain s4mari:Metadata ;
                       rdfs:range xsd:dateTime ;
                       rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Metadata_CreationDate.html" .


###  https://saref.etsi.org/saref4mari/hasDeathDate
s4mari:hasDeathDate rdf:type owl:DatatypeProperty ;
                    rdfs:domain s4mari:Person ;
                    rdfs:range xsd:dateTime ;
                    rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Person_DateOfDeath.html" .


###  https://saref.etsi.org/saref4mari/hasDescription
s4mari:hasDescription rdf:type owl:DatatypeProperty ;
                      rdfs:domain s4mari:Metadata ;
                      rdfs:range rdfs:Literal ;
                      rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Metadata_Description.html" .


###  https://saref.etsi.org/saref4mari/hasDesignation
s4mari:hasDesignation rdf:type owl:DatatypeProperty ;
                      rdfs:domain s4mari:Metadata ;
                      rdfs:range rdfs:Literal ;
                      rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Metadata_Designation.html" .


###  https://saref.etsi.org/saref4mari/hasDuration
s4mari:hasDuration rdf:type owl:DatatypeProperty ;
                   rdfs:domain s4mari:Period ;
                   rdfs:range xsd:duration ;
                   rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Period_Duration.html" .


###  https://saref.etsi.org/saref4mari/hasEndDate
s4mari:hasEndDate rdf:type owl:DatatypeProperty ;
                  rdfs:domain s4mari:Period ;
                  rdfs:range xsd:date ;
                  rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Period_EndDate.html" .


###  https://saref.etsi.org/saref4mari/hasEndTime
s4mari:hasEndTime rdf:type owl:DatatypeProperty ;
                  rdfs:domain s4mari:Period ;
                  rdfs:range xsd:time ;
                  rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Period_EndTime.html" .


###  https://saref.etsi.org/saref4mari/hasExternalMarkings
s4mari:hasExternalMarkings rdf:type owl:DatatypeProperty ;
                           rdfs:domain s4mari:MaritimeObject ;
                           rdfs:range rdfs:Literal ;
                           rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Object_ExternalMarkings.html" .


###  https://saref.etsi.org/saref4mari/hasFamilyName
s4mari:hasFamilyName rdf:type owl:DatatypeProperty ;
                     rdfs:domain s4mari:Person ;
                     rdfs:range rdfs:Literal ;
                     rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Person_FamilyName.html" .


###  https://saref.etsi.org/saref4mari/hasFileSchema
s4mari:hasFileSchema rdf:type owl:DatatypeProperty ;
                     rdfs:domain s4mari:Metadata ;
                     rdfs:range xsd:anyURI ;
                     rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Metadata_FileSchema.html" .


###  https://saref.etsi.org/saref4mari/hasFileURI
s4mari:hasFileURI rdf:type owl:DatatypeProperty ;
                  rdfs:domain s4mari:Metadata ;
                  rdfs:range xsd:anyURI ;
                  rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Metadata_FileURI.html" .


###  https://saref.etsi.org/saref4mari/hasFullName
s4mari:hasFullName rdf:type owl:DatatypeProperty ;
                   rdfs:domain s4mari:Person ;
                   rdfs:range rdfs:Literal ;
                   rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Person_FullName.html" .


###  https://saref.etsi.org/saref4mari/hasGeographicIdentifier
s4mari:hasGeographicIdentifier rdf:type owl:DatatypeProperty ;
                               rdfs:domain s4mari:NamedLocation ;
                               rdfs:range xsd:anyURI ;
                               rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/NamedLocation_GeographicIdentifier.html" .


###  https://saref.etsi.org/saref4mari/hasGivenName
s4mari:hasGivenName rdf:type owl:DatatypeProperty ;
                    rdfs:domain s4mari:Person ;
                    rdfs:range rdfs:Literal ;
                    rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Person_GivenName.html" .


###  https://saref.etsi.org/saref4mari/hasINMARSATNumber
s4mari:hasINMARSATNumber rdf:type owl:DatatypeProperty ;
                         rdfs:domain s4mari:Vessel ;
                         rdfs:range rdfs:Literal ;
                         rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Vessel_INMARSATNumber.html" .


###  https://saref.etsi.org/saref4mari/hasIRNumber
s4mari:hasIRNumber rdf:type owl:DatatypeProperty ;
                   rdfs:domain s4mari:Vessel ;
                   rdfs:range rdfs:Literal ;
                   rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Vessel_IRNumber.html" .


###  https://saref.etsi.org/saref4mari/hasIdentificationNumber
s4mari:hasIdentificationNumber rdf:type owl:DatatypeProperty ;
                               rdfs:domain s4mari:Organisation ;
                               rdfs:range rdfs:Literal ;
                               rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Organization_IdentificationNumber.html" .


###  https://saref.etsi.org/saref4mari/hasInstructions
s4mari:hasInstructions rdf:type owl:DatatypeProperty ;
                       rdfs:domain s4mari:Incident ;
                       rdfs:range rdfs:Literal ;
                       rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Incident_Instructions.html" .


###  https://saref.etsi.org/saref4mari/hasLanguage
s4mari:hasLanguage rdf:type owl:DatatypeProperty ;
                   rdfs:domain s4mari:Metadata ;
                   rdfs:range rdfs:Literal ;
                   rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Metadata_Language.html" .


###  https://saref.etsi.org/saref4mari/hasLegalName
s4mari:hasLegalName rdf:type owl:DatatypeProperty ;
                    rdfs:domain s4mari:Organisation ;
                    rdfs:range rdfs:Literal ;
                    rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Organization_LegalName.html" .


###  https://saref.etsi.org/saref4mari/hasLocationCode
s4mari:hasLocationCode rdf:type owl:DatatypeProperty ;
                       rdfs:domain s4mari:PortLocation ;
                       rdfs:range rdfs:Literal ;
                       rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/PortLocation_LocationCode.html" .


###  https://saref.etsi.org/saref4mari/hasLocationOnBoardContainer
s4mari:hasLocationOnBoardContainer rdf:type owl:DatatypeProperty ;
                                   rdfs:domain s4mari:ContainmentUnit ;
                                   rdfs:range rdfs:Literal ;
                                   rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/ContainmentUnit_LocationOnBoardContainer.html" .


###  https://saref.etsi.org/saref4mari/hasLocationOnBoardGoods
s4mari:hasLocationOnBoardGoods rdf:type owl:DatatypeProperty ;
                               rdfs:domain s4mari:ContainmentUnit ;
                               rdfs:range rdfs:Literal ;
                               rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/ContainmentUnit_LocationOnBoardGoods.html" .


###  https://saref.etsi.org/saref4mari/hasNationality
s4mari:hasNationality rdf:type owl:DatatypeProperty ;
                      rdfs:domain [ rdf:type owl:Class ;
                                    owl:unionOf ( s4mari:Agent
                                                  s4mari:Vehicle
                                                )
                                  ] ;
                      rdfs:range rdfs:Literal ;
                      rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Agent_Nationality.html" ,
                                   "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Vehicle_Nationality.html" .


###  https://saref.etsi.org/saref4mari/hasPatronymicName
s4mari:hasPatronymicName rdf:type owl:DatatypeProperty ;
                         rdfs:domain s4mari:Person ;
                         rdfs:range rdfs:Literal ;
                         rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Person_PatronymicName.html" .


###  https://saref.etsi.org/saref4mari/hasPortFacilityNumber
s4mari:hasPortFacilityNumber rdf:type owl:DatatypeProperty ;
                             rdfs:domain s4mari:PortFacilityLocation ;
                             rdfs:range rdfs:Literal ;
                             rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/PortFacilityLocation_PortFacilityNumber.html" .


###  https://saref.etsi.org/saref4mari/hasPublicationDate
s4mari:hasPublicationDate rdf:type owl:DatatypeProperty ;
                          rdfs:domain s4mari:Metadata ;
                          rdfs:range xsd:dateTime ;
                          rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Metadata_PublicationDate.html" .


###  https://saref.etsi.org/saref4mari/hasPurpose
s4mari:hasPurpose rdf:type owl:DatatypeProperty ;
                  rdfs:domain s4mari:Movement ;
                  rdfs:range rdfs:Literal ;
                  rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Movement_Purpose.html" .


###  https://saref.etsi.org/saref4mari/hasReadinessState
s4mari:hasReadinessState rdf:type owl:DatatypeProperty ;
                         rdfs:domain s4mari:OperationalAsset ;
                         rdfs:range xsd:time ;
                         rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/OperationalAsset_ReadinessState.html" .


###  https://saref.etsi.org/saref4mari/hasRegionalIdentification
s4mari:hasRegionalIdentification rdf:type owl:DatatypeProperty ;
                                 rdfs:domain s4mari:Vessel ;
                                 rdfs:range rdfs:Literal ;
                                 rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Vessel_RegionalIdentification.html" .


###  https://saref.etsi.org/saref4mari/hasRegistryNumber
s4mari:hasRegistryNumber rdf:type owl:DatatypeProperty ;
                         rdfs:domain s4mari:Vessel ;
                         rdfs:range rdfs:Literal ;
                         rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Vessel_RegistryNumber.html" .


###  https://saref.etsi.org/saref4mari/hasSpecies
s4mari:hasSpecies rdf:type owl:DatatypeProperty ;
                  rdfs:domain s4mari:Catch ;
                  rdfs:range rdfs:Literal ;
                  rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Catch_Species.html" .


###  https://saref.etsi.org/saref4mari/hasStartDate
s4mari:hasStartDate rdf:type owl:DatatypeProperty ;
                    rdfs:domain s4mari:Period ;
                    rdfs:range xsd:date ;
                    rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Period_StartDate.html" .


###  https://saref.etsi.org/saref4mari/hasStartTime
s4mari:hasStartTime rdf:type owl:DatatypeProperty ;
                    rdfs:domain s4mari:Period ;
                    rdfs:range xsd:time ;
                    rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Period_StartTime.html" .


###  https://saref.etsi.org/saref4mari/hasSubject
s4mari:hasSubject rdf:type owl:DatatypeProperty ;
                  rdfs:domain s4mari:Document ;
                  rdfs:range rdfs:Literal ;
                  rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Document_Subject.html" .


###  https://saref.etsi.org/saref4mari/hasUNDG
s4mari:hasUNDG rdf:type owl:DatatypeProperty ;
               rdfs:domain s4mari:ContainmentUnit ;
               rdfs:range rdfs:Literal ;
               rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/ContainmentUnit_UNDG.html" .


###  https://saref.etsi.org/saref4mari/hasUUID
s4mari:hasUUID rdf:type owl:DatatypeProperty ;
               rdfs:domain s4mari:UniqueIdentifier ;
               rdfs:range rdfs:Literal ;
               rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/UniqueIdentifier_UUID.html" .


###  https://saref.etsi.org/saref4mari/hasUVI
s4mari:hasUVI rdf:type owl:DatatypeProperty ;
              rdfs:domain s4mari:Vessel ;
              rdfs:range rdfs:Literal ;
              rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Vessel_UVI.html" .


###  https://saref.etsi.org/saref4mari/hasVersion
s4mari:hasVersion rdf:type owl:DatatypeProperty ;
                  rdfs:domain s4mari:Document ;
                  rdfs:range rdfs:Literal ;
                  rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Document_Version.html" .


###  https://saref.etsi.org/saref4mari/hasVoyageNumber
s4mari:hasVoyageNumber rdf:type owl:DatatypeProperty ;
                       rdfs:domain s4mari:Movement ;
                       rdfs:range rdfs:Literal ;
                       rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/Movement_VoyageNumber.html" .


#################################################################
#    Classes
#################################################################
@@ -394,6 +769,7 @@ s4mari:ContainmentUnitProperty rdf:type owl:Class ;
###  https://saref.etsi.org/saref4mari/Document
s4mari:Document rdf:type owl:Class ;
                rdfs:subClassOf saref:FeatureOfInterest ;
                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:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Document.html#document" .


@@ -450,6 +826,7 @@ s4mari:Location rdf:type owl:Class ;
###  https://saref.etsi.org/saref4mari/MaritimeObject
s4mari:MaritimeObject rdf:type owl:Class ;
                      rdfs:subClassOf saref:FeatureOfInterest ;
                      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:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Object.html#object" .


@@ -505,6 +882,7 @@ s4mari:MovementKind rdf:type owl:Class ;
###  https://saref.etsi.org/saref4mari/NamedLocation
s4mari:NamedLocation rdf:type owl:Class ;
                     rdfs:subClassOf s4mari:Location ;
                     rdfs:comment "For name, use rdfs:label :: rdfs:Literal (https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/NamedLocation_GeographicName.html)." ;
                     rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Location.html#namedlocation" .


@@ -554,12 +932,14 @@ s4mari:Person rdf:type owl:Class ;
###  https://saref.etsi.org/saref4mari/PortFacilityLocation
s4mari:PortFacilityLocation rdf:type owl:Class ;
                            rdfs:subClassOf s4mari:Location ;
                            rdfs:comment "For name, use rdfs:label :: rdfs:Literal (https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/PortFacilityLocation_PortFacilityName.html)." ;
                            rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Location.html#portfacilitylocation" .


###  https://saref.etsi.org/saref4mari/PortLocation
s4mari:PortLocation rdf:type owl:Class ;
                    rdfs:subClassOf s4mari:Location ;
                    rdfs:comment "For name, use rdfs:label :: rdfs:Literal (https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/info/PortLocation_PortName.html)." ;
                    rdfs:seeAlso "https://emsa.europa.eu/cise-documentation/cise-data-model-1.5.3/model/Location.html#portlocation" .