forked from owlcs/owlapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed ontology iri parsing (version5) when annotation imports same iri
This fix adds a condition to check wether the parsed IRIs are used as subject for the owl#imports. This fix is based on the PR for version4 owlcs#1117 Signed-off-by: Victor Chavez <[email protected]>
- Loading branch information
0 parents
commit f5183f5
Showing
2,622 changed files
with
334,305 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.classpath | ||
.project | ||
.settings | ||
*.iml | ||
*.class | ||
target/ | ||
bin/ | ||
.idea | ||
*.iws | ||
*.ipr | ||
.DS_Store | ||
felix-cache | ||
dependency-reduced-pom.xml | ||
/reports/ | ||
pom.xml.versionsBackup |
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,9 @@ | ||
sudo: false | ||
cache: | ||
directories: | ||
- $HOME/.m2 | ||
|
||
language: java | ||
script: "mvn verify" | ||
jdk: | ||
- openjdk8 |
Oops, something went wrong.