Skip to content

Commit

Permalink
Merge pull request #681 from OregonDigital/feature/regenerate-vocabs
Browse files Browse the repository at this point in the history
Regenerate vocabs
  • Loading branch information
Trey Terrell committed Oct 29, 2014
2 parents 2fa61c5 + 727f60e commit b2ea680
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/oregon_digital/vocabularies/bibframe.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This file generated automatically using vocab-fetch from http://bibframe.org/vocab/
require 'rdf'
module OregonDigital::Vocabularies
class BIBFRAME < ::RDF::Vocabulary("http://bibframe.org/vocab/")
end
end
6 changes: 6 additions & 0 deletions lib/oregon_digital/vocabularies/ccrel.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This file generated automatically using vocab-fetch from http://creativecommons.org/ns
require 'rdf'
module OregonDigital::Vocabularies
class CCREL < ::RDF::Vocabulary("http://creativecommons.org/ns")
end
end

0 comments on commit b2ea680

Please sign in to comment.