skos#

Info#

Full Name

skos

Version

4.0.0

Direct download

.tar.gz

Origin

.rdf

Graph Statistics#

Num Nodes

Num Edges

144

504

Edges Statistics#

Edge Label

Num Edge Label

type

70

type_r

70

definition

32

definition_r

32

isDefinedBy

32

isDefinedBy_r

32

label

32

label_r

32

subPropertyOf

24

subPropertyOf_r

24

comment

13

comment_r

13

scopeNote

11

scopeNote_r

11

inverseOf

8

inverseOf_r

8

range

6

range_r

6

domain

5

domain_r

5

contributor

3

contributor_r

3

disjointWith

3

disjointWith_r

3

creator

2

creator_r

2

example

2

example_r

2

first

2

first_r

2

rest

2

rest_r

2

description

1

description_r

1

seeAlso

1

seeAlso_r

1

subClassOf

1

subClassOf_r

1

title

1

title_r

1

unionOf

1

unionOf_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