-
Notifications
You must be signed in to change notification settings - Fork 2
/
predicates.json
123 lines (123 loc) · 4 KB
/
predicates.json
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"head" : {
"vars" : ["pred"]
},
"results" : {
"bindings" : [
{
"pred":{"type":"uri","value":"http://arademaker.github.com/wn30/schema/word"}
},
{
"pred":{"type":"uri","value":"http://www.w3.org/2000/01/rdf-schema#label"}
},
{
"pred":{"type":"uri","value":"http://arademaker.github.com/wn30/schema/example"}
},
{
"pred":{"type":"uri","value":"http://arademaker.github.com/wn30/schema/frame"}
},
{
"pred":{"type":"uri","value":"http://arademaker.github.com/wn30/schema/lemma"}
},
{
"pred":{"type":"uri","value":"http://www.w3.org/2002/07/owl#sameAs"}
},
{
"pred":{"type":"uri","value":"http://arademaker.github.com/nomlex/schema/plural"}
},
{
"pred":{"type":"uri","value":"http://purl.org/dc/elements/1.1/title"}
},
{
"pred":{"type":"uri","value":"http://www.w3.org/2000/01/rdf-schema#subPropertyOf"}
},
{
"pred":{"type":"uri","value":"http://www.w3.org/2000/01/rdf-schema#domain"}
},
{
"pred":{"type":"uri","value":"http://www.w3.org/2002/07/owl#allValuesFrom"}
},
{
"pred":{"type":"uri","value":"http://arademaker.github.com/wn30/schema/wordNumber"}
},
{
"pred":{"type":"uri","value":"http://www.w3.org/2002/07/owl#someValuesFrom"}
},
{
"pred":{"type":"uri","value":"http://www.w3.org/2004/02/skos/core#inScheme"}
},
{
"pred":{"type":"uri","value":"http://www.w3.org/2000/01/rdf-schema#range"}
},
{
"pred":{"type":"uri","value":"http://arademaker.github.com/wn30/schema/senseNumber"}
},
{
"pred":{"type":"uri","value":"http://arademaker.github.com/wn30/schema/lexicographerFile"}
},
{
"pred":{"type":"uri","value":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type"}
},
{
"pred":{"type":"uri","value":"http://arademaker.github.com/wn30/schema/containsWordSense"}
},
{
"pred":{"type":"uri","value":"http://arademaker.github.com/wn30/schema/lexicalId"}
},
{
"pred":{"type":"uri","value":"http://arademaker.github.com/wn30/schema/gloss"}
},
{
"pred":{"type":"uri","value":"http://www.w3.org/2002/07/owl#disjointWith"}
},
{
"pred":{"type":"uri","value":"http://arademaker.github.com/wn30/schema/senseKey"}
},
{
"pred":{"type":"uri","value":"http://www.w3.org/2000/01/rdf-schema#comment"}
},
{
"pred":{"type":"uri","value":"http://www.w3.org/2000/01/rdf-schema#subClassOf"}
},
{
"pred":{"type":"uri","value":"http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"}
},
{
"pred":{"type":"uri","value":"http://arademaker.github.com/wn30/schema/similarTo"}
},
{
"pred":{"type":"uri","value":"http://arademaker.github.com/wn30/schema/synsetId"}
},
{
"pred":{"type":"uri","value":"http://www.w3.org/2002/07/owl#inverseOf"}
},
{
"pred":{"type":"uri","value":"http://www.w3.org/2002/07/owl#onProperty"}
},
{
"pred":{"type":"uri","value":"http://arademaker.github.com/wn30/schema/tagCount"}
},
{
"pred":{"type":"uri","value":"http://arademaker.github.com/wn30/schema/lexicalForm"}
},
{
"pred":{"type":"uri","value":"http://www.w3.org/2002/07/owl#unionOf"}
},
{
"pred":{"type":"uri","value":"http://www.w3.org/1999/02/22-rdf-syntax-ns#first"}
},
{
"pred":{"type":"uri","value":"http://arademaker.github.com/nomlex/schema/noun"}
},
{
"pred":{"type":"uri","value":"http://arademaker.github.com/nomlex/schema/verb"}
},
{
"pred":{"type":"uri","value":"http://arademaker.github.com/wn30/schema/syntacticMarker"}
},
{
"pred":{"type":"uri","value":"http://purl.org/dc/elements/1.1/provenance"}
}
]
}
}