Feature/128 model implementation#153
Merged
MaillPierre merged 11 commits intoMay 28, 2025
Merged
Conversation
…nto feature/128-model-implementation
…e/128-model-implementation
- Added CoreseTyped class for handling typed literals, extending AbstractStringLiteral. - Introduced AbstractBNode class for blank node representation in RDF graphs. - Created NamespaceAware interface for models supporting RDF namespaces. - Developed AbstractNamespace class as a base implementation for namespaces. - Implemented ReadOnlyModel class to provide a read-only view of RDF models. - Added CoreseModel class to manage RDF operations backed by Corese Graph. - Introduced CoreseValueConverter for converting between Corese Nodes and RDF4J Values. - Created EmptyModel class to block access to all statements, allowing only namespace operations. - Developed FilteredModel class to provide filtered views over RDF models based on subject, predicate, object, and context.
… to separate file
|
MaillPierre
reviewed
May 28, 2025
Contributor
There was a problem hiding this comment.
Why does this class exists ?
MaillPierre
reviewed
May 28, 2025
| import fr.inria.corese.core.next.api.Statement; | ||
| import fr.inria.corese.core.next.api.Value; | ||
| import fr.inria.corese.core.next.api.base.model.AbstractModel; | ||
|
|
Contributor
There was a problem hiding this comment.
Missing Class comment about how it is a filtered view on a Model that must give a restricted access to triples but modifying the FilteredModel must modify the Model
MaillPierre
requested changes
May 28, 2025
Contributor
MaillPierre
left a comment
There was a problem hiding this comment.
Just waiting for english comment then it's all good
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.