sampleproject#

Info#

Full Name

sampleproject

Direct download

.tar.gz

Source

sampleproject

Graph Statistics#

Num Nodes

Num Edges

148

632

Edges Statistics#

Edge Label

Num Edge Label

specializationOf

64

specializationOf_r

64

used

40

used_r

40

wasAssociatedWith

50

wasAssociatedWith_r

50

wasAttributedTo

64

wasAttributedTo_r

64

wasDerivedFrom

40

wasDerivedFrom_r

40

wasGeneratedBy

58

wasGeneratedBy_r

58

Canonical Grammar#

This grammar describes derivation chains in provenance graphs. The start nonterminal is \(S\).

\[\begin{split}S \, \rightarrow \, Step \mid S \, Step \, \\ Step \, \rightarrow \, used_r \, Generated \mid wasDerivedFrom_r \, \\ Generated \, \rightarrow \, wasGeneratedBy_r \, \\\end{split}\]

Pyformlang CFG:

S -> Step
S -> S Step
Step -> used_r Generated
Step -> wasDerivedFrom_r
Generated -> wasGeneratedBy_r