public
Description: Infinite Monkeywrench - A frameworks for collecting, peeling, and sharing delicious bananas of data.
Homepage: http://infinitemonkeywrench.org
Clone URL: git://github.com/infochimps/imw.git
imw / meta / imw_schema_template.icss.yaml
100644 129 lines (115 sloc) 5.243 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
---
- infochimps_schema:
    schema_version: 0.2
        
 
 
- infochimps_dataset:
 
    revision: 1
 
    # Relational view
    rows: 0
    cols: 0
    tables: 0
    
    
    #
    # Fundamental description
    #
    name: Statistical Abstract of the United States 2008
    uniqname: statisticalabstract_2008
    id: 1
    tags: "us united states usa america census demographics government "
    formats: { csv: {}, yaml: {}, xls: {} }
    
    #
    # Contributors
    #
    contributors:
      - name: US Census Bureau
        id: 3
        cite: |-
          U.S. Census Bureau,
          Statistical Abstract of the United States: 2008 (127th Edition)
          Washington, DC, 2007;
          "http://www.census.gov/statab/www/":http://www.census.gov/statab/www
        url: http://www.census.gov/statab/www
        role: source
        desc: ""
        uniqname: gov.census/statab
      - name: Philip (flip) Kromer
        id: 4
        url: http://infochimp.org/flip
        role: converted
        uniqname: org.infochimp/flip
 
    #
    # Free-form descriptive notes
    #
    notes:
        desc: |
            The Statistical Abstract of the United States is the standard summary of
            statistics on the social, political, and economic organization of the
            United States.
        usage: |
            The Statistical Abstract files are distributed by the census
            department as excel files.
        rights: >-
            All US Census Bureau materials, regardless of the media, are entirely in the public domain.
            
    #
    # Field listing
    #
    fields:
      - name: Census Date
        uniqname: census_date
        concepts: date
        units: date.iso
        datatype: date
      - name: Census data notes
        concepts: _note
        units: _note
        datatype: str
        uniqname: census_data_notes
      - name: Resident population - Number
        concepts: country persons
        units: persons
        datatype: int
        uniqname: resident_population_number
      - name: Resident population - Per square mile of land area
        concepts: country numberdensity:persons-area
        units: persons / mile^2
        datatype: float
        uniqname: resident_population_per_square_mile_of_land_area
      - name: Resident population - Increase over preceding census - Number
        concepts: country rate:persons-time
        units: persons / year
        datatype: int
        uniqname: resident_population_increase_over_preceding_census_number
      - name: Resident population - Increase over preceding census - Percent
        concepts: country rate:pct_persons-time
        units: (persons/persons)% / year
        datatype: float:2.1
        uniqname: resident_population_increase_over_preceding_census_percent
      - name: Area - Land
        concepts: country area
        units: mile^2
        datatype: int
        uniqname: area_land
      - name: Area - Water
        concepts: country area
        units: mile^2
        datatype: int
        uniqname: area_water
        desc: ''
          
    # Information and processing instructions specific to each dataset.
    datasets:
      - name: 'Population and Area: 1790 to 2000 (Statistical Abstract 2008 Table 0001)'
        uniqname: statab2008_0001_populationandarea1790to2000
        tags: 'population "population density" area growth'
        notes:
            desc: "For every US census since 1790, the total US population, its population density (population per mile) and their absolute and percentage change."
            shape: "table: [23, 13]"
            snippet: "| Census Date | Census data notes | Resident population - Number | Resident population - Number (notes) | Resident population - Per square mile of land area | Resident population - Increase over preceding census - Number | Resident population - Increase over preceding census - Percent | (Resident Population Increase - notes) | Area - Total (square miles) | (Area - Total notes) | Area - Land | (Area - Land notes) | Area - Water |"
            footnotes_and_symbol_explanations: h2. Notes (pg 2)
            statistical_abstract_table_number: 1
 
      - name: 'Happy #2'
        uniqname: happy_2
        tags: 'population "population density" area growth hi there monkey balls'
        notes:
            desc: "Testy testasdfasd asdf asdf asdf "
            shape: "table: [2, 46]"
            snippet: "/snip/"
            footnotes_and_symbol_explanations: happy 2 hi
            statistical_abstract_table_number: 1