diff --git a/examples/geodata/simple/data.ttl b/examples/geodata/simple/data.ttl new file mode 100644 index 0000000..14a637a --- /dev/null +++ b/examples/geodata/simple/data.ttl @@ -0,0 +1,4 @@ +PREFIX geo: + geo:hasGeometry . + geo:asWKT "POLYGON((0.5 0.5,5 0,5 5,0 5,0.5 0.5), (1.5 1,4 3,4 1,1.5 1))"^^geo:wktLiteral . + diff --git a/examples/geodata/simple/pom.xml b/examples/geodata/simple/pom.xml new file mode 100644 index 0000000..16ca0f0 --- /dev/null +++ b/examples/geodata/simple/pom.xml @@ -0,0 +1,60 @@ + + + 4.0.0 + + + org.aksw.data.config + aksw-data-deployment + 0.0.8 + + + + org.aksw.maven4data.examples + simple-geodata + 0.0.1-SNAPSHOT + pom + Simple Geodata Example + + https://scaseco.github.io/maven4data/ + + + + Apache License 2.0 + http://www.apache.org/licenses/LICENSE-2.0.html + + + + + data.ttl + ttl + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + + attach-artifact + + + + + ${artifact.filename} + ${artifact.filetype} + + + + + + + + + +