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

Feature/generic return owx reader #115

Merged
merged 5 commits into from
Jul 4, 2024
Merged

Conversation

phillord
Copy link
Owner

@phillord phillord commented Jul 3, 2024

I plan to merge this to address the issues raised here.

#113

Please let me know if there are any objections.

Previously the OWX reader could only return a SetOntology<Rc<str>>,
which meant it must be transfered to what ever Ontology type was
needed if this was not right. Now it can return any type of
MutableOntology.
RDFOntology is now a trait.
The old RDFOntology struct is now called ConcreteRDFOntology.
Quite a few trait implementations, particularly Default have been added.
Also add bench compile to pre-commit-config
@phillord phillord merged commit b312472 into devel Jul 4, 2024
2 checks passed
@filippodebortoli filippodebortoli added enhancement New feature or request API This concerns horned as a library labels Jul 4, 2024
@filippodebortoli filippodebortoli deleted the feature/generic-return-owx-reader branch November 13, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API This concerns horned as a library enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants