Rosariou commited on
Commit
71405e6
·
verified ·
1 Parent(s): 9f3dba2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -93,11 +93,21 @@ 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 | edges_yes | edges_no | edges_in | hierarchies | property hierarchies |
97
- | --------------------- | ------ | ------- | ------- | ------- | ------- |
98
  | Academic Disciplines | 52 | 308 | 52 | 30 | 1 |
99
  | Dishes | 225 | 521 | 224 | 72 | 178 |
100
 
 
101
  ### ACADEMIC_DISCIPLINES (https://www.wikidata.org/wiki/Q11862829) ONTOLOGY -- V1 = 443 CLUSTERS, "has use" (https://www.wikidata.org/wiki/Property:P366)
102
  edges_yes = 52
103
 
 
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