Sha256: c99528fc3006c2c1e94093a3face7089e46599c0e52bdf85a1b08d6e8949a277
Contents?: true
Size: 690 Bytes
Versions: 19
Compression:
Stored size: 690 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 "isLocked", label: "Is Locked?" end end end
Version data entries
19 entries across 19 versions & 1 rubygems