@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://terminologies.gfbio.org/terms/IHO/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <https://www.geonames.org/ontology#> . ns0:connectedTo a owl:ObjectProperty, owl:SymmetricProperty, owl:TransitiveProperty ; rdfs:comment "Another sea region that is connected to the current one"@en ; rdfs:domain ns1:Feature ; rdfs:label "connected to"@en ; rdfs:range ns1:Feature .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://terminologies.gfbio.org/terms/IHO/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <https://www.geonames.org/ontology#> .

ns0:connectedTo
    a owl:ObjectProperty, owl:SymmetricProperty, owl:TransitiveProperty ;
    rdfs:comment "Another sea region that is connected to the current one"@en ;
    rdfs:domain ns1:Feature ;
    rdfs:label "connected to"@en ;
    rdfs:range ns1:Feature .