dotNetRDF API Documentation

IInMemoryQueryableStore Members

IInMemoryQueryableStore overview

Public Instance Methods

Contains Returns whether a given Triple is contained anywhere in the Query Triples
ExecuteQueryOverloaded. Executes a SPARQL Query on the Triple Store
GetTriplesOverloaded. Selects all Triples which have a Uri Node with the given Uri from all the Query Triples
GetTriplesWithObjectOverloaded. Selects all Triples where the Object is a Uri Node with the given Uri from all the Query Triples
GetTriplesWithPredicateOverloaded. Selects all Triples where the Predicate is a given Node from all the Query Triples
GetTriplesWithPredicateObject Selects all the Triples with the given Predicate-Object pair from all the Query Triples
GetTriplesWithSubjectOverloaded. Selects all Triples where the Subject is a given Node from all the Query Triples
GetTriplesWithSubjectObject Selects all the Triples with the given Subject-Object pair from all the Query Triples
GetTriplesWithSubjectPredicate Selects all the Triples with the given Subject-Predicate pair from all the Query Triples

See Also

IInMemoryQueryableStore Interface | VDS.RDF Namespace