Class SparqlServiceDescriber
Static Helper class responsible for generating SPARQL Service Description Graphs based on a given Configuration object
Inheritance
System.Object
SparqlServiceDescriber
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
|
Improve this Doc
View Source
ClassDataset
Constants for SPARQL Service Description Classes
Declaration
public const String ClassDataset = null
Field Value
|
Improve this Doc
View Source
ClassEntailmentProfile
Constants for SPARQL Service Description Classes
Declaration
public const String ClassEntailmentProfile = null
Field Value
|
Improve this Doc
View Source
ClassEntailmentRegime
Constants for SPARQL Service Description Classes
Declaration
public const String ClassEntailmentRegime = null
Field Value
|
Improve this Doc
View Source
ClassFunction
Constants for SPARQL Service Description Classes
Declaration
public const String ClassFunction = null
Field Value
|
Improve this Doc
View Source
ClassGraph
Constants for SPARQL Service Description Classes
Declaration
public const String ClassGraph = null
Field Value
|
Improve this Doc
View Source
ClassGraphCollection
Constants for SPARQL Service Description Classes
Declaration
public const String ClassGraphCollection = null
Field Value
|
Improve this Doc
View Source
ClassLanguage
Constants for SPARQL Service Description Classes
Declaration
public const String ClassLanguage = null
Field Value
|
Improve this Doc
View Source
ClassNamedGraph
Constants for SPARQL Service Description Classes
Declaration
public const String ClassNamedGraph = null
Field Value
|
Improve this Doc
View Source
ClassService
Constants for SPARQL Service Description Classes
Declaration
public const String ClassService = null
Field Value
|
Improve this Doc
View Source
InstanceDereferencesURIs
Constants for SPARQL Service Description Instances
Declaration
public const String InstanceDereferencesURIs = null
Field Value
|
Improve this Doc
View Source
InstanceEmptyGraphs
Constants for SPARQL Service Description Instances
Declaration
public const String InstanceEmptyGraphs = null
Field Value
|
Improve this Doc
View Source
InstanceRequiresDataset
Constants for SPARQL Service Description Instances
Declaration
public const String InstanceRequiresDataset = null
Field Value
|
Improve this Doc
View Source
InstanceSparql10Query
Constants for SPARQL Service Description Instances
Declaration
public const String InstanceSparql10Query = null
Field Value
|
Improve this Doc
View Source
InstanceSparql11Query
Constants for SPARQL Service Description Instances
Declaration
public const String InstanceSparql11Query = null
Field Value
|
Improve this Doc
View Source
InstanceSparql11Update
Constants for SPARQL Service Description Instances
Declaration
public const String InstanceSparql11Update = null
Field Value
|
Improve this Doc
View Source
InstanceUnionDefaultGraph
Constants for SPARQL Service Description Instances
Declaration
public const String InstanceUnionDefaultGraph = null
Field Value
|
Improve this Doc
View Source
PropertyAvailableGraphDescriptions
Constants for SPARQL Service Description Properties
Declaration
public const String PropertyAvailableGraphDescriptions = null
Field Value
|
Improve this Doc
View Source
PropertyDefaultDatasetDescription
Constants for SPARQL Service Description Properties
Declaration
public const String PropertyDefaultDatasetDescription = null
Field Value
|
Improve this Doc
View Source
PropertyDefaultEntailmentRegime
Constants for SPARQL Service Description Properties
Declaration
public const String PropertyDefaultEntailmentRegime = null
Field Value
|
Improve this Doc
View Source
PropertyDefaultGraph
Constants for SPARQL Service Description Properties
Declaration
public const String PropertyDefaultGraph = null
Field Value
|
Improve this Doc
View Source
PropertyEndpoint
Constants for SPARQL Service Description Properties
Declaration
public const String PropertyEndpoint = null
Field Value
|
Improve this Doc
View Source
PropertyExtensionAggregate
Constants for SPARQL Service Description Properties
Declaration
public const String PropertyExtensionAggregate = null
Field Value
|
Improve this Doc
View Source
PropertyExtensionFunction
Constants for SPARQL Service Description Properties
Declaration
public const String PropertyExtensionFunction = null
Field Value
|
Improve this Doc
View Source
PropertyFeatures
Constants for SPARQL Service Description Properties
Declaration
public const String PropertyFeatures = null
Field Value
|
Improve this Doc
View Source
PropertyGraph
Constants for SPARQL Service Description Properties
Declaration
public const String PropertyGraph = null
Field Value
|
Improve this Doc
View Source
Constants for SPARQL Service Description Properties
Declaration
public const String PropertyInputFormat = null
Field Value
|
Improve this Doc
View Source
PropertyLanguageExtension
Constants for SPARQL Service Description Properties
Declaration
public const String PropertyLanguageExtension = null
Field Value
|
Improve this Doc
View Source
PropertyName
Constants for SPARQL Service Description Properties
Declaration
public const String PropertyName = null
Field Value
|
Improve this Doc
View Source
PropertyNamedGraph
Constants for SPARQL Service Description Properties
Declaration
public const String PropertyNamedGraph = null
Field Value
|
Improve this Doc
View Source
PropertyPropertyFeature
Constants for SPARQL Service Description Properties
Declaration
public const String PropertyPropertyFeature = null
Field Value
|
Improve this Doc
View Source
Constants for SPARQL Service Description Properties
Declaration
public const String PropertyResultFormat = null
Field Value
|
Improve this Doc
View Source
PropertySupportedEntailmentRegime
Constants for SPARQL Service Description Properties
Declaration
public const String PropertySupportedEntailmentRegime = null
Field Value
|
Improve this Doc
View Source
PropertySupportedLanguage
Constants for SPARQL Service Description Properties
Declaration
public const String PropertySupportedLanguage = null
Field Value
|
Improve this Doc
View Source
ServiceDescriptionNamespace
Namespace URI for SPARQL Service Description 1.1
Declaration
public const String ServiceDescriptionNamespace = null
Field Value
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
Returns
|
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
Returns
|
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
Returns
|
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
Returns