Skip to content

Commit

Permalink
Finish 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Apr 5, 2023
2 parents 5b493bf + 391ca07 commit ade9d29
Show file tree
Hide file tree
Showing 6 changed files with 3,155 additions and 3,251 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.4
3.2.5
1,648 changes: 773 additions & 875 deletions lib/rdf/vocab/dbo.rb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/rdf/vocab/extensions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def to_html(graph: nil, prefixes: nil, jsonld: nil, template: nil)
case template
when /.haml$/
require 'haml'
haml = if Haml.const_defined?(:Template)
haml = if Haml::VERSION >= "6"
Haml::Template.new {File.read(template)}
else
Haml::Engine.new(File.read(template))
Expand Down
8 changes: 7 additions & 1 deletion lib/rdf/vocab/identifiers.rb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/rdf/vocab/marcrelators.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module RDF::Vocab
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Appellee",
type: "http://www.loc.gov/mads/rdf/v1#Authority"
term :apl,
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Apppellant",
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Appellant",
type: "http://www.loc.gov/mads/rdf/v1#Authority"
term :app,
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Applicant",
Expand Down
Loading

0 comments on commit ade9d29

Please sign in to comment.