Triple Members
The Triple type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Triple | Overloaded. |
Methods
Name | Description | |
---|---|---|
Clone |
Creates a new triple and copies the current triple values to the new triple.
|
|
Equals |
Performs a value comparison on two Triple objects to see if they are the same.
(Overrides Object. . :: .Equals(Object).) |
|
GetHashCode |
Implemented to get compiler to stop complaining, just calls base.GetHashCode()
(Overrides Object. . :: .GetHashCode() () ().) |
|
ToString |
Prints the current Triple object as a string. Intended mostly for debugging purposes.
(Overrides Object. . :: .ToString() () ().) |
Properties
Name | Description | |
---|---|---|
IsObjectSubject |
True if the Object property is an rdf:Resource link
|
|
Object |
Object or value of the current Triple
|
|
Predicate |
Predicate URI of the current Triple
|
|
PredicateAsString |
Property used to serialize and deserialize predicate URI
|
|
Subject |
Subject URI of the current Triple object
|
|
SubjectAsString |
Property used to serialize and deserialize subject URI
|
|
XsdType |
Type of current triples object
|
|
XsdTypeAsString |
Property used to serialize and deserialize xsdtype URI
|