OntologyPropertyEquivalentProperties 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; }
Public ReadOnly Property EquivalentProperties As IEnumerable(Of OntologyProperty)
Get
Property Value
Type:
IEnumerableOntologyPropertySee Also