Class NumericTypesHelper
Class containing helper functions related to SPARQL numeric types.
Inheritance
System.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
| Improve this Doc View SourceIntegerDataTypes
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
| Improve this Doc View SourceGetNumericTypeFromDataTypeUri(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 |
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 |
---|---|---|
System.Uri | dtUri | Data Type Uri. |
Returns
Type | Description |
---|---|
SparqlNumericType |