This git repository will house the definition profile for Provenance File Format (PFF).
The aim of PFF is to enable the capture of distributed provenance information during the creation of RO-Crates. The initial use-case is capture of provenance on HPC systems (SLURM), for adding standard user, project, system, metadata to the RO-Crate generated by SLURM after a job has finished.
- File names: user.pff, project.pff, system.pff.
- *.pff files will follow a LINK-ML schema (defined in this repository).
- Environment variable (PFFPATH) which contains multiple locations which will contain relevant files. All *.pff files within that path will be ingested. PFFPATH will be added to as part of shell initialisation process.
- A creation tool will be provided for these files. This will guide users in populating the appropriate files, and will validate the files against the LINK-ML schema.
- SLURM plugin will scan PFFPATH locations as job runs. *.pff files found will be validated against the schema, then metadata ingested.