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
Users can already choose to add provenance assertions with LD Workbench:
CONSTRUCT{ ?dataset dct:created ?created. } WHERE { BIND(id:my-dataset as ?dataset) BIND(NOW() as ?created) }
But LD Workbench could also (optionally) automatically add such provenance assertions.
LD Workbench should automatically add provenance assertions by rewriting the SPARQL Generator query string before executing.
LD Workbench may be able to use environment variables that are common in CI pipelines, such as current user, current commit.
Maybe look into provenance models with Prof. Jacco van Ossenbruggen and/or Clariah.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Observation
Users can already choose to add provenance assertions with LD Workbench:
But LD Workbench could also (optionally) automatically add such provenance assertions.
Expected
LD Workbench should automatically add provenance assertions by rewriting the SPARQL Generator query string before executing.
Additional remarks
LD Workbench may be able to use environment variables that are common in CI pipelines, such as current user, current commit.
Maybe look into provenance models with Prof. Jacco van Ossenbruggen and/or Clariah.
The text was updated successfully, but these errors were encountered: