Class IncompleteTriple
Represents an incomplete Triple as part of the RDFa parsing process.
Inheritance
System.Object
IncompleteTriple
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Parsing.Contexts
Assembly: dotNetRDF.dll
Syntax
public class IncompleteTriple
Constructors
| Improve this Doc View SourceIncompleteTriple(INode, IncompleteTripleDirection)
Creates a new Incomplete Triple.
Declaration
public IncompleteTriple(INode pred, IncompleteTripleDirection direction)
Parameters
Type | Name | Description |
---|---|---|
INode | pred | Predicate. |
IncompleteTripleDirection | direction | Direction. |
Properties
| Improve this Doc View SourceDirection
Gets the Direction of the Incomplete Triple.
Declaration
public IncompleteTripleDirection Direction { get; }
Property Value
Type | Description |
---|---|
IncompleteTripleDirection |
Predicate
Gets the Predicate of the Incomplete Triple.
Declaration
public INode Predicate { get; }
Property Value
Type | Description |
---|---|
INode |