-
Notifications
You must be signed in to change notification settings - Fork 6
4. NPGObjectConXrefs
Yinyi Chen edited this page Jan 12, 2016
·
1 revision
Click here to view the model screenshot
PyTransform
return “object/"+getValue("ObjectID")
Explanation
This URI will then be concatenated to the museum URI (base URI) to form the complete Object URI.
PyTransform
if getValue("Prefix") == 'Artist:':
return "person-institution/" + getValue("ConstituentID")
Explanation
This URI will then be concatenated to the museum URI (base URI) to form the complete Artist URI. The set of Artist URI is a subset of Constituent URI.
PyTransform
if getValue("Prefix") == 'Sitter:':
return "person-institution/" + getValue(“ConstituentID")
Explanation
This URI will then be concatenated to the museum URI (base URI) to form the complete Sitter URI. The set of Sitter URI is a subset of Constituent URI.