require "rdf-vocab" module Ddr module Id extend ActiveSupport::Autoload autoload :Identifier autoload :AlternateIdentifier autoload :PrimaryIdentifier LOCAL = RDF::Vocab::Identifiers.local ARK = RDF::Vocab::DataCite.ark end end