Triple Methods |
The Triple type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompareTo |
Implementation of CompareTo for Triples which allows Triples to be sorted.
|
![]() | Equals |
Implementation of Equality for Triples.
(Overrides Object.Equals(Object).) |
![]() | GetHashCode |
Implementation of Hash Codes for Triples.
(Overrides Object.GetHashCode().) |
![]() | GetObjectData |
Gets the data for serialization.
|
![]() | GetSchema |
Gets the schema for XML serialization.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasObject |
Indicates whether the Triple has the given Node as the Object.
|
![]() | HasPredicate |
Indicates whether the Triple has the given Node as the Predicate.
|
![]() | HasSubject |
Indicates whether the Triple has the given Node as the Subject.
|
![]() | Involves(Uri) |
Checks whether the Triple involves a given Uri.
|
![]() | Involves(INode) |
Checks whether the Triple involves a given Node.
|
![]() | ReadXml |
Reads the data for XML deserialization.
|
![]() | ToString() |
Gets a String representation of a Triple in the form 'Subject , Predicate , Object'.
(Overrides Object.ToString().) |
![]() | ToString(Boolean) |
Gets a String representation of a Triple in the form 'Subject , Predicate , Object' with optional compression of URIs to QNames.
|
![]() | ToString(ITripleFormatter) |
Gets the String representation of a Triple using the given Triple Formatter.
|
![]() | WriteXml |
Writes the data for XML serialization.
|
Name | Description | |
---|---|---|
![]() | CopyTriple(IGraph) | Overloaded.
Copies a Triple to the target Graph.
(Defined by Extensions.) |
![]() | CopyTriple(IGraph, Boolean) | Overloaded.
Copies a Triple to the target Graph.
(Defined by Extensions.) |
![]() | MapTriple |
Copies a Triple from one Graph mapping Nodes as appropriate.
(Defined by Extensions.) |