The RdfFormat type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetResultsFormat
Returns the format to use for the specified media type or extension, or null if there is no match found
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMatchesMediaType
Returns true, if this instance has at least one media type string that matches one of the media type strings of other
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the string representation of this object
(Inherited from FormatInfo.)
Public methodWithEncoding
Returns a copy of this results format, with a different encoding

Fields

  NameDescription
Public fieldStatic memberAllFormats
All RDF serialization formats supported by BrightstarDB
Public fieldStatic memberJson
RDF/JSON format
Public fieldStatic memberNotation3
Notation 3 Format
Public fieldStatic memberNQuads
NQuads Format
Public fieldStatic memberNTriples
NTriples Format
Public fieldStatic memberRdfXml
RDF/XML format
Public fieldStatic memberTriG
TriG format
Public fieldStatic memberTriX
TriX format
Public fieldStatic memberTurtle
Turtle Format

Properties

  NameDescription
Public propertyStatic memberAllMediaTypes
Gets an enumeration of all of the media types supported by the SPARQL results formats defined by this class.
Public propertyDefaultExtension
The default file extension to use for this results format
(Inherited from FormatInfo.)
Public propertyEncoding
The encoding to be used when streaming the result
(Inherited from FormatInfo.)
Public propertyMediaTypes
Get the list of media types that are recognized for this results format
(Inherited from FormatInfo.)
Public propertySerializedModel
Returns the model(s) that the format can be used to serialize
(Inherited from FormatInfo.)
Public propertySupportsDatasets
Returns true if this format can be used to serialize RDF datasets consisting of multiple graphs

See Also