{
    types: {
        'Person': {
            pluralLabel: 'People'
        },
        'Publication': {
            pluralLabel: 'Publications'
        },
	'Blog Entry': {
	    pluralLabel: 'Blog Entries'
	}
    },
    properties: {
        'url': {
            valueType: "url"
        },
        'order': {
            valueType: "number"
        },
        'author': {
            label:                  "authored by",
            reverseLabel:           "author of",
            reversePluralLabel:     "authors of",
            groupingLabel:          "their authors",
            reverseGroupingLabel:   "their work",
            valueType:              "string"
        },
        'year': {
        },
        'booktitle': {
            label:              "conference"
        },
	'people': {
		valueType:		"item"
	},
	'permalink': {
		valueType: "url"
	}
    }
}
