Skip to content
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

Feature: Automatically add provenance assertions #38

Open
wouterbeek opened this issue Jan 22, 2024 · 0 comments
Open

Feature: Automatically add provenance assertions #38

wouterbeek opened this issue Jan 22, 2024 · 0 comments

Comments

@wouterbeek
Copy link
Collaborator

wouterbeek commented Jan 22, 2024

Observation

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant