Class BasicTripleContext
Class which implements a very basic Triple Context.
Implements
Inherited Members
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public class BasicTripleContext : ITripleContext
Remarks
The Name Value collection is represented internally as a Dictionary.
Constructors
| Edit this page View SourceBasicTripleContext()
Creates a new Basic Triple Context without a Source.
Declaration
public BasicTripleContext()
Properties
| Edit this page View Sourcethis[string]
Gets/Sets the value of a Property.
Declaration
public object this[string name] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of the Property. |
Property Value
Type | Description |
---|---|
object |
Methods
| Edit this page View SourceHasProperty(string)
Checks whether a given property is defined in this Context object.
Declaration
public bool HasProperty(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of the Property. |
Returns
Type | Description |
---|---|
bool |