Strabon

log

age author description
2013-04-05 Babis Nikolaou moved GeoSPARQL geometry properties from GeoConstants to GeoSPARQL
2013-04-05 Babis Nikolaou removed unused List container
2013-04-05 Babis Nikolaou insert GeoSPARQL class hierarchy at store time
2013-04-05 Babis Nikolaou added GeoSPARQL vocabulary class. Currently, it holds only the namespaces, the classes, and the geometry properties
2013-04-05 Babis Nikolaou GeoSparqlRDFHanlder now inserts the class hierarchy of Simple Features at load time
2013-04-05 Babis Nikolaou merge
2013-04-05 Babis Nikolaou reverted baseURI to ""
2013-04-05 Babis Nikolaou updated GeoSparqlRDFHandlerBase to infer rdf:type triples based on Simple Features class hierarchy, GeoSPARQL spatial properties, and GeoSPARQL topological relations
2013-04-05 Babis Nikolaou added SimpleFeatures class for keeping SF vocabulary
2013-04-05 Panayiotis Smeros merge.
2013-04-05 Panayiotis Smeros Started writing a Tester Guide in README.
2013-04-05 Panayiotis Smeros Replaced all the static methods from Junit with non static.
2013-04-05 Babis Nikolaou when inferring GeoSPARQL triples, store them in the same context as that of the initial RDF data
2013-04-05 Babis Nikolaou updated ChangeLog
2013-04-05 Babis Nikolaou fixed bug where a not implemented extension function would make Strabon throw a NULL pointer exception. Now we get away with it through a warning.
2013-04-05 Babis Nikolaou added support for geof:getSRID. Addresses bug #32. Notice that this implementation is the same as strdf:srid.
2013-04-05 Babis Nikolaou get rid of warnings
2013-04-05 Babis Nikolaou changed geof:symmetricDifference to geo:symDifference (addresses bug #32)
2013-04-05 Babis Nikolaou made strdf:SemiLinearPointSet deprecated
2013-04-05 Babis Nikolaou merge
2013-04-05 Babis Nikolaou tidy up GeosparqlRDFHandlerBase to reference GeoConstants. Updated GeoSPARQL URIs. Removed derivation of property geo:hasGeometry from property geo:hasDefaultGeometry (is not a requirement of GeoSPARQL). Derive "object type SpatialObject" when seeing "subject hasDefaultGeometry object". Put inferences for geo:hasDefaultGeometry as an "else if" part to the inferences from geo:hasGeometry so as not to infer the same triples when both properties are present
2013-04-05 Stella Giannakopoulou used ogcgeoconstants when parsing strdf:distance
2013-04-05 Stella Giannakopoulou added check of the unit of measure that given in strdf:distance.
2013-04-05 Babis Nikolaou added OGCConstants. Currently, it contains only units of measure. Also, made endpoint publicize the URIs of the supported units.
2013-04-05 Panayiotis Smeros merge.
2013-04-05 Panayiotis Smeros Tests can read database properties from environment variables.
2013-04-04 Babis Nikolaou removed warnings from GeneralDBConnectionFactory
2013-04-04 Panayiotis Smeros Merge.
2013-04-04 Panayiotis Smeros Finished a simple store test. It may be needed to delete and import again the project because pom.xml files have been changed.
2013-04-03 Panayiotis Smeros Checked if the results of the query are the right.