age |
author |
description |
2013-04-11 |
Babis Nikolaou |
OCD in README |
2013-04-11 |
Babis Nikolaou |
updated instructions for building/using Strabon from the command-line and mentioned its components in detail |
2013-04-11 |
Kallirroi Dogani |
removed luna endpoints from tests in strabon-endpoint-client (replaced them with endpoints of linkedopendata and dbpedia) |
2013-04-09 |
Babis Nikolaou |
a bit of cleaning in GeosparqlRDFHandlerBase |
2013-04-09 |
Babis Nikolaou |
made RDFS Entailment of GeoSPARQL work in one pass over the input |
2013-04-09 |
Babis Nikolaou |
changed GeosparqlRDFHandlerBase to extend RDFInserter instead of RDFHandlerBase |
2013-04-09 |
Babis Nikolaou |
renamed silly variables |
2013-04-09 |
Babis Nikolaou |
Added GeneralDBSailRepository and GeneralDBSailRepositoryConnection that extend SailRepository and SailRepositoryConnection so as to override insertion of triples using our implementation of an RDFInserter that will implement the GeoSPARQL Entailment Extension. Now, this is implemented in GeosparqlRDFHandlerBase at the cost of parsing the input twice! |
2013-04-08 |
Kallirroi Dogani |
use sesame libraries to convert xml to bindingSet |
2013-04-08 |
Babis Nikolaou |
disable GeoSPARQL entailment for the time being (breaks tests) |
2013-04-08 |
Babis Nikolaou |
updated .hgignore file to ignore faces-config.xml |
2013-04-08 |
Babis Nikolaou |
updated ChangeLog file |
2013-04-08 |
Babis Nikolaou |
added support of all SPARQL result types provided by Sesame (json, xml, csv, tsv, binary). To get the respective writer, just prepend the string "SPARQL/", e.g., "SPARQL/JSON". This is to ensure that we support all SPARQL result formats of the SPARQL Protocol. |
2013-04-06 |
Kallirroi Dogani |
changed StrabonEndpoint to SPARQLEndpoint, added SpatialEndpoint to support KML format for all spatial endpoints (Virtuoso, Parliament, Strabon), added tests for SpatialEndpoint, tests for SPARQLEndpoint with Parliament and Virtuoso. Tests need to be added for Virtuoso endpoint to test which formats are not supported |
2013-04-06 |
Babis Nikolaou |
updated README |
2013-04-06 |
Babis Nikolaou |
when inferring rdf:type for Simple Features, infer also the rdf:type between the GeoSPARQL geo:Geometry and geo:SpatialObject classes |
2013-04-06 |
Babis Nikolaou |
added rdfs:subClassOf between the classes of Simple Features and the classes of GeoSPARQL (geo:Geometry and geo:SpatialObject) |
2013-04-06 |
Babis Nikolaou |
updated README adding information about GeoSPARQL conformance (we are missing only the Rewrite Extension). Currently, we have some open bugs to complete full conformance with what the README mentions, but I put it as a form of pressure to us |
2013-04-06 |
Babis Nikolaou |
tidy up and added license comments |
2013-04-05 |
Babis Nikolaou |
renamed module "constants" to "vocab" and the respective artifactId to "strabon-vocabulary". WARNING: DELETE AND IMPORT Strabon in Eclipse |
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. |