Click or drag to resize

OntologyProperty.EquivalentProperties Property

Gets all the equivalent properties of this property.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<OntologyProperty> EquivalentProperties { get; }

Property Value

Type: IEnumerable<OntologyProperty>
See Also