Click or drag to resize

FusekiConnector Constructor (String, MimeTypeDefinition)

Creates a new connection to a Fuseki Server.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public FusekiConnector(
	string serviceUri,
	MimeTypeDefinition writerMimeTypeDefinition = null
)

Parameters

serviceUri
Type: SystemString
The /data URI of the Fuseki Server.
writerMimeTypeDefinition (Optional)
Type: VDS.RDFMimeTypeDefinition
The MIME type of the syntax to use when sending RDF data to the server. Defaults to RDF/XML.
See Also