-
Notifications
You must be signed in to change notification settings - Fork 4
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
Neat 318 add query module to graph #508
Conversation
…AT-318-Add-query-module-to-graph
☂️ Python Coverage
Overall Coverage
New Files
Modified Files
|
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.
If I understand this PR correctly, this is mainly moving code around, it is not much new.
The only thing that reacted to, should the queries
package be inside the store
? As it is mostly a helper, and not a core concept, like extractors
, store
, loader
, or transformer
[0.82.00] - 21-06-24
Added
query
module underneat.graph
which holds previous_Queries
classSPARQL
CONSTRUCT
queries based onrdfpath
transformations defined inInformationRules
NeatGraphStore.read
method which takes class and returns all instances of that classNeatGraphStore.read
method which entails end-to-end process of loading triples, inferring data model and reading instances of a classChanged
DMSLoader
now uses.read
method ofNeatGraphStore