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

TODO #1

Open
PR0CK0 opened this issue Jul 22, 2022 · 6 comments
Open

TODO #1

PR0CK0 opened this issue Jul 22, 2022 · 6 comments

Comments

@PR0CK0
Copy link
Owner

PR0CK0 commented Jul 22, 2022

RDFLib/rdflib#559

@PR0CK0
Copy link
Owner Author

PR0CK0 commented Jul 25, 2022

Automatic IRI templating to sentence case or underscore.

Potential template config files?

Currently, a lexicon entry like Adirondack mountains will be minted into an IRI like ooo:Adirondackmountains... which is ugly. it's a simple fix but i wonder about minting IRIs off of templates, e.g.:
AdirondackMountains
Adirondack_Mountains
Adirondack-Mountains
etc.

@PR0CK0
Copy link
Owner Author

PR0CK0 commented Jul 25, 2022

Automatic serialization each write, so we don't lose progress if we're halfway deep into a 100 line lexicon, for instance.

Needs ability to resume a previous lexicon entry, working from an in progress turtle file.

@PR0CK0
Copy link
Owner Author

PR0CK0 commented Jul 25, 2022

Ability to backtrack if a mistake is made.

@PR0CK0
Copy link
Owner Author

PR0CK0 commented Jul 25, 2022

Ability to subclass classes you've instantiated (not just BFO ones).

@PR0CK0
Copy link
Owner Author

PR0CK0 commented Jul 25, 2022

This is not my expertise... is it possible to have an interactive console, i.e., can I output a bit of text that is clickable? I don't think so. Must investigate, because it would probably be even quicker to click through the taxonomy to assert subclassing, instead of putting numbers. The idea with numbers is because BFO only has a few subclasses for each class (at most 4 or 5), so a dedicated ontologist could sit with one hand on their numpad and spit out a turtle file in a few minutes.

@PR0CK0
Copy link
Owner Author

PR0CK0 commented Jul 26, 2022

Can we use NLP to infer continuant/occurent based on the input term?

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

No branches or pull requests

1 participant