Show / Hide Table of Contents

Class NumericTypesHelper

Class containing helper functions related to SPARQL numeric types.

Inheritance
object
NumericTypesHelper
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Query
Assembly: dotNetRdf.dll
Syntax
public static class NumericTypesHelper

Fields

| Edit this page View Source

IntegerDataTypes

Set of XML Schema Data Types which are derived from Integer and can be treated as Integers by SPARQL.

Declaration
public static string[] IntegerDataTypes
Field Value
Type Description
string[]

Methods

| Edit this page View Source

GetNumericTypeFromDataTypeUri(string)

Determines the Sparql Numeric Type for a Literal based on its Data Type Uri.

Declaration
public static SparqlNumericType GetNumericTypeFromDataTypeUri(string dtUri)
Parameters
Type Name Description
string dtUri

Data Type Uri as a String.

Returns
Type Description
SparqlNumericType
| Edit this page View Source

GetNumericTypeFromDataTypeUri(Uri)

Determines the Sparql Numeric Type for a Literal based on its Data Type Uri.

Declaration
public static SparqlNumericType GetNumericTypeFromDataTypeUri(Uri dtUri)
Parameters
Type Name Description
Uri dtUri

Data Type Uri.

Returns
Type Description
SparqlNumericType
  • Edit this page
  • View Source
In this article
  • Fields
    • IntegerDataTypes
  • Methods
    • GetNumericTypeFromDataTypeUri(string)
    • GetNumericTypeFromDataTypeUri(Uri)
Back to top Generated by DocFX