Skip to content

Commit

Permalink
Fixed ontology iri parsing (version5) when annotation imports same iri
Browse files Browse the repository at this point in the history
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
vChavezB committed Mar 12, 2024
0 parents commit f5183f5
Show file tree
Hide file tree
Showing 2,622 changed files with 334,305 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
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
9 changes: 9 additions & 0 deletions .travis.yml
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
Loading

0 comments on commit f5183f5

Please sign in to comment.