Created
January 23, 2019 20:30
-
-
Save ross-spencer/fd4f63dd11f2ce2c5600cfc59bc11d94 to your computer and use it in GitHub Desktop.
Sample identifiers.json file for legacy PID binding in Archivematica
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"file": "objects/transcription/alto-text-0001.xml", | |
"identifiers": [{ | |
"identifier": "file:///ARCH00152.dig354/transcription transcript/ARCH00152_355_0000.xml", | |
"identiferType": "URL" | |
}, | |
{ | |
"identifier": "http://hdl.handle.net/10622/3BF316F5-E00B-4148-B1ED-43EA61EFA263", | |
"identiferType": "HANDLE" | |
} | |
] | |
}, | |
{ | |
"file": "objects/transcription/alto-text-0002.xml", | |
"identifiers": [{ | |
"identifier": "file:///ARCH00152.dig354/transcription transcript/ARCH00152_355_0001.xml", | |
"identiferType": "URL" | |
}, | |
{ | |
"identifier": "http://hdl.handle.net/10622/1015D0BE-37A0-413B-8301-934107FA1E58", | |
"identiferType": "HANDLE" | |
} | |
] | |
}, | |
{ | |
"file": "objects/ARCH00152_355_0000.tif", | |
"identifiers": [{ | |
"identifier": "file:///ARCH00152.dig354/archive ARCH00152_355_0000.tif", | |
"identiferType": "URL" | |
}, | |
{ | |
"identifier": "http://hdl.handle.net/10622/65D29B75-A556-4E8D-ADFB-82CD74E3DCBD", | |
"identiferType": "HANDLE" | |
} | |
] | |
}, | |
{ | |
"file": "objects/ARCH00152_355_0001.tif", | |
"identifiers": [{ | |
"identifier": "file:///ARCH00152.dig354/archive ARCH00152_355_0001.tif", | |
"identiferType": "URL" | |
}, | |
{ | |
"identifier": "http://hdl.handle.net/10622/D2B748FD-6A36-4A54-BB2D-CD8E27C2BF7E", | |
"identiferType": "HANDLE" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment