Sha256: 12ccd5184684ac6d06d62eed6892d73a75c93a1fd9500e835ca9215e130c1c70
Contents?: true
Size: 773 Bytes
Versions: 17
Compression:
Stored size: 773 Bytes
Contents
module Ddr module Vocab class Asset < RDF::StrictVocabulary("http://repository.lib.duke.edu/vocab/asset/") property "permanentId", label: "Permanent Identifier" property "permanentUrl", label: "Permanent URL" property "workflowState", label: "Workflow State" property "adminSet", label: "Administrative Set", comment: "A name under which objects (principally collections) are grouped for administrative purposes." property "eadId", label: "EAD ID" property "archivesSpaceId", label: "ArchivesSpace Identifier" property "multiresImageFilePath", label: "Multires Image File Path" property "isLocked", label: "Is Locked?" end end end
Version data entries
17 entries across 17 versions & 1 rubygems