PelletServer.GetKnowledgeBases Method |
Gets all the Knowledge Bases which support a given Server.
Namespace:
VDS.RDF.Query.Inference.Pellet
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic IEnumerable<KnowledgeBase> GetKnowledgeBases(
Type t
)
Public Function GetKnowledgeBases (
t As Type
) As IEnumerable(Of KnowledgeBase)
Parameters
- t
- Type: System.Type
Service Type.
Return Value
Type:
IEnumerable<KnowledgeBase>[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.Pellet.PelletServer.GetKnowledgeBases(System.Type)"]
See Also