@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: <http://www.w3.org/2003/01/geo/wgs84_pos#> . @prefix ns2: <https://www.geonames.org/ontology#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . ns0:maxLong a owl:AnnotationProperty, owl:DatatypeProperty ; rdfs:comment "The WGS84 longitude in decimal degree of the easternmost point of a set of coordinates, also the eastern side of the bounding box." ; rdfs:domain ns2:Feature ; rdfs:label "Maximum Longitude"@en ; rdfs:range xsd:decimal ; rdfs:subPropertyOf ns1:long .
@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: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ns2: <https://www.geonames.org/ontology#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ns0:maxLong
    a owl:AnnotationProperty, owl:DatatypeProperty ;
    rdfs:comment "The WGS84 longitude in decimal degree of the easternmost point of a set of coordinates, also the eastern side of the bounding box." ;
    rdfs:domain ns2:Feature ;
    rdfs:label "Maximum Longitude"@en ;
    rdfs:range xsd:decimal ;
    rdfs:subPropertyOf ns1:long .