Sha256: 3bc35af78e8d017aeb90ff55efd314dc8dd786a992c4440877d8d35a300c4543
Contents?: true
Size: 634 Bytes
Versions: 16
Compression:
Stored size: 634 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" end end end
Version data entries
16 entries across 16 versions & 1 rubygems