Rosariou commited on
Commit
1b17b5f
1 Parent(s): 71405e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -102
README.md CHANGED
@@ -93,113 +93,30 @@ The example below tests the later:
93
  To show the versatility of our approach, we have constructed similar datasets in the domains below. We test one property inheritance per dataset. The Wikidata main QNode
94
  (the node corresponding to the entities) and PNode (the node corresponding to the property) are indicated in parenthesis.
95
 
96
- | domain | top concept | main property |
97
- |----- | ----- | -----|
98
- |Academic Disciplines | "Academic Discipline" (https://www.wikidata.org/wiki/Q11862829) | "has use" (https://www.wikidata.org/wiki/Property:P366) |
99
- |Dishes | "Dish" (https://www.wikidata.org/wiki/Q746549) | "has parts" (https://www.wikidata.org/wiki/Property:P527) |
 
 
 
 
 
 
 
 
100
 
101
 
102
  The size and configuration of the datasets is listed below
103
 
104
 
105
  | domain | edges_yes | edges_no | edges_in | hierarchies | property hierarchies |
106
- | ------------------- | ----- | ----- | ----- | ----- | ----- |
107
  | Academic Disciplines | 52 | 308 | 52 | 30 | 1 |
108
  | Dishes | 225 | 521 | 224 | 72 | 178 |
109
-
110
-
111
- ### ACADEMIC_DISCIPLINES (https://www.wikidata.org/wiki/Q11862829) ONTOLOGY -- V1 = 443 CLUSTERS, "has use" (https://www.wikidata.org/wiki/Property:P366)
112
- edges_yes = 52
113
-
114
- edges_no = 308
115
-
116
- edges_inv = 52
117
-
118
- hierarchies = 30
119
-
120
- property hierarchies = 1
121
-
122
- ### DISHES (https://www.wikidata.org/wiki/Q746549) ONTOLOGY -- V1 = 1220 CLUSTERS, has parts (https://www.wikidata.org/wiki/Property:P527) --> has ingredient
123
-
124
- edges_yes = 225
125
-
126
- edges_no = 521
127
-
128
- edges_inv = 224
129
-
130
- hierarchies = 72
131
-
132
- property hierarchies = 178
133
-
134
- ### FINANCIAL PRODUCT (https://www.wikidata.org/wiki/Q15809678) ONTOLOGY -- V1: 725 CLUSTERS, "used by" (https://www.wikidata.org/wiki/Property:P1535)
135
-
136
- edges_yes = 112
137
-
138
- edges_no = 433
139
-
140
- edges_inv = 108
141
-
142
- hierarchies = 40
143
-
144
- property hierarchies = 32
145
-
146
- ### HOME APPLIANCES (https://www.wikidata.org/wiki/Q212920) ONTOLOGY -- V1 = 421 CLUSTERS, "has use" (https://www.wikidata.org/wiki/Property:P366)
147
-
148
- edges_yes = 58
149
-
150
- edges_no = 261
151
-
152
- edges_inv = 58
153
-
154
- hierarchies = 31
155
-
156
- property hierarchies = 13
157
-
158
- ### MEDICAL SPECIALTIES (https://www.wikidata.org/wiki/Q930752) ONTOLOGY -- V1 = 740 CLUSTERS, "field of occupation" (https://www.wikidata.org/wiki/Property:P425)
159
-
160
- edges_yes = 122
161
-
162
- edges_no = 386
163
-
164
- edges_inv = 114
165
-
166
- hierarchies = 55
167
-
168
- property hierarchies = 63
169
-
170
- ### MUSIC_GENRES (https://www.wikidata.org/wiki/Q188451) ONTOLOGY -- V1 = 1990 CLUSTERS, "practiced by" (https://www.wikidata.org/wiki/Property:P3095)
171
-
172
- edges_yes = 490
173
-
174
- edges_no = 807
175
-
176
- edges_inv = 488
177
-
178
- hierarchies = 212
179
-
180
- property hierarchies = 139
181
-
182
-
183
- ### NATURAL DISASTERS (https://www.wikidata.org/wiki/Q8065) ONTOLOGY -- V1 = 357 CLUSTERS, "has cause" (https://www.wikidata.org/wiki/Property:P828)
184
-
185
- edges_yes = 45
186
-
187
- edges_no = 225
188
-
189
- edges_inv = 44
190
-
191
- hierarchies = 21
192
-
193
- property hierarchies = 22
194
-
195
- ### SOFTWARE (https://www.wikidata.org/wiki/Q7397) ONTOLOGY -- V1: 849 CLUSTERS, "studied in" (https://www.wikidata.org/wiki/Property:P7397) is the property
196
-
197
- edges_yes = 80
198
-
199
- edges_no = 572
200
-
201
- edges_inv = 79
202
-
203
- hierarchies = 114
204
-
205
- property hierarchies = 4
 
93
  To show the versatility of our approach, we have constructed similar datasets in the domains below. We test one property inheritance per dataset. The Wikidata main QNode
94
  (the node corresponding to the entities) and PNode (the node corresponding to the property) are indicated in parenthesis.
95
 
96
+ | domain | top concept | WD concept | main property | WD property |
97
+ |----- | ----- | -----| ----- | ----- |
98
+ | Academic Disciplines | "Academic Discipline" | https://www.wikidata.org/wiki/Q11862829 | "has use" | https://www.wikidata.org/wiki/Property:P366 |
99
+ | Dishes | "Dish" | https://www.wikidata.org/wiki/Q746549 | "has parts" | https://www.wikidata.org/wiki/Property:P527 |
100
+ | Financial products | "Financial product" | https://www.wikidata.org/wiki/Q15809678 | "used by" | https://www.wikidata.org/wiki/Property:P1535 |
101
+ | Home appliances | "Home appliance" | https://www.wikidata.org/wiki/Q212920 | "has use" | https://www.wikidata.org/wiki/Property:P366 |
102
+ | Medical specialties | "Medical specialty" | https://www.wikidata.org/wiki/Q930752 | "field of occupation" | https://www.wikidata.org/wiki/Property:P425 |
103
+ | Music genres | "Music genre" | https://www.wikidata.org/wiki/Q188451 | "practiced by" | https://www.wikidata.org/wiki/Property:P3095 |
104
+ | Natural disasters | "Natural disaster" | https://www.wikidata.org/wiki/Q8065 | "has cause" | https://www.wikidata.org/wiki/Property:P828 |
105
+ | Software | "Software" | https://www.wikidata.org/wiki/Q7397 | "studied in" | https://www.wikidata.org/wiki/Property:P7397 |
106
+
107
+
108
 
109
 
110
  The size and configuration of the datasets is listed below
111
 
112
 
113
  | domain | edges_yes | edges_no | edges_in | hierarchies | property hierarchies |
114
+ | ------------------- | :----: | :-----: | :-----: | :-----: | :-----: |
115
  | Academic Disciplines | 52 | 308 | 52 | 30 | 1 |
116
  | Dishes | 225 | 521 | 224 | 72 | 178 |
117
+ | Financial product | 112 | 433 | 108 | 40 | 32 |
118
+ | Home appliances | 58 | 261 | 58 | 31 | 13 |
119
+ | Medical specialties | 122 | 386 | 114 | 55 | 63 |
120
+ | Music genres | 490 | 807 | 488 | 212 | 139 |
121
+ | Natural disasters | 45 | 225 | 44 | 21 | 22 |
122
+ | Software | 80 | 572 | 79 | 114 | 4 |