lib/bolognese/writers/schema_org_writer.rb in bolognese-1.5.8 vs lib/bolognese/writers/schema_org_writer.rb in bolognese-1.5.9
- old
+ new
@@ -2,10 +2,10 @@
module Bolognese
module Writers
module SchemaOrgWriter
def schema_hsh
- { "@context" => "https://schema.org",
+ { "@context" => "http://schema.org",
"@type" => types.present? ? types["schemaOrg"] : nil,
"@id" => normalize_doi(doi),
"identifier" => to_schema_org_identifiers(identifiers),
"url" => url,
"additionalType" => types.present? ? types["resourceType"] : nil,