json-ld-preloaded 3.2.1 → 3.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/json/ld/preloaded/lov.rb +3 -3
- data/lib/json/ld/preloaded/schema.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28ae06e65c1285644069e4927fe7dd1581bf31f7663ea42e3cf0d9e5dfa202e7
|
4
|
+
data.tar.gz: 7fa45a25c6cde6faceeb0a6ae316ddc7f3db334f88d793971b99b1082a1a7e31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9db517cfa0a29a098ba099cfe97e8402b39d9ded6fe705c81066d813940de74cdc59055d37c3742e2afbaf7e57be28298883a2af3d1b7469ed7579a4e22ab10e
|
7
|
+
data.tar.gz: 8aaf5250e484f0a7ccc83f3984b0c10d4383c253d73b328c1f9e3565eafe04844e5100772ae48b595c02e0fb82b3c25afa149dd61cb8b944e248c4d4b7b2b5f4
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.2.
|
1
|
+
3.2.2
|
@@ -1,9 +1,9 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically from
|
3
|
+
# This file generated automatically from http://lov.linkeddata.es/dataset/lov/context
|
4
4
|
require 'json/ld'
|
5
5
|
class JSON::LD::Context
|
6
|
-
add_preloaded("
|
6
|
+
add_preloaded("http://lov.linkeddata.es/dataset/lov/context") do
|
7
7
|
new(processingMode: "json-ld-1.1", term_definitions: {
|
8
8
|
"SAN" => TermDefinition.new("SAN", id: "http://www.irit.fr/recherches/MELODI/ontologies/SAN#", simple: true, prefix: true),
|
9
9
|
"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
|
|
797
797
|
"zbwext" => TermDefinition.new("zbwext", id: "http://zbw.eu/namespaces/zbw-extensions/", simple: true, prefix: true)
|
798
798
|
})
|
799
799
|
end
|
800
|
-
alias_preloaded("http://lov.linkeddata.es/dataset/lov/context", "
|
800
|
+
alias_preloaded("http://lov.linkeddata.es/dataset/lov/context", "http://lov.linkeddata.es/dataset/lov/context")
|
801
801
|
end
|
@@ -1,9 +1,9 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically from
|
3
|
+
# This file generated automatically from http://schema.org/
|
4
4
|
require 'json/ld'
|
5
5
|
class JSON::LD::Context
|
6
|
-
add_preloaded("
|
6
|
+
add_preloaded("http://schema.org/") do
|
7
7
|
new(vocab: "http://schema.org/", processingMode: "json-ld-1.1", term_definitions: {
|
8
8
|
"3DModel" => TermDefinition.new("3DModel", id: "http://schema.org/3DModel"),
|
9
9
|
"AMRadioChannel" => TermDefinition.new("AMRadioChannel", id: "http://schema.org/AMRadioChannel"),
|
@@ -2851,7 +2851,7 @@ class JSON::LD::Context
|
|
2851
2851
|
"yield" => TermDefinition.new("yield", id: "http://schema.org/yield")
|
2852
2852
|
})
|
2853
2853
|
end
|
2854
|
-
alias_preloaded("https://schema.org", "
|
2855
|
-
alias_preloaded("http://schema.org/", "
|
2856
|
-
alias_preloaded("http://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/")
|
2857
2857
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: json-ld-preloaded
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gregg Kellogg
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-10-
|
11
|
+
date: 2022-10-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rdf
|