PelletServerHasKnowledgeBase Method (Type) |
Gets whether the Server has a Knowledge Base which supports the given Service Type.
Namespace:
VDS.RDF.Query.Inference.Pellet
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool HasKnowledgeBase(
Type t
)
Public Function HasKnowledgeBase (
t As Type
) As Boolean
Parameters
- t
- Type: SystemType
Service Type.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.Pellet.PelletServer.HasKnowledgeBase(System.Type)"]
See Also