-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for loading to default graph. (#51)
* Added support for loading to default graph. * Added classpath property since owl-load runs as a subprocess. * Switched to a different API for loading to the default graph. * Export OntologyIrisPath * Several changes: 1. Owlload - Now supports incremental loading - Now supports query service param - Now supports passing username/password param - Now supports loading to default param - Now supports iris path param 2. OwlQuery - Now supports query service param 3. OwlShacl - Now supports shacl service param 4. OwlStartFuseki - Now supports classpath param - Now supports jvm arguments param - Fix cmdline for port and max pings * typo * Added docs to owl-reason for the new outputOntologyIrisPath param * Updates per discussion w/ @melaasar * For start fuseki, make the output folder an internal gradle property to avoid it being hashed for determining whether the task is up-to-date * Fixed deresolveURI logic w/ file separator. * parallel loading with prefixing of task output. * Fixed deresolveURI for correct changed iri handling. * Multiple fixes: - Make incremental model default for OwlLoad and print to stdout - Dispose OWL reasoner when done * Remove task name from OwlLoad main method --------- Co-authored-by: Maged Elaasar <[email protected]>
- Loading branch information
1 parent
426e2ed
commit df89f46
Showing
20 changed files
with
1,068 additions
and
640 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ build | |
.launch | ||
*.eml | ||
*.iml | ||
.history |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
subprojects { | ||
group = 'io.opencaesar.owl' | ||
version = '2.6.1' | ||
version = '2.7.0' | ||
|
||
ext.versions = [ | ||
owl: '5.1.17', | ||
|
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
163 changes: 0 additions & 163 deletions
163
owl-load-gradle/src/main/java/io/opencaesar/owl/load/OwlCatalog.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.