Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 10 new columns ({'Q2044', 'Q490', 'Q29286', 'Q220', 'Q51252', 'Q4692', 'Q6373', 'Q641', 'Q652', 'Q5460604'}) and 1 missing columns ({'Q762'}).

This happened while the json dataset builder was generating data using

zip://data/rdf_file_v1_10.json::/tmp/hf-datasets-cache/medium/datasets/62353003511240-config-parquet-and-info-Nielzac-Graph2Text_Wikipe-acab74d4/downloads/99a9ad3170ff74a3d03043f1a07dba663cff9896fe6090d99dcaeeaf24171409

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              Q5460604: list<item: struct<subjectLabel: struct<xml:lang: string, type: string, value: string>, object: struct<type: string, value: string>, objectLabel: struct<xml:lang: string, type: string, value: string>, predicateLabel: struct<xml:lang: string, type: string, value: string>>>
                child 0, item: struct<subjectLabel: struct<xml:lang: string, type: string, value: string>, object: struct<type: string, value: string>, objectLabel: struct<xml:lang: string, type: string, value: string>, predicateLabel: struct<xml:lang: string, type: string, value: string>>
                    child 0, subjectLabel: struct<xml:lang: string, type: string, value: string>
                        child 0, xml:lang: string
                        child 1, type: string
                        child 2, value: string
                    child 1, object: struct<type: string, value: string>
                        child 0, type: string
                        child 1, value: string
                    child 2, objectLabel: struct<xml:lang: string, type: string, value: string>
                        child 0, xml:lang: string
                        child 1, type: string
                        child 2, value: string
                    child 3, predicateLabel: struct<xml:lang: string, type: string, value: string>
                        child 0, xml:lang: string
                        child 1, type: string
                        child 2, value: string
              Q6373: list<item: struct<subjectLabel: struct<xml:lang: string, type: string, value: string>, object: struct<type: string, value: string>, objectLabel: struct<xml:lang: string, type: string, value: string>, predicateLabel: struct<xml:lang: string, type: string, va
              ...
              xml:lang: string
                        child 1, type: string
                        child 2, value: string
                    child 3, predicateLabel: struct<xml:lang: string, type: string, value: string>
                        child 0, xml:lang: string
                        child 1, type: string
                        child 2, value: string
              Q4692: list<item: struct<subjectLabel: struct<xml:lang: string, type: string, value: string>, object: struct<type: string, value: string>, objectLabel: struct<xml:lang: string, type: string, value: string>, predicateLabel: struct<xml:lang: string, type: string, value: string>>>
                child 0, item: struct<subjectLabel: struct<xml:lang: string, type: string, value: string>, object: struct<type: string, value: string>, objectLabel: struct<xml:lang: string, type: string, value: string>, predicateLabel: struct<xml:lang: string, type: string, value: string>>
                    child 0, subjectLabel: struct<xml:lang: string, type: string, value: string>
                        child 0, xml:lang: string
                        child 1, type: string
                        child 2, value: string
                    child 1, object: struct<type: string, value: string>
                        child 0, type: string
                        child 1, value: string
                    child 2, objectLabel: struct<xml:lang: string, type: string, value: string>
                        child 0, xml:lang: string
                        child 1, type: string
                        child 2, value: string
                    child 3, predicateLabel: struct<xml:lang: string, type: string, value: string>
                        child 0, xml:lang: string
                        child 1, type: string
                        child 2, value: string
              to
              {'Q762': [{'subjectLabel': {'xml:lang': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'value': Value(dtype='string', id=None)}, 'object': {'type': Value(dtype='string', id=None), 'value': Value(dtype='string', id=None)}, 'objectLabel': {'xml:lang': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'value': Value(dtype='string', id=None)}, 'predicateLabel': {'xml:lang': Value(dtype='string', id=None), 'type': Value(dtype='string', id=None), 'value': Value(dtype='string', id=None)}}]}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1321, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 935, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 10 new columns ({'Q2044', 'Q490', 'Q29286', 'Q220', 'Q51252', 'Q4692', 'Q6373', 'Q641', 'Q652', 'Q5460604'}) and 1 missing columns ({'Q762'}).
              
              This happened while the json dataset builder was generating data using
              
              zip://data/rdf_file_v1_10.json::/tmp/hf-datasets-cache/medium/datasets/62353003511240-config-parquet-and-info-Nielzac-Graph2Text_Wikipe-acab74d4/downloads/99a9ad3170ff74a3d03043f1a07dba663cff9896fe6090d99dcaeeaf24171409
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Q762
list
Q5460604
list
Q6373
list
Q652
list
Q220
list
Q2044
list
Q29286
list
Q51252
list
Q490
list
Q641
list
Q4692
list
Q71887839
list
Q469379
list
Q1638622
list
Q1892745
list
Q121998
list
Q2041543
list
Q3181656
list
Q148540
list
Q36834
list
Q371908
list
Q59115
list
Q999234
list
Q46857
list
Q1650915
list
Q4164871
list
Q5624818
list
Q2020153
list
Q20826540
list
Q7043111
list
Q106727050
list
Q30046708
list
Q12132640
list
Q3849895
list
Q19652
list
Q6160
list
Q527
list
Q88154291
list
Q12280
list
Q153032
list
Q14619895
list
[ { "subjectLabel": { "xml:lang": "en", "type": "literal", "value": "Leonardo da Vinci" }, "object": { "type": "uri", "value": "http://www.wikidata.org/entity/Q5460604" }, "objectLabel": { "xml:lang": "en", "type": "literal", "value": "Wikipedia:List...
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Wikipedia:List of articles all languages(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"British Museum"},"object":{"type":"uri",(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Italian"},"object":{"type":"uri","value"(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Rome"},"object":{"type":"uri","value":"h(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Florence"},"object":{"type":"uri","value(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Palazzo Pitti"},"object":{"type":"uri","(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Uffizi Gallery"},"object":{"type":"uri",(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Milan"},"object":{"type":"uri","value":"(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Venice"},"object":{"type":"uri","value":(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Renaissance"},"object":{"type":"uri","va(...TRUNCATED)
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"copyrights on works have expired"},"obje(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Francesco Melzi"},"object":{"type":"uri"(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Adoration of the Magi"},"object":{"type"(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Salvator Mundi"},"object":{"type":"uri",(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"ambassador"},"object":{"type":"uri","val(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Ottův slovník naučný"},"object":{"ty(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"The Nuttall Encyclopædia"},"object":{"t(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Republic of Florence"},"object":{"type":(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"composer"},"object":{"type":"uri","value(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Albertina"},"object":{"type":"uri","valu(...TRUNCATED)
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"philosophy of science"},"object":{"type"(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"scientific term"},"object":{"type":"uri"(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"scientific method"},"object":{"type":"ur(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"researcher"},"object":{"type":"uri","val(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"position"},"object":{"type":"uri","value(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Template:Infobox scientist"},"object":{"(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"academic conference"},"object":{"type":"(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"scholar"},"object":{"type":"uri","value"(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Category:Scientists"},"object":{"type":"(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Metropolitan Museum of Art Tagging Vocab(...TRUNCATED)
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"scientific viewpoint"},"object":{"type":(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"scientific terminology"},"object":{"type(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"lists of scientists"},"object":{"type":"(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"public domain"},"object":{"type":"uri","(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"vandalism"},"object":{"type":"uri","valu(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"sky"},"object":{"type":"uri","value":"ht(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Monalisa"},"object":{"type":"uri","value(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"bridge"},"object":{"type":"uri","value":(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Lisa del Giocondo"},"object":{"type":"ur(...TRUNCATED)
[{"subjectLabel":{"xml:lang":"en","type":"literal","value":"Mona Lisa by Leonardo da Vinci"},"object(...TRUNCATED)
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
End of preview.
README.md exists but content is empty.
Downloads last month
12