OntologyResourceGetResourceProperty Method (String) |
Gets the values for a property which can be any node type.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IEnumerable<INode> GetResourceProperty(
string propertyUri
)
Public Function GetResourceProperty (
propertyUri As String
) As IEnumerable(Of INode)
Parameters
- propertyUri
- Type: SystemString
Property URI.
Return Value
Type:
IEnumerableINode[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyResource.GetResourceProperty(System.String)"]
See Also