SemanticSearchImplementation
|
Contains methods for an application profile. More...
Public Member Functions | |
ApplicationProfile (RdfClient RDFClient) | |
IEnumerable< Triple > | GetGeneralAdditionalTriples (string graphName) |
Executes general additional rules for a given metadata graph. More... | |
Protected Attributes | |
readonly RdfClient | _RDFClient |
readonly IDictionary< string, LiteralRule > | _generalLiteralRules |
readonly IEnumerable< AdditionalRule > | _generalAdditionalRules |
Contains methods for an application profile.
|
inline |
|
inline |
Executes general additional rules for a given metadata graph.
graphName | ID of metadata graph. |
|
protected |
|
protected |
|
protected |