TripleGeo icon indicating copy to clipboard operation
TripleGeo copied to clipboard

TripleGeo utility for converting geospatial data into triples

Results 9 TripleGeo issues
Sort by recently updated
recently updated
newest added

Dear repository maintainers, I am developing a model designed to automatically generate concise and accurate summaries for open-source repositories. This model is intended to produce a one-sentence summary that briefly...

Command: `java -cp lib/*:bin/TripleGeo.jar eu.geoknow.athenarc.triplegeo.ShpToRdf options.conf` ```bash $ java --version openjdk 11.0.13 2021-10-19 OpenJDK Runtime Environment (build 11.0.13+8-Ubuntu-0ubuntu1.18.04) OpenJDK 64-Bit Server VM (build 11.0.13+8-Ubuntu-0ubuntu1.18.04, mixed mode, sharing) ``` ```java *********************************************************************...

I used TripleGeo library to convert shapefile into RDF. But I have a problem about the result RDF data. In the result RDF data, 1) coordinate data converted as annotation...

Dear all, I have converted shape file(.shp file) using tripleGeo tools. There are different shape files types(POINT, LINE, POLYGON). For point type .shp file, it converted coordinates to RDF as...

HI.. May I ask, what is the next step for us to publish the RDF data on web after successfully converting the geospatial dataset to RDF data file? and how...

Hi.. sorry for asking again. I've tested this tool by using given 'points.shp' data and it was successfully converted to RDF. Then, I want to try converting my own point...

Hi, I'm testing the XML transformations with GML, and I used the airport.gml file, but the output RDF has in the rdf:description all extracted points. Probably is something I should...

question

All hardcoded file paths (e.g. for XSLT stylesheets) should be replaced by configuration/commandline options. An additional reason for doing this, is that hardcoded paths can break common packaging conventions (at...

enhancement

Hi, first of all thank you for this sweet library. It worked very well so far. My observation while using this tool was, that it seemed very much tailored towards...