dotNetRDF API Documentation

WideningClassSelector Class

NOTE: This class is now obsolete.

ISelector interface is considered obsolete and will be removed in the 0.7.0 release


Selector which finds all Triples where the Subject is of a given Class (or superclass thereof)

For a list of all members of this type, see WideningClassSelector Members .

System.Object
   WideningClassSelector

[Obsolete(Message=""ISelector interface is considered obsolete and will be removed in the 0.7.0 relea" + "se"", IsError=False)]
public class WideningClassSelector : ISelector<T>

Remarks

This Class will not automatically apply the standard RDF Schema class hierarchy unless it has been defined in the Graph explicitly

Requirements

Namespace: VDS.RDF.Query

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

WideningClassSelector Members | VDS.RDF.Query Namespace