HW-SWeL / BMUSE

Bioschemas Mark Up Scraper and Extractor
https://app.swaggerhub.com/apis-docs/swel/BMUSE/
Apache License 2.0
3 stars 5 forks source link

Add provenance property to track domain data is harvested from #84

Open AlasdairGray opened 3 years ago

AlasdairGray commented 3 years ago

From @egonw

[For] each graph [have] a domain triple giving just the domain, e.g. for a MassBank MolecularEntity the graph would have ?g somePredicate: "massbank.eu"

From @albangaignard

You could use

  • prov:wasDerivedFrom, but that needs an IRI as it is an object property
  • prov:atLocation with the URL of the location
AlasdairGray commented 3 years ago

We could use either

I think my preference would be pav:providedBy with the hostname as the value.

AlasdairGray commented 3 years ago

Note that when datasets come from the same site, e.g. BioSamples and Chembl both provided by https://ebi.ac.uk/, then these will be seen as coming from the same site.