frictionlessdata / datapackage

Data Package is a standard consisting of a set of simple yet extensible specifications to describe datasets, data files and tabular data. It is a data definition language (DDL) and data API that facilitates findability, accessibility, interoperability, and reusability (FAIR) of data.
https://datapackage.org
The Unlicense
498 stars 113 forks source link

Allow XML, JSON, and RDF Data Resource #982

Closed nichtich closed 3 weeks ago

nichtich commented 1 month ago

Data Resources should not be limited to tabular data but also allow arbitrary XML files, JSON files, and RDF files. This requires extension of fields:

peterdesmet commented 1 month ago

Agree.

nichtich commented 1 month ago

schema: this is likely more complex, as it is specifically designed to reference a table schema.

If type is not table, the semantics of schema field is not defined and the field can already contain an URL-or-Path, so an extension should be backwards-compatible.