people#
Info#
Full Name |
people_pets |
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 |
---|---|
337 |
640 |
Edges Statistics#
Edge Label |
Num Edge Label |
---|---|
type |
161 |
label |
95 |
comment |
95 |
rest |
57 |
first |
57 |
subClassOf |
33 |
onProperty |
33 |
someValuesFrom |
25 |
intersectionOf |
22 |
equivalentClass |
21 |
allValuesFrom |
6 |
has_pet |
6 |
range |
5 |
unionOf |
4 |
disjointWith |
4 |
subPropertyOf |
3 |
inverseOf |
3 |
domain |
2 |
complementOf |
2 |
service_number |
1 |
maxCardinality |
1 |
drives |
1 |
reads |
1 |
minCardinality |
1 |
is_pet_of |
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