-
Notifications
You must be signed in to change notification settings - Fork 45
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 owlready2-based OntologyConcept #141
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
baae59a
add pycharm tips
e929478
add OntologyOwl class using OwlReady2 to fetch object classes by onto…
399f500
BulletWorldTestCase add OntologyOWL init
ab4181f
OntologyHandheldObject, OntologyPlaceHolderObject + DesignatorDescrip…
7e8bca8
add ontology.ipynb
176640b
abbrev -> full-named vars
c256249
new-pycram-ci.yml install ontology deps
5db24bb
doc/source/examples.rst Add Ontology notebook section
830a8a7
Merge branch 'dev' into onto_concept
6c46980
update after merge from dev
2a21fc5
add OntologyConceptHolder, wrapping owlready2.Thing
f85d0ba
OntologyConceptHolder fix get_ontology_concept_holders_by_class()
47acbf6
OntologyManager put ontology loading into load_ontology()
e9ac814
Merge branch 'dev' into tmp_onto_concept
1e4ab04
OntologyConceptHolder typehint
a6971b3
Merge branch 'dev' into tmp_onto_concept
a0bfc51
Ontology.ipynb print just a few examples of classes-query results only
9b526ea
Add OntologyConceptHolderStore as singleton to store all instances of…
a028b6f
OntologyConceptHolderStore: get_ontology_concept_of_designator() more…
7a3ed97
ontology.ipynb correct text
f1853df
ontology.ipynb Example2: resolve by ontology_concept_holder to be exact
d6714d4
More typehint for None possible return
fdba8a4
ontology.ipynb typo
308bf59
ontology.ipynb correct text
b57a166
OntologyManager fetch soma, dul safely
4cb9888
load_ontology() always return ontology + namespace, which can never b…
f3749ff
address comment docstrings
8f836cb
Merge branch 'dev' into onto_concept
ed817eb
create_ontology_linked_designator() designator_name -> object_name
aef78a2
Merge branch 'dev' into onto_concept
ff5d61f
fix after merge with devel: rem spawning plane object due to existing…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this and add the requirement to requirements.txt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Subject to our consensus on whether to make Ontology integration as optional or not.