Show / Hide Table of Contents

Class SparqlServiceDescriber

Static Helper class responsible for generating SPARQL Service Description Graphs based on a given Configuration object
Inheritance
System.Object
SparqlServiceDescriber
Namespace: VDS.RDF.Web
Assembly: dotNetRDF.Web.dll
Syntax
public static class SparqlServiceDescriber : object

Fields

| Improve this Doc View Source

ClassAggregate

Constants for SPARQL Service Description Classes
Declaration
public const String ClassAggregate = null
Field Value
Type Description
String
| Improve this Doc View Source

ClassDataset

Constants for SPARQL Service Description Classes
Declaration
public const String ClassDataset = null
Field Value
Type Description
String
| Improve this Doc View Source

ClassEntailmentProfile

Constants for SPARQL Service Description Classes
Declaration
public const String ClassEntailmentProfile = null
Field Value
Type Description
String
| Improve this Doc View Source

ClassEntailmentRegime

Constants for SPARQL Service Description Classes
Declaration
public const String ClassEntailmentRegime = null
Field Value
Type Description
String
| Improve this Doc View Source

ClassFunction

Constants for SPARQL Service Description Classes
Declaration
public const String ClassFunction = null
Field Value
Type Description
String
| Improve this Doc View Source

ClassGraph

Constants for SPARQL Service Description Classes
Declaration
public const String ClassGraph = null
Field Value
Type Description
String
| Improve this Doc View Source

ClassGraphCollection

Constants for SPARQL Service Description Classes
Declaration
public const String ClassGraphCollection = null
Field Value
Type Description
String
| Improve this Doc View Source

ClassLanguage

Constants for SPARQL Service Description Classes
Declaration
public const String ClassLanguage = null
Field Value
Type Description
String
| Improve this Doc View Source

ClassNamedGraph

Constants for SPARQL Service Description Classes
Declaration
public const String ClassNamedGraph = null
Field Value
Type Description
String
| Improve this Doc View Source

ClassService

Constants for SPARQL Service Description Classes
Declaration
public const String ClassService = null
Field Value
Type Description
String
| Improve this Doc View Source

InstanceDereferencesURIs

Constants for SPARQL Service Description Instances
Declaration
public const String InstanceDereferencesURIs = null
Field Value
Type Description
String
| Improve this Doc View Source

InstanceEmptyGraphs

Constants for SPARQL Service Description Instances
Declaration
public const String InstanceEmptyGraphs = null
Field Value
Type Description
String
| Improve this Doc View Source

InstanceRequiresDataset

Constants for SPARQL Service Description Instances
Declaration
public const String InstanceRequiresDataset = null
Field Value
Type Description
String
| Improve this Doc View Source

InstanceSparql10Query

Constants for SPARQL Service Description Instances
Declaration
public const String InstanceSparql10Query = null
Field Value
Type Description
String
| Improve this Doc View Source

InstanceSparql11Query

Constants for SPARQL Service Description Instances
Declaration
public const String InstanceSparql11Query = null
Field Value
Type Description
String
| Improve this Doc View Source

InstanceSparql11Update

Constants for SPARQL Service Description Instances
Declaration
public const String InstanceSparql11Update = null
Field Value
Type Description
String
| Improve this Doc View Source

InstanceUnionDefaultGraph

Constants for SPARQL Service Description Instances
Declaration
public const String InstanceUnionDefaultGraph = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyAvailableGraphDescriptions

Constants for SPARQL Service Description Properties
Declaration
public const String PropertyAvailableGraphDescriptions = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyDefaultDatasetDescription

Constants for SPARQL Service Description Properties
Declaration
public const String PropertyDefaultDatasetDescription = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyDefaultEntailmentRegime

Constants for SPARQL Service Description Properties
Declaration
public const String PropertyDefaultEntailmentRegime = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyDefaultGraph

Constants for SPARQL Service Description Properties
Declaration
public const String PropertyDefaultGraph = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyEndpoint

Constants for SPARQL Service Description Properties
Declaration
public const String PropertyEndpoint = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyExtensionAggregate

Constants for SPARQL Service Description Properties
Declaration
public const String PropertyExtensionAggregate = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyExtensionFunction

Constants for SPARQL Service Description Properties
Declaration
public const String PropertyExtensionFunction = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyFeatures

Constants for SPARQL Service Description Properties
Declaration
public const String PropertyFeatures = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyGraph

Constants for SPARQL Service Description Properties
Declaration
public const String PropertyGraph = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyInputFormat

Constants for SPARQL Service Description Properties
Declaration
public const String PropertyInputFormat = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyLanguageExtension

Constants for SPARQL Service Description Properties
Declaration
public const String PropertyLanguageExtension = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyName

Constants for SPARQL Service Description Properties
Declaration
public const String PropertyName = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyNamedGraph

Constants for SPARQL Service Description Properties
Declaration
public const String PropertyNamedGraph = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyPropertyFeature

Constants for SPARQL Service Description Properties
Declaration
public const String PropertyPropertyFeature = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertyResultFormat

Constants for SPARQL Service Description Properties
Declaration
public const String PropertyResultFormat = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertySupportedEntailmentRegime

Constants for SPARQL Service Description Properties
Declaration
public const String PropertySupportedEntailmentRegime = null
Field Value
Type Description
String
| Improve this Doc View Source

PropertySupportedLanguage

Constants for SPARQL Service Description Properties
Declaration
public const String PropertySupportedLanguage = null
Field Value
Type Description
String
| Improve this Doc View Source

ServiceDescriptionNamespace

Namespace URI for SPARQL Service Description 1.1
Declaration
public const String ServiceDescriptionNamespace = null
Field Value
Type Description
String

Methods

| Improve this Doc View Source

GetServiceDescription(BaseProtocolHandlerConfiguration, Uri)

Generates a SPARQL Service Description Graph for the given Protocol Handler Configuration or uses the configuration supplied Description Graph
Declaration
public static IGraph GetServiceDescription(BaseProtocolHandlerConfiguration config, Uri descripUri)
Parameters
Type Name Description
BaseProtocolHandlerConfiguration config Protocol Handler Configuration
Uri descripUri Base URI of the Description
Returns
Type Description
IGraph
| Improve this Doc View Source

GetServiceDescription(BaseQueryHandlerConfiguration, Uri)

Generates a SPARQL Service Description Graph for the given Query Handler Configuration or uses the configuration supplied Description Graph
Declaration
public static IGraph GetServiceDescription(BaseQueryHandlerConfiguration config, Uri descripUri)
Parameters
Type Name Description
BaseQueryHandlerConfiguration config Query Handler Configuration
Uri descripUri Base URI of the Description
Returns
Type Description
IGraph
| Improve this Doc View Source

GetServiceDescription(BaseSparqlServerConfiguration, Uri, ServiceDescriptionType)

Generates a SPARQL Service Description Graph for the specified portion of the SPARQL Server Handler Configuration or uses the configuration supplied Description Graph
Declaration
public static IGraph GetServiceDescription(BaseSparqlServerConfiguration config, Uri descripUri, ServiceDescriptionType type)
Parameters
Type Name Description
BaseSparqlServerConfiguration config SPARQL Server Configuration
Uri descripUri Base URI of the Description
ServiceDescriptionType type Portion of the SPARQL Server to describe
Returns
Type Description
IGraph
| Improve this Doc View Source

GetServiceDescription(BaseUpdateHandlerConfiguration, Uri)

Generates a SPARQL Service Description Graph for the given Update Handler Configuration or uses the configuration supplied Description Graph
Declaration
public static IGraph GetServiceDescription(BaseUpdateHandlerConfiguration config, Uri descripUri)
Parameters
Type Name Description
BaseUpdateHandlerConfiguration config Update Handler Configuration
Uri descripUri Base URI of the Description
Returns
Type Description
IGraph
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • ClassAggregate
    • ClassDataset
    • ClassEntailmentProfile
    • ClassEntailmentRegime
    • ClassFunction
    • ClassGraph
    • ClassGraphCollection
    • ClassLanguage
    • ClassNamedGraph
    • ClassService
    • InstanceDereferencesURIs
    • InstanceEmptyGraphs
    • InstanceRequiresDataset
    • InstanceSparql10Query
    • InstanceSparql11Query
    • InstanceSparql11Update
    • InstanceUnionDefaultGraph
    • PropertyAvailableGraphDescriptions
    • PropertyDefaultDatasetDescription
    • PropertyDefaultEntailmentRegime
    • PropertyDefaultGraph
    • PropertyEndpoint
    • PropertyExtensionAggregate
    • PropertyExtensionFunction
    • PropertyFeatures
    • PropertyGraph
    • PropertyInputFormat
    • PropertyLanguageExtension
    • PropertyName
    • PropertyNamedGraph
    • PropertyPropertyFeature
    • PropertyResultFormat
    • PropertySupportedEntailmentRegime
    • PropertySupportedLanguage
    • ServiceDescriptionNamespace
  • Methods
    • GetServiceDescription(BaseProtocolHandlerConfiguration, Uri)
    • GetServiceDescription(BaseQueryHandlerConfiguration, Uri)
    • GetServiceDescription(BaseSparqlServerConfiguration, Uri, ServiceDescriptionType)
    • GetServiceDescription(BaseUpdateHandlerConfiguration, Uri)
Back to top Generated by DocFX