Sha256: fdd7edab195fc164d3da05c04e8c4a81045dd14bd6d7c2ff2527b17d4f9c395e
Contents?: true
Size: 488 Bytes
Versions: 3
Compression:
Stored size: 488 Bytes
Contents
module Ddr module Vocab class Asset < RDF::StrictVocabulary("http://repository.lib.duke.edu/vocab/asset/") property "order", label: "Order" property "permanentId", label: "Permanent Identifier" property "permanentUrl", label: "Permanent URL" property "fileGroup", label: "File Group" property "fileUse", label: "File Use" property "workflowState", label: "Workflow State" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ddr-models-1.14.2 | lib/ddr/vocab/asset.rb |
ddr-models-1.14.1 | lib/ddr/vocab/asset.rb |
ddr-models-1.14.0 | lib/ddr/vocab/asset.rb |