Click or drag to resize

ConfigurationLoader.AutoConfigureReadersAndWriters Method

Given a Configuration Graph will detect Readers and Writers for RDF and SPARQL syntaxes and register them with MimeTypesHelper. This will cause the library defaults to be overridden where appropriate.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static void AutoConfigureReadersAndWriters(
	IGraph g
)

Parameters

g
Type: VDS.RDF.IGraph
Configuration Graph.
See Also