Sha256: f5ee2d9de8222ded053aecdf20d61f786488e8def6748a70060f9e9d71911004

Contents?: true

Size: 1.46 KB

Versions: 2

Compression:

Stored size: 1.46 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."

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ddr-models-2.8.0 lib/ddr/vocab/asset.rb
ddr-models-2.8.0.rc1 lib/ddr/vocab/asset.rb