Represents an additional rule.
More...
Represents an additional rule.
◆ AdditionalRule()
SemanticSearchImplementation.AdditionalRule.AdditionalRule |
( |
IRdfConnector |
connector, |
|
|
SparqlParameterizedString |
queryString |
|
) |
| |
|
inline |
◆ ExecuteRule()
IDictionary<string, List<Triple> > SemanticSearchImplementation.AdditionalRule.ExecuteRule |
( |
string |
graphName | ) |
|
|
inline |
Executes an additional rule for a specific metadata graph.
Additional rules can affect the maping of other existing metadata graphs.
- Parameters
-
graphName | ID of metadata graph. |
- Returns
- A dictionary containing the IDs of the metadata graphs (key) and the corresponding constructed triples (value).
◆ _connector
readonly IRdfConnector SemanticSearchImplementation.AdditionalRule._connector |
|
private |
◆ _queryString
SparqlParameterizedString SemanticSearchImplementation.AdditionalRule._queryString |
|
private |
The documentation for this class was generated from the following file: