Click or drag to resize

OntologyGraph.GetProperties Method

Get all properties defined in the graph where anything of a specific type is considered a property.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<OntologyProperty> GetProperties(
	INode propertyType
)

Parameters

propertyType
Type: VDS.RDF.INode
Type which represents properties.

Return Value

Type: IEnumerable<OntologyProperty>
Enumeration of properties.
See Also