Click or drag to resize

OntologyResource.IntialiseProperty Method

Retrieves all the Triples which have the Resource as the subject and the given property URI as the predicate from the Graph and stores the values locally.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected void IntialiseProperty(
	string propertyUri,
	bool requireLiteral
)

Parameters

propertyUri
Type: System.String
Property URI.
requireLiteral
Type: System.Boolean
Whether only Literal values are acceptable.
See Also