We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
if getValue("Term"): return getValue("Path").replace(" “,"-")+getValue("Term");
This URI is formed by formatting the "Path" information and then concatenate with the "Term" value.