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