OntologyResourceIntialiseProperty 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
)
Protected Sub IntialiseProperty (
propertyUri As String,
requireLiteral As Boolean
)
Parameters
- propertyUri
- Type: SystemString
Property URI. - requireLiteral
- Type: SystemBoolean
Whether only Literal values are acceptable.
See Also