Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Early draft owlet query expansion #1139

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

WIP: Early draft owlet query expansion #1139

wants to merge 8 commits into from

Conversation

matentzn
Copy link
Contributor

@matentzn matentzn commented Aug 6, 2023

Resolves #387

  • docs/ have been added/updated
  • tests have been added/updated
  • mvn verify says all tests pass
  • mvn site says all JavaDocs correct
  • CHANGELOG.md has been updated

WIP.

At the moment I am trying to use Owlet in query preprocessing. There are too many errors I need some more experienced coder to help me with. For example, I am unable to install the required jena libs for Owlet

Could not resolve dependencies for project org.obolibrary.robot:robot-core:jar:1.10.0-SNAPSHOT: Could not find artifact org.apache.jena:apache-jena-libs:jar:4.8.0 in central (https://repo.maven.apache.org/maven2)

But this is not all, I still need to see how I can leverage Owlet for ROBOT template validation.

robot-core/pom.xml Outdated Show resolved Hide resolved
robot-core/pom.xml Outdated Show resolved Hide resolved
@matentzn
Copy link
Contributor Author

matentzn commented Aug 8, 2023

@balhoff - have you tried building this branch?

No matter what I try, I still get:

[ERROR] Failed to execute goal on project robot-core: Could not resolve dependencies for project org.obolibrary.robot:robot-core:jar:1.10.0-SNAPSHOT: Could not find artifact org.apache.jena:apache-jena-libs:jar:4.1.0 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project robot-core: Could not resolve dependencies for project org.obolibrary.robot:robot-core:jar:1.10.0-SNAPSHOT: Could not find artifact org.apache.jena:apache-jena-libs:jar:4.1.0 in central (https://repo.maven.apache.org/maven2)

@balhoff balhoff self-requested a review September 9, 2023 15:55
@balhoff
Copy link
Contributor

balhoff commented Sep 9, 2023

@matentzn this should build now.

@matentzn
Copy link
Contributor Author

@balhoff this is a bit pushed back now, due to other priorities, but thanks a ton for sorting this out, will get to it!

@matentzn matentzn self-assigned this Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support DL query
2 participants