lib/rdf/reasoner/format.rb in rdf-reasoner-0.5.1 vs lib/rdf/reasoner/format.rb in rdf-reasoner-0.5.2
- old
+ new
@@ -3,10 +3,10 @@
# LD::Patch format specification. Note that this format does not define any readers or writers.
#
# @example Obtaining an LD Patch format class
# RDF::Format.for(:reasoner) #=> RDF::Reasoner::Format
#
- # @see http://www.w3.org/TR/ldpatch/
+ # @see https://www.w3.org/TR/ldpatch/
class Format < RDF::Format
##
# Hash of CLI commands appropriate for this format
# @return [Hash{Symbol => Lambda(Array, Hash)}]