generations#
Info#
Full Name |
generations |
Version |
4.0.0 |
Direct download (.csv + .md) |
|
Origin |
CSV File Structure#
Column Number |
Column Type |
Column Description |
---|---|---|
1 |
int |
The tail of the edge |
2 |
int |
The head of the edge |
3 |
str |
The label of the edge |
Graph Statistics#
Num Nodes |
Num Edges |
---|---|
129 |
273 |
Edges Statistics#
Edge Label |
Num Edge Label |
---|---|
type |
78 |
rest |
45 |
first |
45 |
onProperty |
27 |
intersectionOf |
18 |
equivalentClass |
17 |
someValuesFrom |
15 |
hasValue |
12 |
hasSex |
4 |
inverseOf |
2 |
sameAs |
2 |
hasParent |
2 |
hasChild |
2 |
range |
1 |
hasSibling |
1 |
versionInfo |
1 |
oneOf |
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}\]
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}\]
S -> subClassOf_r S subClassOf | subClassOf_r subClassOf
\[\begin{split}S \, \rightarrow \, \overline{type} \, S \, type \, \mid \, \overline{type} \, type \, \\\end{split}\]
S -> type_r S type | type_r type