-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
One of the main incompatibilities between Metadata 1.0 and Aardvark is the Is Part Of field. In the 1.0, this was a string value. In Aardvark, this is an ID that is read by the GeoBlacklight application to link records together.
To upgrade, users would need to create new collection records for each unique value and replace the strings with the new IDs.
Pros:
- collections can be fully described with their own metadata record
- provides more stability by using nonliteral URIs instead of strings (if a name changed, only the collection record would need to be updated)
Cons:
- The way GBL is set up, a user would have to make more "clicks" to get to other items in the same collection.
- Since it is not a direct crosswalk, there is labor involved in creating new collection records and updating existing ones.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
In Progress