{
    types: {
        'Location': {
            pluralLabel: 'Locations',
            uri: 'http://epispider.net/2008/reports#Location'
        },
        'Country': {
            pluralLabel: 'Countries',
            uri: 'http://epispider.net/2008/reports#Country'
        },
        'Condition': {
            pluralLabel: 'Conditions',
            uri: 'http://epispider.net/2008/reports#Condition'
        },
        'Report': {
            pluralLabel: 'Reports',
            uri: 'http://epispider.net/2008/reports#Report'
        }
        
    },
    properties: {
        'population': {
            label:                  "population",
            valueType:              "number"
        },
        'age': {
            label:                  "report age days",
            valueType:              "number"  
        },
        'age_hours': {
            label:                  "report age hours",
            valueType:              "number"  
        },
        'hdi_index': {
            label:                  "human development index",
            valueType:              "number"  
        },
        'percapita': {
            label:                  "percapita income",
            valueType:              "number"  
        },
        'has_condition': {
            label:                  "has condition",
            reverseLabel:           "has report",
            valueType:              "Condition"
        },
        'has_country': {
            label:                  "has country",
            valueType:              "Country"
        },
        'geographic_part_of': {
            label:                  "part of",
            valueType:              "Country"
        },
        'has_location': {
            label:                  "has location",
            reverseLabel:           "located in",
            valueType:              "Location"
        }
    }
}
