OntologyPropertyUsedBy Property  | 
 
            Gets all the resources that use this property.
            
 
    Namespace: 
   VDS.RDF.Ontology
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IEnumerable<OntologyResource> UsedBy { get; }Public ReadOnly Property UsedBy As IEnumerable(Of OntologyResource)
	Get
Property Value
Type: 
IEnumerableOntologyResource
See Also