Sha256: 12917af37f0c01cf072dfac623ceb28f09dbb091c322b7d6f4025e676ad95ce7
Contents?: true
Size: 337 Bytes
Versions: 13
Compression:
Stored size: 337 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" end end end
Version data entries
13 entries across 13 versions & 1 rubygems