module Ddr module Vocab class Workflow < RDF::StrictVocabulary("http://repository.lib.duke.edu/vocab/workflow/") term :published, label: "Published" end end end