Click or drag to resize

OntologyGraphGetProperties 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.RDFINode
Type which represents properties.

Return Value

Type: IEnumerableOntologyProperty
Enumeration of properties.
See Also