OntologyResourceGetLiteralProperty Method (String) |
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(
string propertyUri
)
Public Function GetLiteralProperty (
propertyUri As String
) As IEnumerable(Of ILiteralNode)
Parameters
- propertyUri
- Type: SystemString
Property URI.
Return Value
Type:
IEnumerableILiteralNode[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyResource.GetLiteralProperty(System.String)"]
See Also