lib/rdf/vocab/schema.rb in rdf-vocab-2.2.7 vs lib/rdf/vocab/schema.rb in rdf-vocab-2.2.8

- old
+ new

@@ -3,12 +3,12 @@ # This file generated automatically using rdf vocabulary format from http://schema.org/ require 'rdf' module RDF::Vocab # @!parse # # Vocabulary for <http://schema.org/> - # class SCHEMA < RDF::Vocabulary + # class SCHEMA < RDF::StrictVocabulary # end - class SCHEMA < RDF::Vocabulary("http://schema.org/") + class SCHEMA < RDF::StrictVocabulary("http://schema.org/") # Class definitions term :AMRadioChannel, comment: %(A radio channel that uses AM.).freeze, :"dc:source" => %(https://github.com/schemaorg/schemaorg/issues/1004).freeze,