forked from nrpowell/grakn-kbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wordnetOntology.gql
84 lines (70 loc) · 1.89 KB
/
wordnetOntology.gql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
insert
word sub entity
has name
plays instance-left
plays instance-right
plays type-left
plays type-right
plays meronym-left
plays meronym-right
plays holonym-left
plays holonym-right
plays partof-left
plays partof-right
plays haspart-left
plays haspart-right
plays subinstance-left
plays subinstance-right
plays domainregion-left
plays domainregion-right
plays syndomaintopic-left
plays syndomaintopic-right
plays similar-left
plays similar-right
plays domaintopic-left
plays domaintopic-right;
instance-left sub role; instance-right sub role;
has-instance sub relation
relates instance-left
relates instance-right;
type-left sub role; type-right sub role;
type-of sub relation
relates type-left
relates type-right;
meronym-left sub role; meronym-right sub role;
meronym sub relation
relates meronym-left
relates meronym-right;
holonym-left sub role; holonym-right sub role;
holonym sub relation
relates holonym-left
relates holonym-right;
partof-left sub role; partof-right sub role;
part-of sub relation
relates partof-left
relates partof-right;
haspart-left sub role; haspart-right sub role;
has-part sub relation
relates haspart-left
relates haspart-right;
subinstance-left sub role; subinstance-right sub role;
subordinate-instance-of sub relation
relates subinstance-left
relates subinstance-right;
domainregion-left sub role; domainregion-right sub role;
domain-region sub relation
relates domainregion-left
relates domainregion-right;
syndomaintopic-left sub role; syndomaintopic-right sub role;
synset-domain-topic sub relation
relates syndomaintopic-left
relates syndomaintopic-right;
similar-left sub role; similar-right sub role;
similar-to sub relation
relates similar-left
relates similar-right;
domaintopic-left sub role; domaintopic-right sub role;
domain-topic sub relation
relates domaintopic-left
relates domaintopic-right;
name sub resource datatype string;