Sefika commited on
Commit
88dffb2
·
verified ·
1 Parent(s): 1e4c47a

Update metadata.txt

Browse files
Files changed (1) hide show
  1. metadata.txt +17 -17
metadata.txt CHANGED
@@ -20,21 +20,21 @@
20
  "distribution": [
21
  {
22
  "@type": "cr:FileObject",
23
- "@id": "original_fewrel",
24
  "name": "original_fewrel_inverse.json",
25
  "contentUrl": "original_fewrel_inverse.json",
26
  "encodingFormat": "application/json"
27
  },
28
  {
29
  "@type": "cr:FileObject",
30
- "@id": "synthetic_fewrel",
31
  "name": "synthetic_fewrel_inverse.json",
32
  "contentUrl": "synthetic_fewrel_inverse.json",
33
  "encodingFormat": "application/json"
34
  },
35
  {
36
  "@type": "cr:FileObject",
37
- "@id": "fewrel_meta",
38
  "name": "fewrel_inverse_relation_descriptions",
39
  "contentUrl": "fewrel_inverse_relations.json",
40
  "encodingFormat": "application/json"
@@ -52,7 +52,7 @@
52
  "description": "The relation ID from head to tail.",
53
  "dataType": "sc:Text",
54
  "source": {
55
- "fileObject": { "@id": "original_fewrel" },
56
  "extract": { "jsonPath": "$[*].head_to_tail" }
57
  }
58
  },
@@ -62,7 +62,7 @@
62
  "description": "The inverse relation ID.",
63
  "dataType": "sc:Text",
64
  "source": {
65
- "fileObject": { "@id": "original_fewrel" },
66
  "extract": { "jsonPath": "$[*].tail_to_head" }
67
  }
68
  },
@@ -70,9 +70,9 @@
70
  "@type": "cr:Field",
71
  "name": "tokens",
72
  "description": "Tokenized sentence representation.",
73
- "dataType": "sc:List",
74
  "source": {
75
- "fileObject": { "@id": "original_fewrel" },
76
  "extract": { "jsonPath": "$[*].tokens" }
77
  }
78
  },
@@ -80,9 +80,9 @@
80
  "@type": "cr:Field",
81
  "name": "head",
82
  "description": "Array containing [label, Wikidata ID, token indices] for the head entity.",
83
- "dataType": "sc:List",
84
  "source": {
85
- "fileObject": { "@id": "original_fewrel" },
86
  "extract": { "jsonPath": "$[*].head" }
87
  }
88
  },
@@ -90,9 +90,9 @@
90
  "@type": "cr:Field",
91
  "name": "tail",
92
  "description": "Array containing [label, Wikidata ID, token indices] for the tail entity.",
93
- "dataType": "sc:List",
94
  "source": {
95
- "fileObject": { "@id": "original_fewrel" },
96
  "extract": { "jsonPath": "$[*].tail" }
97
  }
98
  },
@@ -100,9 +100,9 @@
100
  "@type": "cr:Field",
101
  "name": "artificial_data",
102
  "description": "Mapping of original to synthetic entity names.",
103
- "dataType": "sc:List",
104
  "source": {
105
- "fileObject": { "@id": "synthetic_fewrel" },
106
  "extract": { "jsonPath": "$[*].artificial_data" }
107
  }
108
  }
@@ -119,7 +119,7 @@
119
  "description": "The Wikidata property ID for the FewRel relation.",
120
  "dataType": "sc:Text",
121
  "source": {
122
- "fileObject": { "@id": "fewrel_meta" },
123
  "extract": { "jsonPath": "$[*].pid" }
124
  }
125
  },
@@ -129,17 +129,17 @@
129
  "description": "The name of the relation.",
130
  "dataType": "sc:Text",
131
  "source": {
132
- "fileObject": { "@id": "fewrel_meta" },
133
  "extract": { "jsonPath": "$[*].name" }
134
  }
135
  },
136
  {
137
  "@type": "cr:Field",
138
- "name": "description",
139
  "description": "Semantic definition of the relation.",
140
  "dataType": "sc:Text",
141
  "source": {
142
- "fileObject": { "@id": "fewrel_meta" },
143
  "extract": { "jsonPath": "$[*].definition" }
144
  }
145
  }
 
20
  "distribution": [
21
  {
22
  "@type": "cr:FileObject",
23
+ "@id": "#original_fewrel",
24
  "name": "original_fewrel_inverse.json",
25
  "contentUrl": "original_fewrel_inverse.json",
26
  "encodingFormat": "application/json"
27
  },
28
  {
29
  "@type": "cr:FileObject",
30
+ "@id": "#synthetic_fewrel",
31
  "name": "synthetic_fewrel_inverse.json",
32
  "contentUrl": "synthetic_fewrel_inverse.json",
33
  "encodingFormat": "application/json"
34
  },
35
  {
36
  "@type": "cr:FileObject",
37
+ "@id": "#fewrel_meta",
38
  "name": "fewrel_inverse_relation_descriptions",
39
  "contentUrl": "fewrel_inverse_relations.json",
40
  "encodingFormat": "application/json"
 
52
  "description": "The relation ID from head to tail.",
53
  "dataType": "sc:Text",
54
  "source": {
55
+ "fileObject": { "@id": "#original_fewrel" },
56
  "extract": { "jsonPath": "$[*].head_to_tail" }
57
  }
58
  },
 
62
  "description": "The inverse relation ID.",
63
  "dataType": "sc:Text",
64
  "source": {
65
+ "fileObject": { "@id": "#original_fewrel" },
66
  "extract": { "jsonPath": "$[*].tail_to_head" }
67
  }
68
  },
 
70
  "@type": "cr:Field",
71
  "name": "tokens",
72
  "description": "Tokenized sentence representation.",
73
+ "dataType": "sc:Text",
74
  "source": {
75
+ "fileObject": { "@id": "#original_fewrel" },
76
  "extract": { "jsonPath": "$[*].tokens" }
77
  }
78
  },
 
80
  "@type": "cr:Field",
81
  "name": "head",
82
  "description": "Array containing [label, Wikidata ID, token indices] for the head entity.",
83
+ "dataType": "sc:Text",
84
  "source": {
85
+ "fileObject": { "@id": "#original_fewrel" },
86
  "extract": { "jsonPath": "$[*].head" }
87
  }
88
  },
 
90
  "@type": "cr:Field",
91
  "name": "tail",
92
  "description": "Array containing [label, Wikidata ID, token indices] for the tail entity.",
93
+ "dataType": "sc:Text",
94
  "source": {
95
+ "fileObject": { "@id": "#original_fewrel" },
96
  "extract": { "jsonPath": "$[*].tail" }
97
  }
98
  },
 
100
  "@type": "cr:Field",
101
  "name": "artificial_data",
102
  "description": "Mapping of original to synthetic entity names.",
103
+ "dataType": "sc:Text",
104
  "source": {
105
+ "fileObject": { "@id": "#synthetic_fewrel" },
106
  "extract": { "jsonPath": "$[*].artificial_data" }
107
  }
108
  }
 
119
  "description": "The Wikidata property ID for the FewRel relation.",
120
  "dataType": "sc:Text",
121
  "source": {
122
+ "fileObject": { "@id": "#fewrel_meta" },
123
  "extract": { "jsonPath": "$[*].pid" }
124
  }
125
  },
 
129
  "description": "The name of the relation.",
130
  "dataType": "sc:Text",
131
  "source": {
132
+ "fileObject": { "@id": "#fewrel_meta" },
133
  "extract": { "jsonPath": "$[*].name" }
134
  }
135
  },
136
  {
137
  "@type": "cr:Field",
138
+ "name": "definition",
139
  "description": "Semantic definition of the relation.",
140
  "dataType": "sc:Text",
141
  "source": {
142
+ "fileObject": { "@id": "#fewrel_meta" },
143
  "extract": { "jsonPath": "$[*].definition" }
144
  }
145
  }