Skip to content

Instantly share code, notes, and snippets.

@danxoneil
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save danxoneil/04b8c87dde91da83b041 to your computer and use it in GitHub Desktop.
Save danxoneil/04b8c87dde91da83b041 to your computer and use it in GitHub Desktop.
Structure for classifying data-creating organizations in a data ecosystem. We are working to place all of the participating organizations from the Chicago School of Data project into this structure.
{
"name": "DataEcosystem", --> IN THE DATA ECOSYSTEM <--
"children": [
{
"name": "Creators", --> THERE ARE CREATORS, WHICH INCLUDE <--
"children": [
{
"name": "Open", --> OPEN DATA CREATORS WHO OFFER DATA <--
"children": [
{
"name": "ToPub" --> TO THE PUBLIC <--
},
{
"name": "ToOrgs" --> AND TO ORGANIZATIONS <--
},
{
"name": "Shrbl" --> IN A DISTRIBUTABLE FORMAT <--
},
{
"name": "Free" --> FOR FREE <--
}
]
},
{
"name": "OpenAtCost", --> AND THERE ARE OPEN DATA CREATORS WHO OFFER DATA <--
"children": [
{
"name": "ToPub" --> TO THE PUBLIC <--
},
{
"name": "ToOrgs" --> AND TO ORGANIZATIONS <--
},
{
"name": "Shrbl" --> IN A DISTRIBUTABLE FORMAT <--
},
{
"name": "ForCost" --> FOR A FEE <--
}
]
},
{
"name": "Closed", --> AND THERE ARE DATA CREATORS WHO CAN'T SHARE THEIR DATA <--
"children": [
{
"name": "TechCap" --> BECAUSE OF LIMITED TECHNICAL CAPACITY <--
},
{
"name": "Cost" --> OR THE PRICE <--
},
{
"name": "Lgl" --> OR LEGAL AGREEMENTS <--
},
{
"name": "PubInt" --> OR THE PUBLIC INTEREST <--
},
{
"name": "Othr" --> OR OTHER REASONS <--
}
]
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment