wine#

Info#

Full Name

wine

Version

4.0.0

Direct download (.csv + .md)

.tar.gz

Origin

.rdf

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

733

1839

Edges Statistics#

Edge Label

Num Edge Label

type

485

rest

252

first

252

onProperty

174

subClassOf

126

hasValue

115

locatedIn

65

intersectionOf

56

hasMaker

52

hasFlavor

43

hasBody

41

hasSugar

40

oneOf

31

allValuesFrom

28

maxCardinality

22

range

10

domain

7

cardinality

6

subPropertyOf

5

distinctMembers

5

label

3

differentFrom

3

comment

3

minCardinality

2

madeFromGrape

2

inverseOf

2

someValuesFrom

1

disjointWith

1

imports

1

priorVersion

1

hasColor

1

yearValue

1

adjacentRegion

1

unionOf

1

hasVintageYear

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