Sha256: 147e3fa6f8f2306006043747036d8d9835a5dd5649efeae8ed616a72f6e88cff

Contents?: true

Size: 1.16 KB

Versions: 8

Compression:

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

  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ddr-models-2.7.6 lib/ddr/vocab/asset.rb
ddr-models-2.7.5 lib/ddr/vocab/asset.rb
ddr-models-2.7.4 lib/ddr/vocab/asset.rb
ddr-models-2.7.3 lib/ddr/vocab/asset.rb
ddr-models-2.7.2 lib/ddr/vocab/asset.rb
ddr-models-2.7.1 lib/ddr/vocab/asset.rb
ddr-models-2.7.0 lib/ddr/vocab/asset.rb
ddr-models-2.7.0.rc1 lib/ddr/vocab/asset.rb