generations#

Info#

Full Name

generations

Version

4.0.0

Direct download

.tar.gz

Origin

link

Graph Statistics#

Num Nodes

Num Edges

129

546

Edges Statistics#

Edge Label

Num Edge Label

type

78

type_r

78

first

45

first_r

45

rest

45

rest_r

45

onProperty

27

onProperty_r

27

intersectionOf

18

intersectionOf_r

18

equivalentClass

17

equivalentClass_r

17

someValuesFrom

15

someValuesFrom_r

15

hasValue

12

hasValue_r

12

hasSex

4

hasSex_r

4

hasChild

2

hasChild_r

2

hasParent

2

hasParent_r

2

inverseOf

2

inverseOf_r

2

sameAs

2

sameAs_r

2

hasSibling

1

hasSibling_r

1

oneOf

1

oneOf_r

1

range

1

range_r

1

versionInfo

1

versionInfo_r

1

Canonical grammars#

Nested parentheses grammars introduced in "Context-Free Path Queries on RDF Graphs". Template for these grammars is described on the Nested Parentheses page.

\[\begin{split}S \, \rightarrow \, \overline{subClassOf} \, S \, subClassOf \, \mid \, \overline{subClassOf} \, subClassOf \, \\ S \, \rightarrow \, \overline{type} \, S \, type \, \mid \, \overline{type} \, type \, \\\end{split}\]

Pyformlang CFG:

S -> subClassOf_r S subClassOf | subClassOf_r subClassOf
S -> type_r S type | type_r type

\[\begin{split}S \, \rightarrow \, \overline{subClassOf} \, S \, subClassOf \, \mid \, \overline{subClassOf} \, subClassOf \, \\\end{split}\]

Pyformlang CFG:

S -> subClassOf_r S subClassOf | subClassOf_r subClassOf

\[\begin{split}S \, \rightarrow \, \overline{type} \, S \, type \, \mid \, \overline{type} \, type \, \\\end{split}\]

Pyformlang CFG:

S -> type_r S type | type_r type