The RdfFormat type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetResultsFormat |
Returns the format to use for the specified media type or extension, or null if there is no match found
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MatchesMediaType |
Returns true, if this instance has at least one media type string that matches
one of the media type strings of other |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns the string representation of this object
(Inherited from FormatInfo.) |
![]() | WithEncoding |
Returns a copy of this results format, with a different encoding
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | AllFormats |
All RDF serialization formats supported by BrightstarDB
|
![]() ![]() | Json |
RDF/JSON format
|
![]() ![]() | Notation3 |
Notation 3 Format
|
![]() ![]() | NQuads |
NQuads Format
|
![]() ![]() | NTriples |
NTriples Format
|
![]() ![]() | RdfXml |
RDF/XML format
|
![]() ![]() | TriG |
TriG format
|
![]() ![]() | TriX |
TriX format
|
![]() ![]() | Turtle |
Turtle Format
|
Properties
Name | Description | |
---|---|---|
![]() ![]() | AllMediaTypes |
Gets an enumeration of all of the media types supported by the SPARQL results
formats defined by this class.
|
![]() | DefaultExtension |
The default file extension to use for this results format
(Inherited from FormatInfo.) |
![]() | Encoding |
The encoding to be used when streaming the result
(Inherited from FormatInfo.) |
![]() | MediaTypes |
Get the list of media types that are recognized for this results format
(Inherited from FormatInfo.) |
![]() | SerializedModel |
Returns the model(s) that the format can be used to serialize
(Inherited from FormatInfo.) |
![]() | SupportsDatasets |
Returns true if this format can be used to serialize RDF datasets consisting of multiple graphs
|