Click or drag to resize

OntologyResource.GetLiteralProperty Method (Uri)

Gets the values for a property which is restricted to literals.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<ILiteralNode> GetLiteralProperty(
	Uri propertyUri
)

Parameters

propertyUri
Type: System.Uri
Property URI.

Return Value

Type: IEnumerable<ILiteralNode>

[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyResource.GetLiteralProperty(System.Uri)"]

See Also