Sha256: 7bf88df953c9349a1948b172a8df54ac1691b3c7704039d62349d9ef85f2b945
Contents?: true
Size: 1.75 KB
Versions: 23
Compression:
Stored size: 1.75 KB
Contents
module Ddr::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?" property "ingestedBy", label: "Ingested By", comment: "The agent (person or software) that initiated or performed the ingestion of the object." property "ingestionDate", label: "Ingestion Date", comment: "The date/time at which the object was originally ingested into the repository." property "rightsNote", label: "Rights Note", comment: "Free-text statement about the rights status of the resource." property "alephId", label: "Aleph ID", comment: "The Aleph identifier for a catalog record corresponding to the object." property "affiliation", label: "Affiliation", comment: "An organizational entity associated with the object content." property "nestedPath", label: "Nested Path", comment: "The nested/tree path to the object to be reflected in structural metadata." property "contentdmId", label: "CONTENTdm ID" comment: "The CONTENTdm reference corresponding to the object." end end
Version data entries
23 entries across 23 versions & 1 rubygems