Click or drag to resize

TripleHasSubject Method

Indicates whether the Triple has the given Node as the Subject.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool HasSubject(
	INode n
)

Parameters

n
Type: VDS.RDFINode
Node to test upon.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Triple.HasSubject(VDS.RDF.INode)"]

See Also