Skip to content

Commit

Permalink
Finish 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Oct 25, 2022
2 parents 7cbbb86 + 5da33e7 commit 7149d8c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.1
3.2.2
6 changes: 3 additions & 3 deletions lib/json/ld/preloaded/lov.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- encoding: utf-8 -*-
# frozen_string_literal: true
# This file generated automatically from https://lov.linkeddata.es/dataset/lov/context
# This file generated automatically from http://lov.linkeddata.es/dataset/lov/context
require 'json/ld'
class JSON::LD::Context
add_preloaded("https://lov.linkeddata.es/dataset/lov/context") do
add_preloaded("http://lov.linkeddata.es/dataset/lov/context") do
new(processingMode: "json-ld-1.1", term_definitions: {
"SAN" => TermDefinition.new("SAN", id: "http://www.irit.fr/recherches/MELODI/ontologies/SAN#", simple: true, prefix: true),
"a-loc" => TermDefinition.new("a-loc", id: "https://w3id.org/arco/ontology/location/", simple: true, prefix: true),
Expand Down Expand Up @@ -797,5 +797,5 @@ class JSON::LD::Context
"zbwext" => TermDefinition.new("zbwext", id: "http://zbw.eu/namespaces/zbw-extensions/", simple: true, prefix: true)
})
end
alias_preloaded("http://lov.linkeddata.es/dataset/lov/context", "https://lov.linkeddata.es/dataset/lov/context")
alias_preloaded("http://lov.linkeddata.es/dataset/lov/context", "http://lov.linkeddata.es/dataset/lov/context")
end
10 changes: 5 additions & 5 deletions lib/json/ld/preloaded/schema.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- encoding: utf-8 -*-
# frozen_string_literal: true
# This file generated automatically from https://schema.org/
# This file generated automatically from http://schema.org/
require 'json/ld'
class JSON::LD::Context
add_preloaded("https://schema.org/") do
add_preloaded("http://schema.org/") do
new(vocab: "http://schema.org/", processingMode: "json-ld-1.1", term_definitions: {
"3DModel" => TermDefinition.new("3DModel", id: "http://schema.org/3DModel"),
"AMRadioChannel" => TermDefinition.new("AMRadioChannel", id: "http://schema.org/AMRadioChannel"),
Expand Down Expand Up @@ -2851,7 +2851,7 @@ class JSON::LD::Context
"yield" => TermDefinition.new("yield", id: "http://schema.org/yield")
})
end
alias_preloaded("https://schema.org", "https://schema.org/")
alias_preloaded("http://schema.org/", "https://schema.org/")
alias_preloaded("http://schema.org", "https://schema.org/")
alias_preloaded("https://schema.org", "http://schema.org/")
alias_preloaded("http://schema.org/", "http://schema.org/")
alias_preloaded("http://schema.org", "http://schema.org/")
end

0 comments on commit 7149d8c

Please sign in to comment.