context
Fe1ff925 6e8a 431d Aa01 2d4b499ae7e2
ctx:claims/beam/fe1ff925-6e8a-431d-aa01-2d4b499ae7e2No external document is attached to this context. (Many contexts are pure organisational labels.)
Facts in this context
Grouped by subject. Each subject links to its full article.
Expand Query9 factsex:expand-query
| applies | Techniques |
| appliesTechniquesSequentially | true |
| coordinates | All Techniques |
| enables | Query Transformation |
| enforces | Sequential Order |
| purpose | Chain Techniques |
| rdfs:label | expand_query |
| rdf:type | Method |
| usesExecutionOrder | Sequential Application |
Query Rewriter9 factsex:query-rewriter
| hasAttribute | Keyword Substitutions |
| hasAttribute | Contextual Expansions |
| hasAttribute | Pattern Rules |
| hasMethod | Init |
| hasMethod | Expand Query |
| isEnhancedVersionOf | Original Query Rewriter |
| rdfs:label | QueryRewriter |
| rdf:type | Class |
| requiresLogging | Logging Configuration |
Keyword Substitutions7 factsex:keyword-substitutions
| hasMapping | Mapping Where While |
| hasMapping | Mapping Select Retrieve |
| hasMapping | Mapping From of |
| isDictionaryFor | Sql Keywords |
| rdfs:label | keyword_substitutions |
| rdf:type | Dictionary |
| targets | Sql Keywords |
Contextual Expansions6 factsex:contextual-expansions
| hasMapping | Mapping Condition Condition Value |
| hasMapping | Mapping Table Table Name |
| isDictionaryFor | Sql Concepts |
| rdfs:label | contextual_expansions |
| rdf:type | Dictionary |
| targets | Sql Concepts |
Enhanced Version6 factsex:enhanced-version
| hasIntegration | Keyword Substitutions |
| hasIntegration | Contextual Expansions |
| hasIntegration | Pattern Rules |
| isVersionOf | Original Query Rewriter |
| rdfs:label | Enhanced version of QueryRewriter |
| rdf:type | Software Version |
Logging Configuration6 factsex:logging-configuration
| calledOn | Logging Module |
| hasParameter | Format Parameter |
| hasParameter | Level Parameter |
| hasParameter | Filename Parameter |
| rdfs:label | logging.basicConfig |
| rdf:type | Logging Setup |
All Techniques5 factsex:all-techniques
| consistsOf | Contextual Expansions |
| consistsOf | Pattern Rules |
| consistsOf | Keyword Substitutions |
| rdfs:label | All Query Rewriting Techniques |
| rdf:type | Technique Collection |
Design Instruction5 factsex:design-instruction
| appliesTo | Query Rewriter |
| rdfs:label | Implementation guidance for QueryRewriter |
| rdf:type | Software Requirement |
| requiresSeparateMethods | true |
| specifiesTechniqueLocation | Query Rewriter Class |
Example Implementation5 factsex:example-implementation
| demonstrates | Chaining Requirement |
| demonstrates | Design Instruction |
| demonstrates | Logging Requirement |
| rdfs:label | Enhanced QueryRewriter implementation example |
| rdf:type | Code Example |
Logging Requirement5 factsex:logging-requirement
| appliesTo | Query Rewriter |
| rdfs:label | Logging for transformations and errors |
| rdf:type | Monitoring Requirement |
| tracks | Transformations |
| tracks | Errors |
Pattern Rules5 factsex:pattern-rules
| hasElement | Pattern or |
| hasElement | Pattern and |
| isListOf | Regex Patterns |
| rdfs:label | pattern_rules |
| rdf:type | List |
Query Transformation5 factsex:query-transformation
| rdfs:label | Query Transformation Process |
| rdf:type | Process |
| uses | Pattern Rules |
| uses | Keyword Substitutions |
| uses | Contextual Expansions |
Techniques5 factsex:techniques
| hasMember | Contextual Expansions |
| hasMember | Pattern Rules |
| hasMember | Keyword Substitutions |
| rdfs:label | Query rewriting techniques |
| rdf:type | Collection |
Chaining Requirement4 factsex:chaining-requirement
| appliesTo | Expand Query |
| rdfs:label | Chain techniques in expand_query |
| rdf:type | Implementation Requirement |
| specifiesApplicationOrder | Sequential |
Filename Parameter4 factsex:filename-parameter
| hasValue | 'query_rewriting.log' |
| rdfs:label | filename |
| rdf:type | Parameter |
| specifies | Log Output Location |
Format Parameter4 factsex:format-parameter
| hasValue | '%(asctime)s - %(levelname)s - %(message)s' |
| rdfs:label | format |
| rdf:type | Parameter |
| specifies | Log Message Format |
Init4 factsex:__init__
| hasParameter | Test Queries |
| hasParameter | Accuracy |
| rdfs:label | __init__ |
| rdf:type | Method |
Level Parameter4 factsex:level-parameter
| hasValue | logging.INFO |
| rdfs:label | level |
| rdf:type | Parameter |
| specifies | Log Verbosity Level |
Logging Separator4 factsex:logging-separator
| appearsBetween | Levelname Component |
| appearsBetween | Timestamp Component |
| rdfs:label | Hyphen Separator |
| rdf:type | Log Separator |
Pattern and4 factsex:pattern-and
| rdf:type | Pattern Rule |
| regexPattern | r'\bAND\b' |
| replacement | 'ANDALSO' |
| usesRegexWordBoundary | true |
Pattern or4 factsex:pattern-or
| rdf:type | Pattern Rule |
| regexPattern | r'\bOR\b' |
| replacement | 'ORELSE' |
| usesRegexWordBoundary | true |
Logging Format3 factsex:logging-format
| includes | Levelname Component |
| includes | Timestamp Component |
| includes | Message Component |
Logging Module3 factsex:logging-module
| provides | Logging Capabilities |
| rdfs:label | logging |
| rdf:type | Python Module |
Logging Purpose3 factsex:logging-purpose
| appliesTo | Query Rewriter |
| rdfs:label | Track transformations and errors |
| rdf:type | Purpose |
Mapping From of3 factsex:mapping-from-of
| mapsFrom | 'FROM' |
| mapsTo | 'OF' |
| rdf:type | Mapping |
Mapping Select Retrieve3 factsex:mapping-select-retrieve
| mapsFrom | 'SELECT' |
| mapsTo | 'RETRIEVE' |
| rdf:type | Mapping |
Mapping Table Table Name3 factsex:mapping-table-table-name
| mapsFrom | 'table' |
| mapsTo | 'TABLE_NAME' |
| rdf:type | Mapping |
Mapping Where While3 factsex:mapping-where-while
| mapsFrom | 'WHERE' |
| mapsTo | 'WHILE' |
| rdf:type | Mapping |
Sql Concepts3 factsex:sql-concepts
| isTargetedByName | Contextual Expansions |
| rdfs:label | SQL Concepts |
| rdf:type | Concept Category |
Sql Keywords3 factsex:sql-keywords
| isTargetedByName | Keyword Substitutions |
| rdfs:label | SQL Keywords |
| rdf:type | Keyword Category |
Test Queries3 factsex:test-queries
| hasDefaultValue | 1000 |
| rdfs:label | test_queries |
| rdf:type | Parameter |
Three Techniques3 factsex:three-techniques
| hasValue | 3 |
| rdfs:label | Number of integrated techniques |
| rdf:type | Count |
Accuracy Default2 factsex:accuracy-default
| rdfs:label | Default Accuracy Threshold |
| rdf:type | Default Quality Threshold |
Accuracy Parameter2 factsex:accuracy-parameter
| rdfs:label | Accuracy Metric |
| rdf:type | Quality Metric |
Chain Techniques2 factsex:chain-techniques
| rdfs:label | Chain techniques together |
| rdf:type | Process |
Levelname Component2 factsex:levelname-component
| rdfs:label | levelname |
| rdf:type | Log Component |
Logging Capabilities2 factsex:logging-capabilities
| rdfs:label | Logging Capabilities |
| rdf:type | Functionality |
Log Message Format2 factsex:log-message-format
| rdfs:label | Log Message Format |
| rdf:type | Message Format |
Log Output Location2 factsex:log-output-location
| rdfs:label | Log Output Location |
| rdf:type | File Location |
Log Verbosity Level2 factsex:log-verbosity-level
| rdfs:label | Log Verbosity Level |
| rdf:type | Verbosity Level |
Mapping Condition Condition Value2 factsex:mapping-condition-condition-value
| mapsFrom | 'condition' |
| rdf:type | Mapping |
Message Component2 factsex:message-component
| rdfs:label | message |
| rdf:type | Log Component |
Query Rewriter Source2 factsex:query-rewriter-source
| hasImport | Logging Module |
| hasImport | Re Module |
Regex Patterns2 factsex:regex-patterns
| rdfs:label | Regular Expression Patterns |
| rdf:type | Pattern Category |
Regex Word Boundary2 factsex:regex-word-boundary
| rdfs:label | Word Boundary Anchor |
| rdf:type | Regex Feature |
Re Module2 factsex:re-module
| rdfs:label | re |
| rdf:type | Python Module |
Sequential Application2 factsex:sequential-application
| rdfs:label | Sequential application of techniques |
| rdf:type | Execution Order |
Sequential Order2 factsex:sequential-order
| rdfs:label | Technique Application Order |
| rdf:type | Execution Sequence |
Test Queries Default2 factsex:test-queries-default
| rdfs:label | Default Test Set Size |
| rdf:type | Default Test Set Size |
Test Queries Parameter2 factsex:test-queries-parameter
| rdfs:label | Test Query Count |
| rdf:type | Test Metric |
Timestamp Component2 factsex:timestamp-component
| rdfs:label | asctime |
| rdf:type | Log Component |