frictionlessdata / pilot-open-archaeology

This is a repository for piloting a packaging approach to archaeology data
4 stars 0 forks source link

Package EUROEVOL dataset #1

Open danfowler opened 8 years ago

danfowler commented 8 years ago

Raw data: http://discovery.ucl.ac.uk/1469811/

This dataset has data in filenames like EUROEVOL09-07-201516-34_FaunalSpecies.csv. It also has field-level metadata in filenames like Manning_FaunalSpecies_fields.csv specifying allowable values (e.g. ENUM ('Equal ratios','Majority female','Majority male','Not stated/recorded')) and column types (INTEGER (11)). There is also a "Relationships" column that specifies Foreign Key relationships. This kind of metadata is relatively straightforward to specify as a JSON Table Schema in a Data Package.

Here is one way to "package" this EUROEVOL dataset (http://discovery.ucl.ac.uk/1469811/).

@frictionlessdata/open-archaeology-working-group