lib/shex/format.rb in shex-0.6.0 vs lib/shex/format.rb in shex-0.6.1

- old
+ new

@@ -8,11 +8,9 @@ # RDF::Format.for(:shex) #=> LD::Patch::Format # RDF::Format.for("etc/foaf.shex") # RDF::Format.for(file_name: "etc/foaf.shex") # RDF::Format.for(file_extension: "shex") # RDF::Format.for(content_type: "application/shex") - # - # @see http://www.w3.org/TR/ldpatch/ class Format < RDF::Format content_type 'application/shex', extension: :shex content_encoding 'utf-8' ##