Show / Hide Table of Contents

Class PelletHelper

Helper class provided constants and helper methods for use with Pellet Server.
Inheritance
System.Object
PelletHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Query.Inference.Pellet
Assembly: dotNetRDF.dll
Syntax
public static class PelletHelper

Fields

| Improve this Doc View Source

ServiceClassify

Constants for Service Names for Services that may be provided by a Pellet Server.
Declaration
public const string ServiceClassify = "classify"
Field Value
Type Description
System.String
| Improve this Doc View Source

ServiceCluster

Constants for Service Names for Services that may be provided by a Pellet Server.
Declaration
public const string ServiceCluster = "cluster"
Field Value
Type Description
System.String
| Improve this Doc View Source

ServiceConsistency

Constants for Service Names for Services that may be provided by a Pellet Server.
Declaration
public const string ServiceConsistency = "consistency"
Field Value
Type Description
System.String
| Improve this Doc View Source

ServiceExplain

Constants for Service Names for Services that may be provided by a Pellet Server.
Declaration
public const string ServiceExplain = "explain"
Field Value
Type Description
System.String
| Improve this Doc View Source

ServiceExplainInconsistent

Constants for Service Names for Services that may be provided by a Pellet Server.
Declaration
public const string ServiceExplainInconsistent = "explain-inconsistent"
Field Value
Type Description
System.String
| Improve this Doc View Source

ServiceExplainInstance

Constants for Service Names for Services that may be provided by a Pellet Server.
Declaration
public const string ServiceExplainInstance = "explain-instance"
Field Value
Type Description
System.String
| Improve this Doc View Source

ServiceExplainProperty

Constants for Service Names for Services that may be provided by a Pellet Server.
Declaration
public const string ServiceExplainProperty = "explain-property"
Field Value
Type Description
System.String
| Improve this Doc View Source

ServiceExplainSubclass

Constants for Service Names for Services that may be provided by a Pellet Server.
Declaration
public const string ServiceExplainSubclass = "explain-subclass"
Field Value
Type Description
System.String
| Improve this Doc View Source

ServiceExplainUnsat

Constants for Service Names for Services that may be provided by a Pellet Server.
Declaration
public const string ServiceExplainUnsat = "explain-unsat"
Field Value
Type Description
System.String
| Improve this Doc View Source

ServiceIntegrityConstraintValidation

Constants for Service Names for Services that may be provided by a Pellet Server.
Declaration
public const string ServiceIntegrityConstraintValidation = "icv"
Field Value
Type Description
System.String
| Improve this Doc View Source

ServiceKBDescription

Constants for Service Names for Services that may be provided by a Pellet Server.
Declaration
public const string ServiceKBDescription = "kb-discovery"
Field Value
Type Description
System.String
| Improve this Doc View Source

ServiceNamespaces

Constants for Service Names for Services that may be provided by a Pellet Server.
Declaration
public const string ServiceNamespaces = "ns-prefix"
Field Value
Type Description
System.String
| Improve this Doc View Source

ServicePredict

Constants for Service Names for Services that may be provided by a Pellet Server.
Declaration
public const string ServicePredict = "predict"
Field Value
Type Description
System.String
| Improve this Doc View Source

ServiceQuery

Constants for Service Names for Services that may be provided by a Pellet Server.
Declaration
public const string ServiceQuery = "query"
Field Value
Type Description
System.String
| Improve this Doc View Source

ServiceRealize

Constants for Service Names for Services that may be provided by a Pellet Server.
Declaration
public const string ServiceRealize = "realize"
Field Value
Type Description
System.String
| Improve this Doc View Source

ServiceSearch

Constants for Service Names for Services that may be provided by a Pellet Server.
Declaration
public const string ServiceSearch = "search"
Field Value
Type Description
System.String
| Improve this Doc View Source

ServiceServerDescription

Constants for Service Names for Services that may be provided by a Pellet Server.
Declaration
public const string ServiceServerDescription = "ps-discovery"
Field Value
Type Description
System.String
| Improve this Doc View Source

ServiceSimilarity

Constants for Service Names for Services that may be provided by a Pellet Server.
Declaration
public const string ServiceSimilarity = "similarity"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • ServiceClassify
    • ServiceCluster
    • ServiceConsistency
    • ServiceExplain
    • ServiceExplainInconsistent
    • ServiceExplainInstance
    • ServiceExplainProperty
    • ServiceExplainSubclass
    • ServiceExplainUnsat
    • ServiceIntegrityConstraintValidation
    • ServiceKBDescription
    • ServiceNamespaces
    • ServicePredict
    • ServiceQuery
    • ServiceRealize
    • ServiceSearch
    • ServiceServerDescription
    • ServiceSimilarity
Back to top Generated by DocFX