From c7e08380e02271c67f17e92d1d286577f228d191 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mar=C3=ADa?= <mpovedavillalon@gmail.com>
Date: Tue, 14 Apr 2020 11:41:08 +0200
Subject: [PATCH] Revert "updated geo:lat and geo:long (were latitude and
 longitude)"

This reverts commit 331e4c0e314adbfed0dff1e329ac4f03b569bcde.
---
 examples/example1ENVI-polished.ttl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/example1ENVI-polished.ttl b/examples/example1ENVI-polished.ttl
index 87b0aad..b25083e 100644
--- a/examples/example1ENVI-polished.ttl
+++ b/examples/example1ENVI-polished.ttl
@@ -41,8 +41,8 @@
 
 :LocationTESS005-UCM rdf:type owl:NamedIndividual ,
                               geo:SpatialThing ;
-                     geo:lat "40.451"^^xsd:float ;
-                     geo:long "-3.7261"^^xsd:float ;
+                     geo:latitude "40.451"^^xsd:float ;
+                     geo:longitude "-3.7261"^^xsd:float ;
                      rdfs:label "Location of photometer TESS stars5"@en .
 
 
-- 
GitLab