lib/ddr/vocab/display.rb in ddr-models-2.6.2 vs lib/ddr/vocab/display.rb in ddr-models-2.7.0.rc1
- old
+ new
@@ -1,11 +1,9 @@
-module Ddr
- module Vocab
- class Display < RDF::StrictVocabulary("http://repository.lib.duke.edu/vocab/display/")
+module Ddr::Vocab
+ class Display < RDF::StrictVocabulary("#{BASE_URI}/display/")
- property "format",
- label: "Display Format",
- comment: "Format to use when displaying the object."
+ property "format",
+ label: "Display Format",
+ comment: "Format to use when displaying the object."
- end
end
-end
\ No newline at end of file
+end