latitude

The latitude of a geographic point in decimal degrees.

Structure

Property shape: datatype property; gmeow:GeoCoordinates -> xsd:decimal

Practical Pattern

Use gmeow:latitude from gmeow:GeoCoordinates to xsd:decimal when the relationship itself belongs in the native GMEOW graph.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Located Place

ex:edmontonCoords a gmeow:GeoCoordinates ;
    gmeow:latitude "53.5461"^^xsd:decimal ;
    gmeow:longitude "-113.4938"^^xsd:decimal .

ex:officeCoords a gmeow:GeoCoordinates ;
    gmeow:latitude "53.5443"^^xsd:decimal ;
    gmeow:longitude "-113.4909"^^xsd:decimal ;
    gmeow:elevation "645.0"^^xsd:decimal .

Common Companion Terms

gmeow:GeoCoordinates

Projects To

Profile External Targets
foaf rdf, wgs84
geosparql geo, rdf
schema-org rdf, schema
vcard rdf, vcard

External Equivalences

Equivalent or closely aligned targets: schema, wgs84

Linkages

Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.

Term Equivalences

Source Kind Profile Predicate/Relation Target Evidence
gmeow:latitude equivalence - owl:equivalentProperty schema:latitude gmeow-properties.sssom.tsv; gmeow:eqProperties028; confidence 1
gmeow:latitude equivalence - skos:closeMatch wgs84:lat gmeow-places.sssom.tsv; gmeow:eqPlaces023; confidence 0.9

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:latitude projection foaf projects to / <= rdf:type, wgs84:SpatialThing, wgs84:lat, wgs84:long gmeow:mapFoafSpatialThing; lossy: address structure, place types, hierarchy, geometry/WKT
gmeow:latitude projection geosparql projects to / <= geo:Geometry, geo:asWKT, geo:hasGeometry, rdf:type gmeow:mapGeoCoordinateObservation; lossy: the CoordinateObservation relator (vantage, confidence, reference frame, temporal scope) is dropped; only the WKT point survives; transform gmeow:fnLatLongToWktPoint
gmeow:latitude projection geosparql projects to / <= geo:Geometry, geo:asWKT, geo:hasGeometry, rdf:type gmeow:mapGeoPoint; transform gmeow:fnLatLongToWktPoint
gmeow:latitude projection geosparql projects to / <= geo:Geometry, geo:asWKT, geo:hasGeometry, rdf:type gmeow:mapGeoPointCoarsened; lossy: precise coordinates coarsened to the enclosing region at gmeow:coarsenTo level (privacy generalization, P10); transform gmeow:fnCoarsenToGranularity
gmeow:latitude projection geosparql projects to / <= geo:Geometry, geo:asWKT, geo:hasGeometry, rdf:type gmeow:mapGeoPosePoint; lossy: orientation component dropped; GeoSPARQL 1.0/1.1 has no pose model; transform gmeow:fnPosePositionToWktPoint
gmeow:latitude projection schema-org projects to / <= rdf:type, schema:GeoCoordinates, schema:elevation, schema:geo, schema:latitude, schema:longitude gmeow:mapSchemaCoordinateObservation; lossy: the CoordinateObservation relator (vantage, confidence, reference frame, temporal scope) collapses to a flat schema:geo edge; non-displayable/superseded observations are suppressed
gmeow:latitude projection schema-org projects to / <= rdf:type, schema:GeoCoordinates, schema:elevation, schema:geo, schema:latitude, schema:longitude gmeow:mapSchemaPlaceCoords
gmeow:latitude projection schema-org projects to / <= rdf:type, schema:GeoCoordinates, schema:geo, schema:latitude, schema:longitude gmeow:mapSchemaPlaceCoordsCoarsened; lossy: precise coordinates coarsened to the enclosing region at gmeow:coarsenTo level (privacy generalization, P10)
gmeow:latitude projection vcard projects to / <= rdf:type, vcard:Geo, vcard:hasGeo, vcard:latitude, vcard:longitude gmeow:mapVcardGeo; confidence 0.9; lossy: elevation is dropped; the coordinate reference frame (WGS84) is implicit in the geo: URI; transform gmeow:fnLatLongToGeoUri

Usage Advice

Use when

Avoid when

How to use

Examples

Use For Consumers

Avoid For Consumers

Published Alignment Graph

Alignments

RelationTarget
closeMatchwgs84:lat
equivalentPropertyschema:latitude