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

Add example of OWL expression #13

Closed
wdahdul opened this issue Sep 14, 2018 · 3 comments
Closed

Add example of OWL expression #13

wdahdul opened this issue Sep 14, 2018 · 3 comments
Labels
documentation Issue concerning documentation good first issue Good for newcomers

Comments

@wdahdul
Copy link
Contributor

wdahdul commented Sep 14, 2018

In the documentation, please add an example of an OWL expression used to query entities

@hlapp hlapp added good first issue Good for newcomers documentation Issue concerning documentation labels Jan 16, 2019
@hlapp hlapp added this to To Do in Evolution 2019 Workshop Prep via automation May 17, 2019
@hlapp
Copy link
Member

hlapp commented Oct 18, 2019

@wdahdul can you remind me which query this is for. OntoTrace?

@hlapp hlapp removed this from To Do in Evolution 2019 Workshop Prep Oct 18, 2019
@hlapp hlapp added this to To do in SSB 2020 Workshop Prep via automation Oct 18, 2019
@wdahdul
Copy link
Contributor Author

wdahdul commented Oct 24, 2019

Yes, for OntoTrace queries using owl expressions (which currently doesn't work, see #14)

@hlapp
Copy link
Member

hlapp commented Jul 21, 2022

This is now added to the documentation in the upcoming v0.3.0 release:

# query using taxon and/or entity owl expressions resolved from label expressions
taxon_owl <- as.owl("Ictalurus", usesLabels = TRUE)
entity_owl <- as.owl("'fin' or ('part of' some 'fin')", usesLabels = TRUE)
nex <- get_ontotrace_data(taxon = taxon_owl, entity = entity_owl)

@hlapp hlapp closed this as completed Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issue concerning documentation good first issue Good for newcomers
Projects
No open projects
Development

No branches or pull requests

2 participants