@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:maxLat
a owl:AnnotationProperty, owl:DatatypeProperty ;
rdfs:comment "The WGS84 latitude in decimal degree of the northernmost point of a set of coordinates, also the northern side of the bounding box." ;
rdfs:domain ns2:Feature ;
rdfs:label "Maximum Latitude"@en ;
rdfs:range xsd:decimal ;
rdfs:subPropertyOf ns1:lat .
@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:maxLat
a owl:AnnotationProperty, owl:DatatypeProperty ;
rdfs:comment "The WGS84 latitude in decimal degree of the northernmost point of a set of coordinates, also the northern side of the bounding box." ;
rdfs:domain ns2:Feature ;
rdfs:label "Maximum Latitude"@en ;
rdfs:range xsd:decimal ;
rdfs:subPropertyOf ns1:lat .