OntologyPropertyIndirectSuperProperty Property  | 
 
            Gets the indirect super-properties of this property.
            
 
    Namespace: 
   VDS.RDF.Ontology
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IEnumerable<OntologyProperty> IndirectSuperProperty { get; }Public ReadOnly Property IndirectSuperProperty As IEnumerable(Of OntologyProperty)
	Get
Property Value
Type: 
IEnumerableOntologyProperty
See Also