lib/ddr/vocab/asset.rb in ddr-models-2.11.0 vs lib/ddr/vocab/asset.rb in ddr-models-3.0.0.alpha.1
- old
+ new
@@ -1,51 +1,26 @@
-module Ddr::Vocab
- class Asset < RDF::StrictVocabulary("http://repository.lib.duke.edu/vocab/asset/")
+ module Ddr
+ module Vocab
+ class Asset < RDF::StrictVocabulary("http://repository.lib.duke.edu/vocab/asset/")
- property "permanentId",
- label: "Permanent Identifier"
+ property "permanentId",
+ label: "Permanent Identifier"
- property "permanentUrl",
- label: "Permanent URL"
+ property "permanentUrl",
+ label: "Permanent URL"
- property "workflowState",
- label: "Workflow State"
+ property "workflowState",
+ label: "Workflow State"
- property "adminSet",
- label: "Administrative Set",
- comment: "A name under which objects (principally collections) are grouped for administrative purposes."
+ property "adminSet",
+ label: "Administrative Set",
+ comment: "A name under which objects (principally collections) are grouped for administrative purposes."
- property "eadId",
- label: "EAD ID"
+ property "eadId",
+ label: "EAD ID"
- property "archivesSpaceId",
- label: "ArchivesSpace Identifier"
+ property "multiresImageFilePath",
+ label: "Multires Image File Path"
- 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."
-
+ end
end
end