diff --git a/VERSION b/VERSION index e4604e3..be94e6f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.1 +3.2.2 diff --git a/lib/json/ld/preloaded/lov.rb b/lib/json/ld/preloaded/lov.rb index a03a460..7dae058 100644 --- a/lib/json/ld/preloaded/lov.rb +++ b/lib/json/ld/preloaded/lov.rb @@ -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), @@ -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 diff --git a/lib/json/ld/preloaded/schema.rb b/lib/json/ld/preloaded/schema.rb index ffba382..3d26143 100644 --- a/lib/json/ld/preloaded/schema.rb +++ b/lib/json/ld/preloaded/schema.rb @@ -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"), @@ -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