lib/json/ld/preloaded/vcard.rb in json-ld-preloaded-0.0.2 vs lib/json/ld/preloaded/vcard.rb in json-ld-preloaded-1.0.0
- old
+ new
@@ -3,12 +3,10 @@
# This file generated automatically from http://www.w3.org/2006/vcard/ns
require 'json/ld'
class JSON::LD::Context
add_preloaded("http://www.w3.org/2006/vcard/ns") do
new(term_definitions: {
- "vcard" => TermDefinition.new("vcard", id: "http://www.w3.org/2006/vcard/ns#", simple: true),
- "xsd" => TermDefinition.new("xsd", id: "http://www.w3.org/2001/XMLSchema#", simple: true),
"Acquaintance" => TermDefinition.new("Acquaintance", id: "http://www.w3.org/2006/vcard/ns#Acquaintance", simple: true),
"Address" => TermDefinition.new("Address", id: "http://www.w3.org/2006/vcard/ns#Address", simple: true),
"Agent" => TermDefinition.new("Agent", id: "http://www.w3.org/2006/vcard/ns#Agent", simple: true),
"BBS" => TermDefinition.new("BBS", id: "http://www.w3.org/2006/vcard/ns#BBS", simple: true),
"Car" => TermDefinition.new("Car", id: "http://www.w3.org/2006/vcard/ns#Car", simple: true),
@@ -150,9 +148,11 @@
"street-address" => TermDefinition.new("street-address", id: "http://www.w3.org/2006/vcard/ns#street-address", simple: true),
"tel" => TermDefinition.new("tel", id: "http://www.w3.org/2006/vcard/ns#tel", type_mapping: "@id"),
"title" => TermDefinition.new("title", id: "http://www.w3.org/2006/vcard/ns#title", simple: true),
"tz" => TermDefinition.new("tz", id: "http://www.w3.org/2006/vcard/ns#tz", simple: true),
"url" => TermDefinition.new("url", id: "http://www.w3.org/2006/vcard/ns#url", type_mapping: "@id"),
- "value" => TermDefinition.new("value", id: "http://www.w3.org/2006/vcard/ns#value", simple: true)
+ "value" => TermDefinition.new("value", id: "http://www.w3.org/2006/vcard/ns#value", simple: true),
+ "vcard" => TermDefinition.new("vcard", id: "http://www.w3.org/2006/vcard/ns#", simple: true),
+ "xsd" => TermDefinition.new("xsd", id: "http://www.w3.org/2001/XMLSchema#", simple: true)
})
end
end