Skip to content

Commit

Permalink
added bat and sh files to the zip, capitalized license file name
Browse files Browse the repository at this point in the history
[email protected] committed Apr 18, 2013

Verified

This commit was signed with the committer’s verified signature.
freya022 freya02
1 parent b3347a2 commit 83711b8
Showing 14 changed files with 33 additions and 10 deletions.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -5,10 +5,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>gedcom2sem</groupId>
<artifactId>gedcom2sem</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.4-SNAPSHOT</version>
<name>gedcom2sem</name>
<url>http://gedcom2sem.googlecode.com/</url>
<description>links gedcom databases with the semantic web</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<licenses>
<license>
<name>GNU General Public License</name>
File renamed without changes.
5 changes: 5 additions & 0 deletions src/main/assembly/zip.xml
Original file line number Diff line number Diff line change
@@ -35,6 +35,11 @@
<include>*.txt</include>
</includes>
</fileSet>
<fileSet>
<directory>${project.basedir}/src/main/scripts/</directory>
<outputDirectory>/</outputDirectory>
<filtered>true<!-- fill in the proper jar name --></filtered>
</fileSet>
<!-- adds jar package to the root directory of zip package -->
<fileSet>
<directory>${project.build.directory}</directory>
18 changes: 9 additions & 9 deletions src/main/resources/reports/classmates.arq
Original file line number Diff line number Diff line change
@@ -12,16 +12,16 @@
#########################################################################

### from external data
PREFIX dbo: <http://dbpedia.org/ontology/>
PREFIX dbr: <http://dbpedia.org/resource/>
PREFIX dbp: <http://dbpedia.org/property/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX dbo: <http://dbpedia.org/ontology/>
PREFIX dbr: <http://dbpedia.org/resource/>
PREFIX dbp: <http://dbpedia.org/property/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wgs84: <http://www.w3.org/2003/01/geo/wgs84_pos#>
PREFIX gn: <http://www.geonames.org/ontology#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX bio: <http://purl.org/vocab/bio/0.1/>
PREFIX gn: <http://www.geonames.org/ontology#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX bio: <http://purl.org/vocab/bio/0.1/>

### converted gedcom
PREFIX t: <http://purl.org/vocab/vnd/gedcom2sem.googlecode.com/2013-01-13/GedcomTags/type#>
2 changes: 2 additions & 0 deletions src/main/scripts/convert.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
java -Xmx1024M -cp ${project.build.finalName}.jar gedcom2sem.gedsem.Convert conf\prefixes.ttl conf\rules\basic.rules conf\rules\additional.rules test\kennedy.ged test\geoMashup.rules test\integration.rules test\geoNamesCache.ttl kennedy.ttl
pause
1 change: 1 addition & 0 deletions src/main/scripts/convert.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -Xmx1024M -cp gedcom2sem-0.2.3-SNAPSHOT.jar gedcom2sem.gedsem.Convert conf/prefixes.ttl conf/rules/basic.rules conf/rules/additional.rules test/kennedy.ged test/geoMashup.rules test/integration.rules test/geoNamesCache.ttl kennedy.ttl
2 changes: 2 additions & 0 deletions src/main/scripts/html-report.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
java -Xmx1024M -cp ${project.build.finalName}.jar gedcom2sem.semweb.Select conf\result-to-html.xsl conf\reports\AgeDiffBetweenSpouses.arq kennedy.ttl kennedy-age-diffs.html
pause
1 change: 1 addition & 0 deletions src/main/scripts/html-report.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -Xmx1024M -cp gedcom2sem-0.2.3-SNAPSHOT.jar gedcom2sem.semweb.Select conf/result-to-html.xsl conf/reports/AgeDiffBetweenSpouses.arq kennedy.ttl kennedy-age-diffs.html
2 changes: 2 additions & 0 deletions src/main/scripts/kml.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
java -Xmx1024M -cp ${project.build.finalName}.jar gedcom2sem.semweb.KmlGenerator conf\kml-by-birth.properties conf\reports\places-by-birth.arq kennedy.ttl kennedy.kml
pause
1 change: 1 addition & 0 deletions src/main/scripts/kml.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -Xmx1024M -cp gedcom2sem-0.2.3-SNAPSHOT.jar gedcom2sem.semweb.KmlGenerator conf/kml-by-birth.properties conf/reports/places-by-birth.arq kennedy.ttl kennedy.kml
2 changes: 2 additions & 0 deletions src/main/scripts/select.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
java -Xmx1024M -cp ${project.build.finalName}.jar gedcom2sem.semweb.Select conf\reports\places-by-birth.arq kennedy.ttl kennedy-by-birth.txt
pause
1 change: 1 addition & 0 deletions src/main/scripts/select.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -Xmx1024M -cp gedcom2sem-0.2.3-SNAPSHOT.jar gedcom2sem.semweb.Select conf/reports/places-by-birth.arq kennedy.ttl kennedy-by-birth.txt
2 changes: 2 additions & 0 deletions src/main/scripts/transform.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
java -Xmx1024M -cp ${project.build.finalName}.jar gedcom2sem.gedsem.Transform conf\prefixes.ttl conf\rules\foaf.rules conf\rules\bio test\primaryTopicOf.rules conf\rules\provenance test\geoMashup.rules test\integration.rules test\kennedy-mini.ged kennedy-mini.rdf
pause
1 change: 1 addition & 0 deletions src/main/scripts/transform.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -Xmx1024M -cp gedcom2sem-0.2.3-SNAPSHOT.jar gedcom2sem.gedsem.Transform conf/prefixes.ttl conf/rules/foaf.rules conf/rules/bio test/primaryTopicOf.rules conf/rules/provenance test/geoMashup.rules test/integration.rules test/kennedy-mini.ged kennedy-mini.rdf

0 comments on commit 83711b8

Please sign in to comment.