Sha256: 1e5c3fb8b6792c2e62d5842e11f30353954e86ad861f574589a9e2cca0a1eb1e
Contents?: true
Size: 508 Bytes
Versions: 12
Compression:
Stored size: 508 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." end end end
Version data entries
12 entries across 12 versions & 1 rubygems