hochschule-darmstadt-UAS / ddk-artbrowser

Exploring the world of arts using open data
http://openartbrowser.org/
MIT License
1 stars 1 forks source link

Parse "Location" from lido-file #23

Closed MadelineWall closed 3 years ago

MadelineWall commented 3 years ago

Reason (Why?) Every artwork has a list of locations. In lido file there are the informations of a location.

Solution (What?) Creating an object of type with attributes "id, entityType, name, placeID, placeName" and check redundancy. The artwork has a list of location-ids.

Out of scope Location has also an attribute named "inventoryNumber" with prio 2 and two attributes named "altNames, placeAltNames" with prio 3. These attributes will not be filled at the moment.

Relation to other Issues

21

Acceptance criteria