dotNetRDF API Documentation

TalisPlatformConnector Class

NOTE: This class is now obsolete.

Talis recently announced their intention to discontinue the Talis Platform in the near future, therefore Talis related classes will be removed in future releases


Class for connecting to the Talis Platform

For a list of all members of this type, see TalisPlatformConnector Members .

System.Object
   BaseHttpConnector
      TalisPlatformConnector

[Obsolete(Message=""Talis recently announced their intention to discontinue the Talis Platform in the" + " near future, therefore Talis related classes will be removed in future releases" + """, IsError=True)]
public class TalisPlatformConnector : BaseHttpConnector, IQueryableStorage, IStorageProvider, IStorageCapabilities, IDisposable, IConfigurationSerializable

Remarks

The Talis platform automatically converts all Blank Nodes input into it into Uri nodes. This means that data saved to Talis and then retrieved may lose it's Blank Nodes or have them assigned different IDs (different IDs is perfectly acceptable behaviour for any RDF based application since Blank Node IDs are only ever scoped to a given serialization).

Requirements

Namespace: VDS.RDF.Storage

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

TalisPlatformConnector Members | VDS.RDF.Storage Namespace