We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So #50 is needed unless we can consistently create the same blind node id's
If you load the same release file, then you will not increase the triple count
If you run two release files from two different runs, then you will cause 'mutations' aka add triples, even though the files are the same.
TESTING UPLOADING WITH LOAD:
create a namespace. query for the triple count
select (count(?s) as ?count) where { ?s ?o ?a }
from the UPDATE UI you can use the two separately
LOAD <https://oss.geocodes-aws-dev.earthcube.org/ecrr/graphs/latest/ecrr_examples_release.nq>
LOAD <https://oss.geocodes-aws-dev.earthcube.org/ecrr/graphs/latest/ecrr_examples_release.nq
LOAD <https://oss.geocodes-aws-dev.earthcube.org/ecrr/graphs/archive/ecrr_examples/summoned__ecrr_examples_2024-07-02-03-53-50_release.nq>
The text was updated successfully, but these errors were encountered:
fils
valentinedwv
ylyangtw
No branches or pull requests
So #50 is needed unless we can consistently create the same blind node id's
If you load the same release file, then you will not increase the triple count
If you run two release files from two different runs, then you will cause 'mutations' aka add triples, even though the files are the same.
TESTING UPLOADING WITH LOAD:
create a namespace. query for the triple count
from the UPDATE UI you can use the two separately
LOAD <https://oss.geocodes-aws-dev.earthcube.org/ecrr/graphs/latest/ecrr_examples_release.nq
>LOAD <https://oss.geocodes-aws-dev.earthcube.org/ecrr/graphs/archive/ecrr_examples/summoned__ecrr_examples_2024-07-02-03-53-50_release.nq>
The text was updated successfully, but these errors were encountered: