lib/ddr/vocab/asset.rb in ddr-models-2.0.0.pre.2 vs lib/ddr/vocab/asset.rb in ddr-models-2.0.0.pre.3
- old
+ new
@@ -1,22 +1,13 @@
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"
property "adminSet",