-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added bat and sh files to the zip, capitalized license file name
1 parent
b3347a2
commit 83711b8
Showing
14 changed files
with
33 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |