-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fetch complete dataset graphs #9
Comments
Do we have a situation for graph of depth 3 ( i.e. ?p3 ?O3) ? |
Yes, it seems like the EDP data contains such constructs. |
example from |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please ensure that a complete graph of a dataset is fetched.
E.g. the code below would not include a o3:
?dataSet ?predicate ?object
?object ?p2 ?o2
?o2 ?p3 ?o3
https://github.com/projekt-opal/converter/blob/developer/dataset-fetcher/src/main/java/org/diceresearch/datasetfetcher/utility/DataSetFetcher.java#L231
The text was updated successfully, but these errors were encountered: