Skip to content

Lineage Tracking

Data lineage using PROV-O.

Example

:target_table prov:wasDerivedFrom :source_table ;
              prov:wasGeneratedBy :etl_pipeline .

:etl_pipeline prov:used :source_table ;
              prov:wasAssociatedWith :data_eng_team .

Querying Lineage

Use SPARQL to query lineage graphs.