Skip to content

Commit

Permalink
Vocabulary refresh.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Dec 26, 2020
1 parent c64a73f commit e3e7154
Show file tree
Hide file tree
Showing 24 changed files with 3,267 additions and 3,303 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- 2.5
- 2.6
- 2.7
#- 3.0 # net-http-persistent
#- ruby-head # net-http-persistent
#- jruby # Nokogumbo
steps:
Expand Down
28 changes: 14 additions & 14 deletions lib/rdf/vocab/bf2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -579,15 +579,15 @@ module RDF::Vocab
# # @return [RDF::Vocabulary::Term]
# attr_reader :absorbedBy
#
# # Expected value Work, Instance or Item
# #
# # Used with Work, Instance or Item
# #
# # Expected value Work, Instance or Item
# # @return [RDF::Vocabulary::Term]
# attr_reader :accompaniedBy
#
# # Expected value Work, Instance or Item
# #
# # Used with Work, Instance or Item
# #
# # Expected value Work, Instance or Item
# # @return [RDF::Vocabulary::Term]
# attr_reader :accompanies
#
Expand Down Expand Up @@ -866,9 +866,9 @@ module RDF::Vocab
# # @return [RDF::Vocabulary::Term]
# attr_reader :hasDerivative
#
# # Expected value Work, Instance or Item
# #
# # Used with Work, Instance or Item
# #
# # Expected value Work, Instance or Item
# # @return [RDF::Vocabulary::Term]
# attr_reader :hasEquivalent
#
Expand All @@ -881,9 +881,9 @@ module RDF::Vocab
# # @return [RDF::Vocabulary::Term]
# attr_reader :hasItem
#
# # Expected value Work, Instance or Item
# #
# # Used with Work, Instance or Item
# #
# # Expected value Work, Instance or Item
# # @return [RDF::Vocabulary::Term]
# attr_reader :hasPart
#
Expand Down Expand Up @@ -1076,9 +1076,9 @@ module RDF::Vocab
# # @return [RDF::Vocabulary::Term]
# attr_reader :partNumber
#
# # Expected value Work, Instance or Item
# #
# # Used with Work, Instance or Item
# #
# # Expected value Work, Instance or Item
# # @return [RDF::Vocabulary::Term]
# attr_reader :partOf
#
Expand Down Expand Up @@ -1127,15 +1127,15 @@ module RDF::Vocab
# # @return [RDF::Vocabulary::Term]
# attr_reader :reductionRatio
#
# # Expected value Work, Instance or Item
# #
# # Used with Work, Instance or Item
# #
# # Expected value Work, Instance or Item
# # @return [RDF::Vocabulary::Term]
# attr_reader :referencedBy
#
# # Expected value Work, Instance or Item
# #
# # Used with Work, Instance or Item
# #
# # Expected value Work, Instance or Item
# # @return [RDF::Vocabulary::Term]
# attr_reader :references
#
Expand Down
Loading

0 comments on commit e3e7154

Please sign in to comment.