Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rjmajma/5972507 to your computer and use it in GitHub Desktop.
Save rjmajma/5972507 to your computer and use it in GitHub Desktop.

Data Ownership & Definitions

Definitions:

Non-Proprietary formats

  • Means documented, non-binary, non-encrypted, machine-readable formats that are able to be used by multiple EIT vendors or citizens.
  • Examples of non-proprietary data formats include JSON, XML, and CSV

Data documentation

  • Means documentation about the meanings of rows, columns, fields in data. This documentation should be in standard document formats such as HTML that require no proprietary readers in order to open and read.

Machine Readable

  • Means data that can be imported into other computer software systems without a human operator's intervention.

Bulk download

  • Means data provided in a single file or archived set of files that includes data in its entirety.

Clauses

Data Portability

  • Contractor shall, at no additional cost, provide functionality that allows government administrators to export data from the system in standard, non-proprietary formats. This data should be accessible via bulk download in the graphical user interface of the provided system, and should not require support or extra cost from the contractor to extract government data.

Data documentation

  • Contractor shall furnish data documentation to government. This documentation shall include instructions for how government operators can to export data from the system, and how it can import data

Personally identifiable information

  • Contractor's data documentation shall include enumeration of which fields may contain personally identifiable information, so that this information may be redacted and released to the public.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment