Strabon
changeset 33:e8c6881d0fff
cleanup
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Thu Mar 01 02:13:33 2012 +0200 (2012-03-01) |
parents | 070de580b6cc |
children | e986f499c057 |
files | evaluation/pom.xml.releaseBackup generaldb/pom.xml.releaseBackup jars/pom.xml.releaseBackup monetdb/pom.xml.releaseBackup postgis/pom.xml.releaseBackup query.sh resultio/pom.xml.releaseBackup runtime/pom.xml.releaseBackup |
line diff
1.1 --- a/evaluation/pom.xml.releaseBackup Thu Mar 01 02:10:49 2012 +0200 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,72 +0,0 @@ 1.4 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 1.5 - 1.6 - <modelVersion>4.0.0</modelVersion> 1.7 - 1.8 - <parent> 1.9 - <groupId>eu.earthobservatory</groupId> 1.10 - <artifactId>strabon</artifactId> 1.11 - <version>3.1.0-SNAPSHOT</version> 1.12 - </parent> 1.13 - 1.14 - <groupId>org.openrdf.sesame</groupId> 1.15 - <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> 1.16 - <name>OpenRDF Sesame: Query algebra - evaluation -spatial</name> 1.17 - <description>Spatial Extension Functions - stSPARQL </description> 1.18 - <packaging>jar</packaging> 1.19 - <version>3.1.0-SNAPSHOT</version> 1.20 - 1.21 - <properties> 1.22 - <sesame.version>2.6.3</sesame.version> 1.23 - </properties> 1.24 - 1.25 - <dependencies> 1.26 - <dependency> 1.27 - <groupId>org.openrdf.sesame</groupId> 1.28 - <artifactId>sesame-queryalgebra-evaluation</artifactId> 1.29 - <version>${sesame.version}</version> 1.30 - </dependency> 1.31 - <dependency> 1.32 - <groupId>org.openrdf.sesame</groupId> 1.33 - <artifactId>sesame-queryalgebra-model</artifactId> 1.34 - <version>${sesame.version}</version> 1.35 - </dependency> 1.36 - <dependency> 1.37 - <groupId>org.openrdf.sesame</groupId> 1.38 - <artifactId>sesame-model</artifactId> 1.39 - <version>${sesame.version}</version> 1.40 - </dependency> 1.41 - <!-- 1.42 - <dependency> 1.43 - <groupId>info.aduna.commons</groupId> 1.44 - <artifactId>aduna-commons-lang</artifactId> 1.45 - <version>2.10.0-SNAPSHOT</version> 1.46 - </dependency> 1.47 - --> 1.48 - <dependency> 1.49 - <groupId>org.slf4j</groupId> 1.50 - <artifactId>slf4j-api</artifactId> 1.51 - </dependency> 1.52 - <dependency> 1.53 - <groupId>org.slf4j</groupId> 1.54 - <artifactId>slf4j-simple</artifactId> 1.55 - </dependency> 1.56 - 1.57 - <dependency> 1.58 - <groupId>junit</groupId> 1.59 - <artifactId>junit</artifactId> 1.60 - </dependency> 1.61 - <dependency> 1.62 - <groupId>org.opengis</groupId> 1.63 - <artifactId>geoapi</artifactId> 1.64 - </dependency> 1.65 - <dependency> 1.66 - <groupId>org.geotools</groupId> 1.67 - <artifactId>gt-referencing</artifactId> 1.68 - </dependency> 1.69 - <dependency> 1.70 - <groupId>org.geotools</groupId> 1.71 - <artifactId>gt-jts-wrapper</artifactId> 1.72 - </dependency> 1.73 - </dependencies> 1.74 -</project> 1.75 -
2.1 --- a/generaldb/pom.xml.releaseBackup Thu Mar 01 02:10:49 2012 +0200 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,107 +0,0 @@ 2.4 -<?xml version="1.0"?> 2.5 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 2.6 - 2.7 - <modelVersion>4.0.0</modelVersion> 2.8 - 2.9 - <parent> 2.10 - <groupId>eu.earthobservatory</groupId> 2.11 - <artifactId>strabon</artifactId> 2.12 - <version>3.1.0-SNAPSHOT</version> 2.13 - </parent> 2.14 - 2.15 - <groupId>org.openrdf.sesame</groupId> 2.16 - <artifactId>sesame-sail-generaldb</artifactId> 2.17 - <name>OpenRDF Sesame: GeneralDBStore </name> 2.18 - <description>GeneralDB Store Support</description> 2.19 - <packaging>jar</packaging> 2.20 - <version>3.1.0-SNAPSHOT</version> 2.21 - 2.22 - <url>http://maven.apache.org</url> 2.23 - 2.24 - <properties> 2.25 - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 2.26 - <sesame.version>2.6.3</sesame.version> 2.27 - </properties> 2.28 - 2.29 - 2.30 - <dependencies> 2.31 - <dependency> 2.32 - <groupId>org.openrdf.sesame</groupId> 2.33 - <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> 2.34 - </dependency> 2.35 - <dependency> 2.36 - <groupId>org.openrdf.sesame</groupId> 2.37 - <artifactId>sesame-sail-rdbms</artifactId> 2.38 - </dependency> 2.39 - <dependency> 2.40 - <groupId>org.openrdf.sesame</groupId> 2.41 - <artifactId>sesame-sail-api</artifactId> 2.42 - </dependency> 2.43 - 2.44 - <dependency> 2.45 - <groupId>org.openrdf.sesame</groupId> 2.46 - <artifactId>sesame-queryalgebra-evaluation</artifactId> 2.47 - </dependency> 2.48 - <dependency> 2.49 - <groupId>org.openrdf.sesame</groupId> 2.50 - <artifactId>sesame-queryalgebra-model</artifactId> 2.51 - </dependency> 2.52 - <dependency> 2.53 - <groupId>org.openrdf.sesame</groupId> 2.54 - <artifactId>sesame-query</artifactId> 2.55 - </dependency> 2.56 - 2.57 - <dependency> 2.58 - <groupId>org.openrdf.sesame</groupId> 2.59 - <artifactId>sesame-model</artifactId> 2.60 - </dependency> 2.61 - 2.62 - <dependency> 2.63 - <groupId>info.aduna.commons</groupId> 2.64 - <artifactId>aduna-commons-collections</artifactId> 2.65 - </dependency> 2.66 - <dependency> 2.67 - <groupId>info.aduna.commons</groupId> 2.68 - <artifactId>aduna-commons-iteration</artifactId> 2.69 - </dependency> 2.70 - <dependency> 2.71 - <groupId>info.aduna.commons</groupId> 2.72 - <artifactId>aduna-commons-concurrent</artifactId> 2.73 - </dependency> 2.74 - 2.75 - <dependency> 2.76 - <groupId>org.slf4j</groupId> 2.77 - <artifactId>slf4j-api</artifactId> 2.78 - </dependency> 2.79 - 2.80 - <dependency> 2.81 - <groupId>commons-dbcp</groupId> 2.82 - <artifactId>commons-dbcp</artifactId> 2.83 - </dependency> 2.84 - 2.85 - <dependency> 2.86 - <groupId>junit</groupId> 2.87 - <artifactId>junit</artifactId> 2.88 - </dependency> 2.89 - 2.90 - <dependency> 2.91 - <groupId>postgresql</groupId> 2.92 - <artifactId>postgresql</artifactId> 2.93 - <scope>provided</scope> 2.94 - </dependency> 2.95 - 2.96 - <dependency> 2.97 - <groupId>junit</groupId> 2.98 - <artifactId>junit</artifactId> 2.99 - <version>4.7</version> 2.100 - <scope>test</scope> 2.101 - </dependency> 2.102 - <!-- 2.103 - <dependency> 2.104 - <groupId>net.sf</groupId> 2.105 - <artifactId>log4jdbc3</artifactId> 2.106 - <version>1.2beta2</version> 2.107 - </dependency> 2.108 - --> 2.109 - </dependencies> 2.110 -</project>
3.1 --- a/jars/pom.xml.releaseBackup Thu Mar 01 02:10:49 2012 +0200 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,117 +0,0 @@ 3.4 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 3.5 - 3.6 - <modelVersion>4.0.0</modelVersion> 3.7 - 3.8 - <parent> 3.9 - <groupId>eu.earthobservatory</groupId> 3.10 - <artifactId>strabon</artifactId> 3.11 - <version>3.1.0-SNAPSHOT</version> 3.12 - </parent> 3.13 - 3.14 - <artifactId>strabon-jars</artifactId> 3.15 - 3.16 - <name>Strabon: Jars</name> 3.17 - <description>Strabon jars</description> 3.18 - 3.19 - <properties> 3.20 - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 3.21 - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> 3.22 - 3.23 - <aduna.appbase.version>3.11.0</aduna.appbase.version> 3.24 - <spring.version>2.5.6</spring.version> 3.25 - </properties> 3.26 - 3.27 - 3.28 - <dependencies> 3.29 - <dependency> 3.30 - <groupId>org.openrdf.sesame</groupId> 3.31 - <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> 3.32 - </dependency> 3.33 - <dependency> 3.34 - <groupId>eu.earthobservatory</groupId> 3.35 - <artifactId>strabon-runtime</artifactId> 3.36 - </dependency> 3.37 - <dependency> 3.38 - <groupId>org.openrdf.sesame</groupId> 3.39 - <artifactId>sesame-sail-postgis</artifactId> 3.40 - </dependency> 3.41 - <dependency> 3.42 - <groupId>org.openrdf.sesame</groupId> 3.43 - <artifactId>sesame-sail-monetdb</artifactId> 3.44 - </dependency> 3.45 - <dependency> 3.46 - <groupId>org.openrdf.sesame</groupId> 3.47 - <artifactId>sesame-sail-generaldb</artifactId> 3.48 - </dependency> 3.49 - </dependencies> 3.50 - 3.51 - <build> 3.52 - <pluginManagement> 3.53 - <plugins> 3.54 - <!-- FIXME: version 2.2-beta-2 causes a lot problems --> 3.55 - <plugin> 3.56 - <groupId>org.apache.maven.plugins</groupId> 3.57 - <artifactId>maven-assembly-plugin</artifactId> 3.58 - <version>2.2-beta-1</version> 3.59 - </plugin> 3.60 - <plugin> 3.61 - <groupId>org.eclipse.m2e</groupId> 3.62 - <artifactId>lifecycle-mapping</artifactId> 3.63 - <version>1.0.0</version> 3.64 - <configuration> 3.65 - <lifecycleMappingMetadata> 3.66 - <pluginExecutions> 3.67 - <pluginExecution> 3.68 - <pluginExecutionFilter> 3.69 - <groupId>org.apache.maven.plugins</groupId> 3.70 - <artifactId>maven-dependency-plugin</artifactId> 3.71 - <versionRange>[2.3,)</versionRange> 3.72 - <goals> 3.73 - <goal>copy-dependencies</goal> 3.74 - </goals> 3.75 - </pluginExecutionFilter> 3.76 - <action> 3.77 - <ignore /> 3.78 - </action> 3.79 - </pluginExecution> 3.80 - </pluginExecutions> 3.81 - </lifecycleMappingMetadata> 3.82 - </configuration> 3.83 - </plugin> 3.84 - </plugins> 3.85 - </pluginManagement> 3.86 - 3.87 - <plugins> 3.88 - <plugin> 3.89 - <groupId>org.apache.maven.plugins</groupId> 3.90 - <artifactId>maven-compiler-plugin</artifactId> 3.91 - <configuration> 3.92 - <source>1.6</source> 3.93 - <target>1.6</target> 3.94 - <encoding>utf8</encoding> 3.95 - </configuration> 3.96 - </plugin> 3.97 - <plugin> 3.98 - <groupId>org.apache.maven.plugins</groupId> 3.99 - <artifactId>maven-dependency-plugin</artifactId> 3.100 - <version>2.3</version> 3.101 - <executions> 3.102 - <execution> 3.103 - <id>copy-dependencies</id> 3.104 - <phase>package</phase> 3.105 - <goals> 3.106 - <goal>copy-dependencies</goal> 3.107 - </goals> 3.108 - <configuration> 3.109 - <outputDirectory>${project.build.directory}</outputDirectory> 3.110 - <overWriteReleases>false</overWriteReleases> 3.111 - <overWriteSnapshots>false</overWriteSnapshots> 3.112 - <overWriteIfNewer>true</overWriteIfNewer> 3.113 - </configuration> 3.114 - </execution> 3.115 - </executions> 3.116 - </plugin> 3.117 - </plugins> 3.118 - </build> 3.119 -</project> 3.120 -
4.1 --- a/monetdb/pom.xml.releaseBackup Thu Mar 01 02:10:49 2012 +0200 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,111 +0,0 @@ 4.4 -<?xml version="1.0"?> 4.5 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.6 - 4.7 - <modelVersion>4.0.0</modelVersion> 4.8 - 4.9 - <parent> 4.10 - <groupId>eu.earthobservatory</groupId> 4.11 - <artifactId>strabon</artifactId> 4.12 - <version>3.1.0-SNAPSHOT</version> 4.13 - </parent> 4.14 - 4.15 - <groupId>org.openrdf.sesame</groupId> 4.16 - <artifactId>sesame-sail-monetdb</artifactId> 4.17 - <name>OpenRDF Sesame: MonetDBStore </name> 4.18 - <description>MonetDB Store Support</description> 4.19 - <packaging>jar</packaging> 4.20 - <version>3.1.0-SNAPSHOT</version> 4.21 - 4.22 - <url>http://maven.apache.org</url> 4.23 - 4.24 - <properties> 4.25 - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 4.26 - <sesame.version>2.6.3</sesame.version> 4.27 - </properties> 4.28 - 4.29 - 4.30 - <dependencies> 4.31 - <dependency> 4.32 - <groupId>org.openrdf.sesame</groupId> 4.33 - <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> 4.34 - </dependency> 4.35 - <dependency> 4.36 - <groupId>org.openrdf.sesame</groupId> 4.37 - <artifactId>sesame-sail-generaldb</artifactId> 4.38 - </dependency> 4.39 - <dependency> 4.40 - <groupId>org.openrdf.sesame</groupId> 4.41 - <artifactId>sesame-sail-rdbms</artifactId> 4.42 - </dependency> 4.43 - <dependency> 4.44 - <groupId>org.openrdf.sesame</groupId> 4.45 - <artifactId>sesame-sail-api</artifactId> 4.46 - </dependency> 4.47 - 4.48 - <dependency> 4.49 - <groupId>org.openrdf.sesame</groupId> 4.50 - <artifactId>sesame-queryalgebra-evaluation</artifactId> 4.51 - </dependency> 4.52 - <dependency> 4.53 - <groupId>org.openrdf.sesame</groupId> 4.54 - <artifactId>sesame-queryalgebra-model</artifactId> 4.55 - </dependency> 4.56 - <dependency> 4.57 - <groupId>org.openrdf.sesame</groupId> 4.58 - <artifactId>sesame-query</artifactId> 4.59 - </dependency> 4.60 - 4.61 - <dependency> 4.62 - <groupId>org.openrdf.sesame</groupId> 4.63 - <artifactId>sesame-model</artifactId> 4.64 - </dependency> 4.65 - 4.66 - <dependency> 4.67 - <groupId>info.aduna.commons</groupId> 4.68 - <artifactId>aduna-commons-collections</artifactId> 4.69 - </dependency> 4.70 - <dependency> 4.71 - <groupId>info.aduna.commons</groupId> 4.72 - <artifactId>aduna-commons-iteration</artifactId> 4.73 - </dependency> 4.74 - <dependency> 4.75 - <groupId>info.aduna.commons</groupId> 4.76 - <artifactId>aduna-commons-concurrent</artifactId> 4.77 - </dependency> 4.78 - 4.79 - <dependency> 4.80 - <groupId>org.slf4j</groupId> 4.81 - <artifactId>slf4j-api</artifactId> 4.82 - </dependency> 4.83 - 4.84 - <dependency> 4.85 - <groupId>commons-dbcp</groupId> 4.86 - <artifactId>commons-dbcp</artifactId> 4.87 - </dependency> 4.88 - 4.89 - <dependency> 4.90 - <groupId>junit</groupId> 4.91 - <artifactId>junit</artifactId> 4.92 - </dependency> 4.93 - 4.94 - 4.95 - <dependency> 4.96 - <groupId>junit</groupId> 4.97 - <artifactId>junit</artifactId> 4.98 - <version>4.7</version> 4.99 - <scope>test</scope> 4.100 - </dependency> 4.101 - <dependency> 4.102 - <groupId>monetdb</groupId> 4.103 - <artifactId>jdbcclient</artifactId> 4.104 - <version>3.0.0</version> 4.105 - </dependency> 4.106 - <!-- 4.107 - <dependency> 4.108 - <groupId>net.sf</groupId> 4.109 - <artifactId>log4jdbc3</artifactId> 4.110 - <version>1.2beta2</version> 4.111 - </dependency> 4.112 - --> 4.113 - </dependencies> 4.114 -</project>
5.1 --- a/postgis/pom.xml.releaseBackup Thu Mar 01 02:10:49 2012 +0200 5.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 5.3 @@ -1,112 +0,0 @@ 5.4 -<?xml version="1.0"?> 5.5 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 5.6 - 5.7 - <modelVersion>4.0.0</modelVersion> 5.8 - 5.9 - <parent> 5.10 - <groupId>eu.earthobservatory</groupId> 5.11 - <artifactId>strabon</artifactId> 5.12 - <version>3.1.0-SNAPSHOT</version> 5.13 - </parent> 5.14 - 5.15 - <groupId>org.openrdf.sesame</groupId> 5.16 - <artifactId>sesame-sail-postgis</artifactId> 5.17 - <name>OpenRDF Sesame: PostGISStore </name> 5.18 - <description>PostGIS Store Support</description> 5.19 - <packaging>jar</packaging> 5.20 - <version>3.1.0-SNAPSHOT</version> 5.21 - 5.22 - <url>http://maven.apache.org</url> 5.23 - 5.24 - <properties> 5.25 - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 5.26 - <sesame.version>2.6.3</sesame.version> 5.27 - </properties> 5.28 - 5.29 - 5.30 - <dependencies> 5.31 - <dependency> 5.32 - <groupId>org.openrdf.sesame</groupId> 5.33 - <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> 5.34 - </dependency> 5.35 - <dependency> 5.36 - <groupId>org.openrdf.sesame</groupId> 5.37 - <artifactId>sesame-sail-generaldb</artifactId> 5.38 - </dependency> 5.39 - <dependency> 5.40 - <groupId>org.openrdf.sesame</groupId> 5.41 - <artifactId>sesame-sail-rdbms</artifactId> 5.42 - </dependency> 5.43 - <dependency> 5.44 - <groupId>org.openrdf.sesame</groupId> 5.45 - <artifactId>sesame-sail-api</artifactId> 5.46 - </dependency> 5.47 - 5.48 - <dependency> 5.49 - <groupId>org.openrdf.sesame</groupId> 5.50 - <artifactId>sesame-queryalgebra-evaluation</artifactId> 5.51 - </dependency> 5.52 - <dependency> 5.53 - <groupId>org.openrdf.sesame</groupId> 5.54 - <artifactId>sesame-queryalgebra-model</artifactId> 5.55 - </dependency> 5.56 - <dependency> 5.57 - <groupId>org.openrdf.sesame</groupId> 5.58 - <artifactId>sesame-query</artifactId> 5.59 - </dependency> 5.60 - 5.61 - <dependency> 5.62 - <groupId>org.openrdf.sesame</groupId> 5.63 - <artifactId>sesame-model</artifactId> 5.64 - </dependency> 5.65 - 5.66 - <dependency> 5.67 - <groupId>info.aduna.commons</groupId> 5.68 - <artifactId>aduna-commons-collections</artifactId> 5.69 - </dependency> 5.70 - <dependency> 5.71 - <groupId>info.aduna.commons</groupId> 5.72 - <artifactId>aduna-commons-iteration</artifactId> 5.73 - </dependency> 5.74 - <dependency> 5.75 - <groupId>info.aduna.commons</groupId> 5.76 - <artifactId>aduna-commons-concurrent</artifactId> 5.77 - </dependency> 5.78 - 5.79 - <dependency> 5.80 - <groupId>org.slf4j</groupId> 5.81 - <artifactId>slf4j-api</artifactId> 5.82 - </dependency> 5.83 - 5.84 - <dependency> 5.85 - <groupId>commons-dbcp</groupId> 5.86 - <artifactId>commons-dbcp</artifactId> 5.87 - </dependency> 5.88 - 5.89 - <dependency> 5.90 - <groupId>junit</groupId> 5.91 - <artifactId>junit</artifactId> 5.92 - </dependency> 5.93 - 5.94 - <dependency> 5.95 - <groupId>postgresql</groupId> 5.96 - <artifactId>postgresql</artifactId> 5.97 - <scope>provided</scope> 5.98 - </dependency> 5.99 - 5.100 - 5.101 - <dependency> 5.102 - <groupId>junit</groupId> 5.103 - <artifactId>junit</artifactId> 5.104 - <version>4.7</version> 5.105 - <scope>test</scope> 5.106 - </dependency> 5.107 - <!-- 5.108 - <dependency> 5.109 - <groupId>net.sf</groupId> 5.110 - <artifactId>log4jdbc3</artifactId> 5.111 - <version>1.2beta2</version> 5.112 - </dependency> 5.113 - --> 5.114 - </dependencies> 5.115 -</project>
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/query.sh Thu Mar 01 02:13:33 2012 +0200 6.3 @@ -0,0 +1,17 @@ 6.4 +#!/bin/bash 6.5 +#BASE=/home/strabon/experiments/data/naive/10mil 6.6 +#10mil 0.01 11552771 6.7 +#100mil 0.0034 99758140 6.8 +#500mil 0.0015 512505143 6.9 +#1bil 0.001 1153249211 6.10 + 6.11 +DB="noa-d4_1" 6.12 +LOGPATH="/home/strabon/experiments/logs" 6.13 +STEP="0.01" 6.14 +TOTALTRIPLES="11552771" 6.15 + 6.16 +(cd jars/target && 6.17 +java -cp $(for file in `ls -1 *.jar`; do myVar=$myVar./$file":"; done; echo $myVar;) eu.earthobservatory.runtime.monetdb.QueryOp localhost 50000 $DB monetdb monetdb 6.18 +"PREFIX noa: <http://teleios.di.uoa.gr/ontologies/noaOntology.owl#> PREFIX clc: <http://teleios.di.uoa.gr/ontologies/clcOntology.owl#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX strdf: <http://strdf.di.uoa.gr/ontology#> PREFIX teleios: <http://teleios.di.uoa.gr/ontologies/noaOntology.owl#> PREFIX gag: <http://www.semanticweb.org/ontologies/2011/gagKallikratis.rdf#> PREFIX geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> PREFIX georss: <http://www.georss.org/georss/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX lgdo: <http://linkedgeodata.org/ontology/> PREFIX gn: <http://www.geonames.org/ontology#> PREFIX iman: <http://teleios.di.uoa.gr/ontologies/imageAnnotationOntology.owl#> PREFIX eolo: <http://www.dlr.de/ontologies/EOLO.owl#> SELECT ?h ?hGeo ?hAcqTime ?hConfidence ?hProvider ?hConfirmation ?hSensor WHERE { ?h a noa:Hotspot ; noa:hasGeometry ?hGeo ; noa:hasAcquisitionTime ?hAcqTime ; noa:hasConfidence ?hConfidence ; noa:isProducedBy ?hProvider ; noa:hasConfirmation ?hConfirmation ; noa:isDerivedFromSensor ?hSensor ; FILTER( \"2007-08-23T00:00:00\" <= str(?hAcqTime) && str(?hAcqTime) <= \"2007-08-26T23:59:59\" ) . FILTER( strdf:contains(\"POLYGON((21.027 38.36, 23.77 38.36, 23.77 36.05, 21.027 36.05, 21.027 38.36))\"^^strdf:WKT, ?hGeo) ) .}" 6.19 +XML) 6.20 +
7.1 --- a/resultio/pom.xml.releaseBackup Thu Mar 01 02:10:49 2012 +0200 7.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 7.3 @@ -1,86 +0,0 @@ 7.4 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 7.5 - 7.6 - <modelVersion>4.0.0</modelVersion> 7.7 - 7.8 - <parent> 7.9 - <groupId>eu.earthobservatory</groupId> 7.10 - <artifactId>strabon</artifactId> 7.11 - <version>3.1.0-SNAPSHOT</version> 7.12 - </parent> 7.13 - 7.14 - <groupId>org.openrdf.sesame</groupId> 7.15 - <artifactId>sesame-queryresultio-sparqlxml-spatial</artifactId> 7.16 - <name>OpenRDF Sesame: Query result IO - SPARQL/XML - Spatial</name> 7.17 - <description> Minimal spatial extensions of Query result parser and writer implementation for the SPARQL Query Results XML Format. </description> 7.18 - <packaging>jar</packaging> 7.19 - <version>3.1.0-SNAPSHOT</version> 7.20 - 7.21 - <properties> 7.22 - <sesame.version>2.6.3</sesame.version> 7.23 - <eu.earthobservatory.version>3.1.0-SNAPSHOT</eu.earthobservatory.version> 7.24 - </properties> 7.25 - 7.26 - <dependencies> 7.27 - 7.28 - <dependency> 7.29 - <groupId>org.openrdf.sesame</groupId> 7.30 - <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> 7.31 - <version>${eu.earthobservatory.version}</version> 7.32 - </dependency> 7.33 - <dependency> 7.34 - <groupId>org.openrdf.sesame</groupId> 7.35 - <artifactId>sesame-queryresultio-sparqlxml</artifactId> 7.36 - <version>${sesame.version}</version> 7.37 - </dependency> 7.38 - <dependency> 7.39 - <groupId>org.openrdf.sesame</groupId> 7.40 - <artifactId>sesame-queryalgebra-model</artifactId> 7.41 - <version>${sesame.version}</version> 7.42 - </dependency> 7.43 - <dependency> 7.44 - <groupId>org.openrdf.sesame</groupId> 7.45 - <artifactId>sesame-model</artifactId> 7.46 - <version>${sesame.version}</version> 7.47 - </dependency> 7.48 - <dependency> 7.49 - <groupId>org.openrdf.sesame</groupId> 7.50 - <artifactId>sesame-query</artifactId> 7.51 - <version>${sesame.version}</version> 7.52 - </dependency> 7.53 - <dependency> 7.54 - <groupId>org.openrdf.sesame</groupId> 7.55 - <artifactId>sesame-repository-sparql</artifactId> 7.56 - <version>${sesame.version}</version> 7.57 - </dependency> 7.58 - <!-- 7.59 - <dependency> 7.60 - <groupId>info.aduna.commons</groupId> 7.61 - <artifactId>aduna-commons-lang</artifactId> 7.62 - <version>2.10.0-SNAPSHOT</version> 7.63 - </dependency> 7.64 - --> 7.65 - 7.66 - <dependency> 7.67 - <groupId>org.slf4j</groupId> 7.68 - <artifactId>slf4j-api</artifactId> 7.69 - </dependency> 7.70 - <dependency> 7.71 - <groupId>org.slf4j</groupId> 7.72 - <artifactId>slf4j-simple</artifactId> 7.73 - </dependency> 7.74 - 7.75 - <dependency> 7.76 - <groupId>junit</groupId> 7.77 - <artifactId>junit</artifactId> 7.78 - </dependency> 7.79 - 7.80 - <dependency> 7.81 - <groupId>com.vividsolutions</groupId> 7.82 - <artifactId>jts</artifactId> 7.83 - <version>1.8</version> 7.84 - <type>jar</type> 7.85 - <scope>compile</scope> 7.86 - </dependency> 7.87 - </dependencies> 7.88 -</project> 7.89 -
8.1 --- a/runtime/pom.xml.releaseBackup Thu Mar 01 02:10:49 2012 +0200 8.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 8.3 @@ -1,269 +0,0 @@ 8.4 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 8.5 - 8.6 - <modelVersion>4.0.0</modelVersion> 8.7 - 8.8 - <parent> 8.9 - <groupId>eu.earthobservatory</groupId> 8.10 - <artifactId>strabon</artifactId> 8.11 - <version>3.1.0-SNAPSHOT</version> 8.12 - </parent> 8.13 - 8.14 - <groupId>eu.earthobservatory</groupId> 8.15 - <artifactId>strabon-runtime</artifactId> 8.16 - 8.17 - <name>Strabon: Runtime</name> 8.18 - <description>Runtime dependencies for Strabon</description> 8.19 - <packaging>jar</packaging> 8.20 - <version>3.1.0-SNAPSHOT</version> 8.21 - 8.22 - <properties> 8.23 - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 8.24 - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> 8.25 - 8.26 - <aduna.appbase.version>3.11.0</aduna.appbase.version> 8.27 - <spring.version>2.5.6</spring.version> 8.28 - </properties> 8.29 - 8.30 - 8.31 - <dependencies> 8.32 - <dependency> 8.33 - <groupId>org.openrdf.sesame</groupId> 8.34 - <artifactId>sesame-queryresultio-sparqlxml-spatial</artifactId> 8.35 - </dependency> 8.36 - <dependency> 8.37 - <groupId>org.openrdf.sesame</groupId> 8.38 - <artifactId>sesame-sail-postgis</artifactId> 8.39 - </dependency> 8.40 - <dependency> 8.41 - <groupId>org.openrdf.sesame</groupId> 8.42 - <artifactId>sesame-sail-monetdb</artifactId> 8.43 - </dependency> 8.44 - <dependency> 8.45 - <groupId>org.openrdf.sesame</groupId> 8.46 - <artifactId>sesame-sail-generaldb</artifactId> 8.47 - </dependency> 8.48 - <dependency> 8.49 - <groupId>org.openrdf.sesame</groupId> 8.50 - <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> 8.51 - </dependency> 8.52 - 8.53 - <dependency> 8.54 - <groupId>org.openrdf.sesame</groupId> 8.55 - <artifactId>sesame-queryalgebra-model</artifactId> 8.56 - </dependency> 8.57 - 8.58 - 8.59 - <dependency> 8.60 - <groupId>org.openrdf.sesame</groupId> 8.61 - <artifactId>sesame-queryalgebra-evaluation</artifactId> 8.62 - 8.63 - </dependency> 8.64 - 8.65 - <dependency> 8.66 - <groupId>org.openrdf.sesame</groupId> 8.67 - <artifactId>sesame-queryparser-api</artifactId> 8.68 - 8.69 - </dependency> 8.70 - 8.71 - <dependency> 8.72 - <groupId>org.openrdf.sesame</groupId> 8.73 - <artifactId>sesame-queryparser-sparql</artifactId> 8.74 - </dependency> 8.75 - 8.76 - <dependency> 8.77 - <groupId>org.openrdf.sesame</groupId> 8.78 - <artifactId>sesame-model</artifactId> 8.79 - </dependency> 8.80 - 8.81 - <dependency> 8.82 - <groupId>org.openrdf.sesame</groupId> 8.83 - <artifactId>sesame-sail-api</artifactId> 8.84 - </dependency> 8.85 - 8.86 - <dependency> 8.87 - <groupId>org.openrdf.sesame</groupId> 8.88 - <artifactId>sesame-query</artifactId> 8.89 - </dependency> 8.90 - 8.91 - <dependency> 8.92 - <groupId>org.openrdf.sesame</groupId> 8.93 - <artifactId>sesame-sail-rdbms</artifactId> 8.94 - </dependency> 8.95 - 8.96 - <dependency> 8.97 - <groupId>org.openrdf.sesame</groupId> 8.98 - <artifactId>sesame-repository-sail</artifactId> 8.99 - </dependency> 8.100 - 8.101 - <!-- GeoTools --> 8.102 - <dependency> 8.103 - <groupId>org.geotools.xsd</groupId> 8.104 - <artifactId>gt-xsd-kml</artifactId> 8.105 - </dependency> 8.106 - 8.107 - <dependency> 8.108 - <groupId>org.geotools</groupId> 8.109 - <artifactId>gt-xml</artifactId> 8.110 - </dependency> 8.111 - 8.112 - <dependency> 8.113 - <groupId>org.geotools</groupId> 8.114 - <artifactId>gt-epsg-hsql</artifactId> 8.115 - </dependency> 8.116 - 8.117 - <dependency> 8.118 - <groupId>org.geotools</groupId> 8.119 - <artifactId>gt-shapefile</artifactId> 8.120 - </dependency> 8.121 - 8.122 - <!-- Aduna Appbase --> 8.123 - <dependency> 8.124 - <groupId>info.aduna.appbase</groupId> 8.125 - <artifactId>aduna-appbase</artifactId> 8.126 - <version>${aduna.appbase.version}</version> 8.127 - <type>pom</type> 8.128 - <scope>import</scope> 8.129 - </dependency> 8.130 - 8.131 - <!-- Aduna Commons --> 8.132 - <!-- Note: other Aduna Commons dependencies are imported from appbase --> 8.133 - <dependency> 8.134 - <groupId>info.aduna.commons</groupId> 8.135 - <artifactId>aduna-commons-collections</artifactId> 8.136 - <version>2.8.0</version> 8.137 - </dependency> 8.138 - <dependency> 8.139 - <groupId>info.aduna.commons</groupId> 8.140 - <artifactId>aduna-commons-concurrent</artifactId> 8.141 - <version>2.7.0</version> 8.142 - </dependency> 8.143 - <dependency> 8.144 - <groupId>info.aduna.commons</groupId> 8.145 - <artifactId>aduna-commons-i18n</artifactId> 8.146 - <version>1.4.0</version> 8.147 - </dependency> 8.148 - <dependency> 8.149 - <groupId>info.aduna.commons</groupId> 8.150 - <artifactId>aduna-commons-iteration</artifactId> 8.151 - <version>2.10.0</version> 8.152 - </dependency> 8.153 - <dependency> 8.154 - <groupId>info.aduna.commons</groupId> 8.155 - <artifactId>aduna-commons-net-http-server-embedded</artifactId> 8.156 - <version>2.5.0</version> 8.157 - </dependency> 8.158 - 8.159 - <!-- Apache Commons --> 8.160 - <dependency> 8.161 - <groupId>commons-cli</groupId> 8.162 - <artifactId>commons-cli</artifactId> 8.163 - <version>1.2</version> 8.164 - </dependency> 8.165 - <dependency> 8.166 - <groupId>commons-dbcp</groupId> 8.167 - <artifactId>commons-dbcp</artifactId> 8.168 - <version>1.3</version> 8.169 - </dependency> 8.170 - <dependency> 8.171 - <groupId>commons-fileupload</groupId> 8.172 - <artifactId>commons-fileupload</artifactId> 8.173 - <version>1.2.1</version> 8.174 - </dependency> 8.175 - <dependency> 8.176 - <groupId>commons-io</groupId> 8.177 - <artifactId>commons-io</artifactId> 8.178 - <!-- this is the version that is specified as an optional dependency for fileupload --> 8.179 - <version>1.3.2</version> 8.180 - </dependency> 8.181 - <dependency> 8.182 - <groupId>commons-httpclient</groupId> 8.183 - <artifactId>commons-httpclient</artifactId> 8.184 - <version>3.1</version> 8.185 - <exclusions> 8.186 - <exclusion> 8.187 - <groupId>commons-logging</groupId> 8.188 - <artifactId>commons-logging</artifactId> 8.189 - </exclusion> 8.190 - <exclusion> 8.191 - <!-- httpclient includes older codec --> 8.192 - <groupId>commons-codec</groupId> 8.193 - <artifactId>commons-codec</artifactId> 8.194 - </exclusion> 8.195 - </exclusions> 8.196 - </dependency> 8.197 - <dependency> 8.198 - <groupId>commons-codec</groupId> 8.199 - <artifactId>commons-codec</artifactId> 8.200 - <version>1.4</version> 8.201 - <scope>runtime</scope> 8.202 - </dependency> 8.203 - 8.204 - <!-- Spring framework --> 8.205 - <dependency> 8.206 - <groupId>org.springframework</groupId> 8.207 - <artifactId>spring-aop</artifactId> 8.208 - <version>${spring.version}</version> 8.209 - <exclusions> 8.210 - <exclusion> 8.211 - <groupId>commons-logging</groupId> 8.212 - <artifactId>commons-logging</artifactId> 8.213 - </exclusion> 8.214 - </exclusions> 8.215 - </dependency> 8.216 - 8.217 - <!-- Compliance tests --> 8.218 - <dependency> 8.219 - <groupId>edu.lehigh.swat.bench</groupId> 8.220 - <artifactId>uba</artifactId> 8.221 - <version>1.7</version> 8.222 - </dependency> 8.223 - <dependency> 8.224 - <groupId>edu.lehigh.swat.bench</groupId> 8.225 - <artifactId>ubt</artifactId> 8.226 - <version>1.1</version> 8.227 - </dependency> 8.228 - 8.229 - <!-- JDBC Drivers --> 8.230 - 8.231 - <dependency> 8.232 - <groupId>postgresql</groupId> 8.233 - <artifactId>postgresql</artifactId> 8.234 - <version>9.0-801.jdbc3</version> 8.235 - </dependency> 8.236 - 8.237 - <dependency> 8.238 - <groupId>mysql</groupId> 8.239 - <artifactId>mysql-connector-java</artifactId> 8.240 - <version>5.1.15</version> 8.241 - </dependency> 8.242 - 8.243 - <!-- various --> 8.244 - <dependency> 8.245 - <groupId>cglib</groupId> 8.246 - <artifactId>cglib</artifactId> 8.247 - <version>2.2</version> 8.248 - </dependency> 8.249 - 8.250 - <!-- Testing: JUnit --> 8.251 - <dependency> 8.252 - <groupId>junit</groupId> 8.253 - <artifactId>junit</artifactId> 8.254 - <version>4.7</version> 8.255 - <scope>test</scope> 8.256 - </dependency> 8.257 - 8.258 - <dependency> 8.259 - <groupId>monetdb</groupId> 8.260 - <artifactId>jdbcclient</artifactId> 8.261 - <version>3.0.0</version> 8.262 - </dependency> 8.263 - <!-- 8.264 - <dependency> 8.265 - <groupId>net.sf</groupId> 8.266 - <artifactId>log4jdbc3</artifactId> 8.267 - <version>1.2beta2</version> 8.268 - </dependency> 8.269 - --> 8.270 - </dependencies> 8.271 -</project> 8.272 -