Open b1rger opened 4 weeks ago
agencies -> Institution
, addresses as separate entity connected through hasAddress
agencypeople -> Person
inventories -> Institution
memberships -> Institution
parties -> Institution
photographers -> Person
specialareas -> ??
+ MongoDbModel
containing the original data as a json field + GenericForeignKey to the instance
agencyoccupations -> ignore; those list 6 "types of occupation", only two of which are referenced in the other json files (each once)
documents: some document instances can be connected to photographers through the oid (but not all)
employer -> those are simply the labels for the oids that are used in the photographers.json
for the professionlist
fields -> lists the labels for the oids that are used in in the photographers.json
in the additionalFields
list
images -> referenced by documents.json
and photographers.json
institutions -> lists the labels for the oids that are used in the photographers.json
in the educationlist/institution field
inventories -> lists the labels for the oids that are used in the photographers.json
in the inventorylist
list
newspapers -> only 5 entries, only one is referenced at two places in images.json
and three places in photographers.json
; ignore the file for now
Existing data is spread over the following types (
*.json
files):