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

Refactoring vocab module and fix potentially broken methods. #61

Conversation

filippodebortoli
Copy link
Collaborator

This relates to #60 and introduces the tests therein mentioned.
Additionally, I refactored vocab::is_annotation_builtin() to use built-in iterator methods.

@filippodebortoli filippodebortoli added bug Something isn't working good first issue Good for newcomers labels Feb 15, 2023
@filippodebortoli filippodebortoli added this to the At some point milestone Feb 15, 2023
@filippodebortoli filippodebortoli marked this pull request as draft February 15, 2023 10:20
@filippodebortoli filippodebortoli linked an issue Feb 22, 2023 that may be closed by this pull request
9 tasks
@phillord
Copy link
Owner

Sorry for long delay.

I think this is a good change. There isn't a need for IRIString (as a new type) now and we might as well ditch it.

I guess you have some more changes to come?

phillord and others added 15 commits March 1, 2024 11:46
It is now possible to distinguish between an Axiom, SWRL rule or meta
component in constant time.
Mostly in documentation and local variables.
* Add `AnonymousIndividual` variant to `AnnotationValue`
* Add test for OWX-roundtripping of anonymous anotation values
* Implement `From<AnonymousIndividual>` for `AnnotationValue`
* Implement parsing of `AnonymousIndividual` annotation values for OWL/XML
* Implement parsing of `AnonymousIndividual` annotation values for RDF/XML
* Minimize `src/ont/owl-rdf/anonymous-annotation-value.owl`
@filippodebortoli
Copy link
Collaborator Author

I am closing this, as I have messed up the rebasing. I am opening a new PR with all the changes and properly rebased on top of devel.

@filippodebortoli filippodebortoli deleted the fixes/broken-tests-vocabulary branch March 1, 2024 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactoring vocab module and fix potentially broken methods.
4 participants