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

Optimise imports #48

Open
ddeboer opened this issue Dec 13, 2023 · 0 comments
Open

Optimise imports #48

ddeboer opened this issue Dec 13, 2023 · 0 comments

Comments

@ddeboer
Copy link
Member

ddeboer commented Dec 13, 2023

  • Store date imported.
  • When a Last-Modified header is available from DistributionAnalyzer, compare that do the date imported. If older, don’t re-import.

In PROV-O perhaps:

[] a prov:Entity ;
  prov:wasDerivedFrom <URL of distribution> ,
  prov:wasGeneratedBy [
    a prov:Activity ,
    prov:startedAtTime … ,
    prov:endedAtTime ,
  ]
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