Skip to content

Instantly share code, notes, and snippets.

@ross-spencer
Created January 23, 2019 20:30
Show Gist options
  • Save ross-spencer/fd4f63dd11f2ce2c5600cfc59bc11d94 to your computer and use it in GitHub Desktop.
Save ross-spencer/fd4f63dd11f2ce2c5600cfc59bc11d94 to your computer and use it in GitHub Desktop.
Sample identifiers.json file for legacy PID binding in Archivematica
[{
"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