class LD::Patch::Format

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(:ldp)           #=> LD::Patch::Format
RDF::Format.for("etc/foaf.ldp")
RDF::Format.for(:file_name         => "etc/foaf.ldp")
RDF::Format.for(file_extension: "ldp")
RDF::Format.for(:content_type   => "text/ldpatch")

@see www.w3.org/TR/ldpatch/