PelletServerGetKnowledgeBase Method |
Gets the Knowledge Base with the given Name.
Namespace:
VDS.RDF.Query.Inference.Pellet
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public KnowledgeBase GetKnowledgeBase(
string name
)
Public Function GetKnowledgeBase (
name As String
) As KnowledgeBase
Parameters
- name
- Type: SystemString
Knowledge Base Name.
Return Value
Type:
KnowledgeBase[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.Pellet.PelletServer.GetKnowledgeBase(System.String)"]
See Also