Skip to content

Commit 7149d8c

Browse files
committed
Finish 3.2.2
2 parents 7cbbb86 + 5da33e7 commit 7149d8c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.1
1+
3.2.2

lib/json/ld/preloaded/lov.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- encoding: utf-8 -*-
22
# frozen_string_literal: true
3-
# This file generated automatically from https://lov.linkeddata.es/dataset/lov/context
3+
# This file generated automatically from http://lov.linkeddata.es/dataset/lov/context
44
require 'json/ld'
55
class JSON::LD::Context
6-
add_preloaded("https://lov.linkeddata.es/dataset/lov/context") do
6+
add_preloaded("http://lov.linkeddata.es/dataset/lov/context") do
77
new(processingMode: "json-ld-1.1", term_definitions: {
88
"SAN" => TermDefinition.new("SAN", id: "http://www.irit.fr/recherches/MELODI/ontologies/SAN#", simple: true, prefix: true),
99
"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
797797
"zbwext" => TermDefinition.new("zbwext", id: "http://zbw.eu/namespaces/zbw-extensions/", simple: true, prefix: true)
798798
})
799799
end
800-
alias_preloaded("http://lov.linkeddata.es/dataset/lov/context", "https://lov.linkeddata.es/dataset/lov/context")
800+
alias_preloaded("http://lov.linkeddata.es/dataset/lov/context", "http://lov.linkeddata.es/dataset/lov/context")
801801
end

lib/json/ld/preloaded/schema.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- encoding: utf-8 -*-
22
# frozen_string_literal: true
3-
# This file generated automatically from https://schema.org/
3+
# This file generated automatically from http://schema.org/
44
require 'json/ld'
55
class JSON::LD::Context
6-
add_preloaded("https://schema.org/") do
6+
add_preloaded("http://schema.org/") do
77
new(vocab: "http://schema.org/", processingMode: "json-ld-1.1", term_definitions: {
88
"3DModel" => TermDefinition.new("3DModel", id: "http://schema.org/3DModel"),
99
"AMRadioChannel" => TermDefinition.new("AMRadioChannel", id: "http://schema.org/AMRadioChannel"),
@@ -2851,7 +2851,7 @@ class JSON::LD::Context
28512851
"yield" => TermDefinition.new("yield", id: "http://schema.org/yield")
28522852
})
28532853
end
2854-
alias_preloaded("https://schema.org", "https://schema.org/")
2855-
alias_preloaded("http://schema.org/", "https://schema.org/")
2856-
alias_preloaded("http://schema.org", "https://schema.org/")
2854+
alias_preloaded("https://schema.org", "http://schema.org/")
2855+
alias_preloaded("http://schema.org/", "http://schema.org/")
2856+
alias_preloaded("http://schema.org", "http://schema.org/")
28572857
end

0 commit comments

Comments
 (0)