Skip to main content

Construct PROV-O compliant provenance graphs.

Project description

The package supports the creation of PROV-O compliant provenance graphs.

The package requires Python 3.11.

Installation

You can install the package from the Python Package Index (PyPI):

pip install provo

Contents

The package implements the PROV-O starting point classes Entity, Activity and Agent as Python classes with methods to establish starting point properties between instances of these classes.

Features

The package’s objective is it to support the programmatical creation of provenance graphs that are compliant with the W3C Recommendation PROV-O: The PROV Ontology. Users of the package shall be enabled to tightly couple the generation of data with the generation of their provenance. As the package implements PROV-O, the created graph is exportable as an RDF document. Finally, the graph can be exported as a mermaid flowchart with some configuration options to adjust the style of the resulting chart.

Compliance

  • The PROV-O classes Entity, Activity, and Agent are implemented as Python classes.

  • The PROV-O properties wasGeneratedBy, wasDerivedFrom, wasAttributedTo, startedAtTime, used, wasInformedBy, endedAtTime, wasAssociatedWith, and actedOnBehalfOf are implemented as instance methods of their according classes.

  • Attributes that are passed to these methods are type-checked to enforce compliance with PROV-O.

  • Node Ids are checked for validity.

  • (Accidental) use of the same ID for different objects throws an error.

Ease of Use

  • The package implements full type hint support, thus enabling rich support from the IDE.

  • The classes Provence_Ontology_Graph, Entity, Activity, and Agent can be printed to terminal in a user-friendly, readable way with the default print() command.

  • For some quick testing, objects of the classes Entity, Activity, and Agent can be instantiated with auto-generated Ids (although it’s not recommended using this for production).

  • Export as mermaid flowchart to review the graph visually.

Interface to RDF via the rdflib package

  • The graph’s contents can be converted to an rdflib.Graph object.

  • The graph can be exported in various RDF serializations.

Manual

https://github.com/rue-a/provo#manual

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

provo-1.0.4.tar.gz (17.7 kB view details)

Uploaded Source

Built Distribution

provo-1.0.4-py3-none-any.whl (13.6 kB view details)

Uploaded Python 3

File details

Details for the file provo-1.0.4.tar.gz.

File metadata

  • Download URL: provo-1.0.4.tar.gz
  • Upload date:
  • Size: 17.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for provo-1.0.4.tar.gz
Algorithm Hash digest
SHA256 8f539651672a6602dc4b873b78cce819ed69dff95d02502409809e3873bbacc7
MD5 30503ab6d8fc3055916cc9cc1a2e8fc4
BLAKE2b-256 0f7b1a1bc053c064a8772223c931058be9d3caa9b1246294b8fa35f97168b2e7

See more details on using hashes here.

File details

Details for the file provo-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: provo-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 13.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for provo-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d0dc1081778f3ab90da0bc335ea38daa55fccc9fe2a3643f83e3aefa974d4005
MD5 7680defec8f6c1ad111e794cc4f74cab
BLAKE2b-256 ee73f5386c8ccb326eb6465ecbfbd0e432a68880e2a5fd1b0893a0b27e1f1ae4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page