atom#

Info#

Full Name

atom_primitive

Version

4.0.0

Direct download

.tar.gz

Origin

link

Graph Statistics#

Num Nodes

Num Edges

291

850

Edges Statistics#

Edge Label

Num Edge Label

type

138

type_r

138

label

129

label_r

129

subClassOf

122

subClassOf_r

122

comment

11

comment_r

11

domain

5

domain_r

5

range

5

range_r

5

subPropertyOf

4

subPropertyOf_r

4

creator

2

creator_r

2

date

1

date_r

1

description

1

description_r

1

format

1

format_r

1

imports

1

imports_r

1

language

1

language_r

1

publisher

1

publisher_r

1

seeAlso

1

seeAlso_r

1

title

1

title_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