Name |
Description |
RDFAskQuery |
RDFAskQuery is the SPARQL "ASK" query implementation. |
RDFAskQueryResult |
RDFAskResult is a container for SPARQL "ASK" query results. |
RDFBooleanAndFilter |
RDFBooleanAndFilter represents a filter applying an "AND" on the logics of the given filters. |
RDFBooleanNotFilter |
RDFBooleanNotFilter represents a filter applying a negation on the logics of the given filter. |
RDFBooleanOrFilter |
RDFBooleanOrFilter represents a filter applying an "OR" on the logics of the given filters. |
RDFBoundFilter |
RDFBoundFilter represents a filter checking if a variable is bound to a value. |
RDFComparisonFilter |
RDFComparisonFilter represents a filter applying a comparison between the given RDF terms. |
RDFConstructQuery |
RDFConstructQuery is the SPARQL "CONSTRUCT" query implementation. |
RDFConstructQueryResult |
RDFConstructQueryResult is a container for SPARQL "CONSTRUCT" query results. |
RDFDatatypeFilter |
RDFDatatypeFilter represents a filter on the datatype of a variable. |
RDFDescribeQuery |
RDFDescribeQuery is the SPARQL "DESCRIBE" query implementation. |
RDFIsBlankFilter |
RDFIsBlankFilter represents a filter for Blank Uri values of a variable. |
RDFIsLiteralFilter |
RDFIsLiteralFilter represents a filter for literal values of a variable. |
RDFIsUriFilter |
RDFIsUriFilter represents a filter for Uri values of a variable. |
RDFLangMatchesFilter |
RDFLangMatchesFilter represents a filter on the language of a variable. |
RDFLimitModifier |
RDFLimitModifier is a modifier which applies an upper-bound counter to the number of query results to be considered. |
RDFOffsetModifier |
RDFOffsetModifier is a modifier which makes the first N query results to be not considered. |
RDFOrderByModifier |
RDFOrderByModifier is a modifier which applies a sort on the results of a SELECT query for the given variable. |
RDFQuery |
RDFQuery is the foundation class for modeling SPARQL queries |
RDFQueryUtilities |
RDFQueryUtilities is a collector of reusable utility methods for RDF query management |
RDFRegexFilter |
RDFRegexFilter represents a filter applying a regular expression on the values of a variable. |
RDFSameTermFilter |
RDFSameTermFilter represents an equality filter between a variable and a RDF term. |
RDFSelectQuery |
RDFSelectQuery is the SPARQL "SELECT" query implementation. |
RDFSelectQueryResult |
RDFSelectQueryResult is a container for SPARQL "SELECT" query results. |
RDFVariable |
RDFVariable represents a named "hole" in a pattern, to be filled with values during queries. |