Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ dataset_info:
|
|
16 |
- name: linked_datasets
|
17 |
sequence: string
|
18 |
- name: created_at
|
19 |
-
dtype: timestamp[
|
20 |
splits:
|
21 |
- name: train
|
22 |
num_bytes: 2569
|
@@ -45,7 +45,7 @@ A collection of stakeholder-specific competency questions that define the requir
|
|
45 |
| what | string | Essential insights to be gained from answering |
|
46 |
| graph_hint | string | Graph pattern used to answer the CQ |
|
47 |
| linked_datasets | sequence[string] | List of dataset IDs that support answering this CQ |
|
48 |
-
| created_at | timestamp[
|
49 |
|
50 |
**Example Entry**
|
51 |
```python
|
|
|
16 |
- name: linked_datasets
|
17 |
sequence: string
|
18 |
- name: created_at
|
19 |
+
dtype: timestamp[ms]
|
20 |
splits:
|
21 |
- name: train
|
22 |
num_bytes: 2569
|
|
|
45 |
| what | string | Essential insights to be gained from answering |
|
46 |
| graph_hint | string | Graph pattern used to answer the CQ |
|
47 |
| linked_datasets | sequence[string] | List of dataset IDs that support answering this CQ |
|
48 |
+
| created_at | timestamp[ms] | When the competency question was added |
|
49 |
|
50 |
**Example Entry**
|
51 |
```python
|