Skip to content

Instantly share code, notes, and snippets.

@anhase
Forked from danxoneil/data-ecosystem-creators
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anhase/464dde07ac3eccc82de2 to your computer and use it in GitHub Desktop.
Save anhase/464dde07ac3eccc82de2 to your computer and use it in GitHub Desktop.
{
"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