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

ttl standard for emmo #204

Merged
merged 4 commits into from
Aug 22, 2021
Merged

ttl standard for emmo #204

merged 4 commits into from
Aug 22, 2021

Conversation

francescalb
Copy link
Collaborator

Made loading of ttl version standard for emmo, emmo-inferrred and development version.
Corrected test_catalog (change search for ttl and not owl in catalog) and test_load accordingly (added owl version for testing of owl)

Copy link
Collaborator

@jesper-friis jesper-friis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks very good

@@ -18,6 +18,11 @@
emmo = get_ontology('emmo-development').load() # ttl format
assert emmo.Atom.prefLabel.first() == 'Atom'

emmo = get_ontology('https://emmo-repo.github.io/latest-stable/'
'emmo-inferred.owl').load() # owl format
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also switch to ttl here? Both owl and ttl is available.

@jesper-friis jesper-friis merged commit a251ddc into master Aug 22, 2021
@jesper-friis jesper-friis deleted the ttl_standard_for_emmo branch August 22, 2021 10:13
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.

test_catalog fails because seraching for .owl in emmo/master
2 participants