IInMemoryQueryableStore overview
Contains | Returns whether a given Triple is contained anywhere in the Query Triples |
ExecuteQuery | Overloaded. Executes a SPARQL Query on the Triple Store |
GetTriples | Overloaded. Selects all Triples which have a Uri Node with the given Uri from all the Query Triples |
GetTriplesWithObject | Overloaded. Selects all Triples where the Object is a Uri Node with the given Uri from all the Query Triples |
GetTriplesWithPredicate | Overloaded. 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 |
GetTriplesWithSubject | Overloaded. 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 |
IInMemoryQueryableStore Interface | VDS.RDF Namespace