Class SparqlSpecsHelper
Class containing Helper information and methods pertaining to the Sparql Query Language for RDF.
Inheritance
System.Object
SparqlSpecsHelper
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()
Assembly: dotNetRDF.dll
Syntax
public static class SparqlSpecsHelper
Fields
|
Improve this Doc
View Source
AggregateFunctionKeywords
Set of SPARQL Keywords that are built in SPARQL Aggregate Functions.
Declaration
public static string[] AggregateFunctionKeywords
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
AggregateKeywords
Set of SPARQL Keywords that are Aggregate Keywords.
Declaration
public static string[] AggregateKeywords
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
FunctionKeywords
Set of SPARQL Keywords that are Function Keywords.
Declaration
public static string[] FunctionKeywords
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
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 |
System.String[] |
|
|
Improve this Doc
View Source
NonQueryKeywords
Set of SPARQL Keywords that are Non-Query Keywords.
Declaration
public static string[] NonQueryKeywords
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SparqlDecimal
Regular Expression Pattern for Valid Decimals in Sparql.
Declaration
public static Regex SparqlDecimal
Field Value
Type |
Description |
System.Text.RegularExpressions.Regex |
|
|
Improve this Doc
View Source
SparqlDouble
Regular Expression Pattern for Valid Doubles in Sparql.
Declaration
public static Regex SparqlDouble
Field Value
Type |
Description |
System.Text.RegularExpressions.Regex |
|
|
Improve this Doc
View Source
SparqlInteger
Regular Expression Pattern for Valid Integers in Sparql.
Declaration
public static Regex SparqlInteger
Field Value
Type |
Description |
System.Text.RegularExpressions.Regex |
|
|
Improve this Doc
View Source
SparqlKeywordAbs
Keywords in Sparql.
Declaration
public const string SparqlKeywordAbs = "ABS"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordAdd
Keywords in Sparql.
Declaration
public const string SparqlKeywordAdd = "ADD"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordAll
Keywords in Sparql.
Declaration
public const string SparqlKeywordAll = "ALL"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordAny
Keywords in Sparql.
Declaration
public const string SparqlKeywordAny = "ANY"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordAs
Keywords in Sparql.
Declaration
public const string SparqlKeywordAs = "AS"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordAsc
Keywords in Sparql.
Declaration
public const string SparqlKeywordAsc = "ASC"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordAsk
Keywords in Sparql.
Declaration
public const string SparqlKeywordAsk = "ASK"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordAvg
Keywords in Sparql.
Declaration
public const string SparqlKeywordAvg = "AVG"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordBase
Keywords in Sparql.
Declaration
public const string SparqlKeywordBase = "BASE"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordBind
Keywords in Sparql.
Declaration
public const string SparqlKeywordBind = "BIND"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordBindings
Keywords in Sparql.
Declaration
public const string SparqlKeywordBindings = "BINDINGS"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordBNode
Keywords in Sparql.
Declaration
public const string SparqlKeywordBNode = "BNODE"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordBound
Keywords in Sparql.
Declaration
public const string SparqlKeywordBound = "BOUND"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordBy
Keywords in Sparql.
Declaration
public const string SparqlKeywordBy = "BY"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordCall
Keywords in Sparql.
Declaration
public const string SparqlKeywordCall = "CALL"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordCeil
Keywords in Sparql.
Declaration
public const string SparqlKeywordCeil = "CEIL"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordClear
Keywords in Sparql.
Declaration
public const string SparqlKeywordClear = "CLEAR"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordCoalesce
Keywords in Sparql.
Declaration
public const string SparqlKeywordCoalesce = "COALESCE"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordConcat
Keywords in Sparql.
Declaration
public const string SparqlKeywordConcat = "CONCAT"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordConstruct
Keywords in Sparql.
Declaration
public const string SparqlKeywordConstruct = "CONSTRUCT"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordContains
Keywords in Sparql.
Declaration
public const string SparqlKeywordContains = "CONTAINS"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordCopy
Keywords in Sparql.
Declaration
public const string SparqlKeywordCopy = "COPY"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordCount
Keywords in Sparql.
Declaration
public const string SparqlKeywordCount = "COUNT"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordCreate
Keywords in Sparql.
Declaration
public const string SparqlKeywordCreate = "CREATE"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordData
Keywords in Sparql.
Declaration
public const string SparqlKeywordData = "DATA"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordDataType
Keywords in Sparql.
Declaration
public const string SparqlKeywordDataType = "DATATYPE"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordDay
Keywords in Sparql.
Declaration
public const string SparqlKeywordDay = "DAY"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordDefault
Keywords in Sparql.
Declaration
public const string SparqlKeywordDefault = "DEFAULT"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordDelete
Keywords in Sparql.
Declaration
public const string SparqlKeywordDelete = "DELETE"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordDesc
Keywords in Sparql.
Declaration
public const string SparqlKeywordDesc = "DESC"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordDescribe
Keywords in Sparql.
Declaration
public const string SparqlKeywordDescribe = "DESCRIBE"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordDistinct
Keywords in Sparql.
Declaration
public const string SparqlKeywordDistinct = "DISTINCT"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordDrop
Keywords in Sparql.
Declaration
public const string SparqlKeywordDrop = "DROP"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordEncodeForUri
Keywords in Sparql.
Declaration
public const string SparqlKeywordEncodeForUri = "ENCODE_FOR_URI"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordExists
Keywords in Sparql.
Declaration
public const string SparqlKeywordExists = "EXISTS"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordFalse
Keywords in Sparql.
Declaration
public const string SparqlKeywordFalse = "false"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordFilter
Keywords in Sparql.
Declaration
public const string SparqlKeywordFilter = "FILTER"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordFloor
Keywords in Sparql.
Declaration
public const string SparqlKeywordFloor = "FLOOR"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordFrom
Keywords in Sparql.
Declaration
public const string SparqlKeywordFrom = "FROM"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordFromNamed
Keywords in Sparql.
Declaration
public const string SparqlKeywordFromNamed = "FROM NAMED"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordGraph
Keywords in Sparql.
Declaration
public const string SparqlKeywordGraph = "GRAPH"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordGroup
Keywords in Sparql.
Declaration
public const string SparqlKeywordGroup = "GROUP"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordGroupBy
Keywords in Sparql.
Declaration
public const string SparqlKeywordGroupBy = "GROUP BY"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordGroupConcat
Keywords in Sparql.
Declaration
public const string SparqlKeywordGroupConcat = "GROUP_CONCAT"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordHaving
Keywords in Sparql.
Declaration
public const string SparqlKeywordHaving = "HAVING"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordHours
Keywords in Sparql.
Declaration
public const string SparqlKeywordHours = "HOURS"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordIf
Keywords in Sparql.
Declaration
public const string SparqlKeywordIf = "IF"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordIn
Keywords in Sparql.
Declaration
public const string SparqlKeywordIn = "IN"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordInsert
Keywords in Sparql.
Declaration
public const string SparqlKeywordInsert = "INSERT"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordInto
Keywords in Sparql.
Declaration
public const string SparqlKeywordInto = "INTO"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordIri
Keywords in Sparql.
Declaration
public const string SparqlKeywordIri = "IRI"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordIsBlank
Keywords in Sparql.
Declaration
public const string SparqlKeywordIsBlank = "ISBLANK"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordIsIri
Keywords in Sparql.
Declaration
public const string SparqlKeywordIsIri = "ISIRI"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordIsLiteral
Keywords in Sparql.
Declaration
public const string SparqlKeywordIsLiteral = "ISLITERAL"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordIsNumeric
Keywords in Sparql.
Declaration
public const string SparqlKeywordIsNumeric = "ISNUMERIC"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordIsUri
Keywords in Sparql.
Declaration
public const string SparqlKeywordIsUri = "ISURI"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordLang
Keywords in Sparql.
Declaration
public const string SparqlKeywordLang = "LANG"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordLangMatches
Keywords in Sparql.
Declaration
public const string SparqlKeywordLangMatches = "LANGMATCHES"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordLCase
Keywords in Sparql.
Declaration
public const string SparqlKeywordLCase = "LCASE"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordLength
Keywords in Sparql.
Declaration
public const string SparqlKeywordLength = "LENGTH"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordLet
Keywords in Sparql.
Declaration
public const string SparqlKeywordLet = "LET"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordLimit
Keywords in Sparql.
Declaration
public const string SparqlKeywordLimit = "LIMIT"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordLoad
Keywords in Sparql.
Declaration
public const string SparqlKeywordLoad = "LOAD"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordMax
Keywords in Sparql.
Declaration
public const string SparqlKeywordMax = "MAX"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordMD5
Keywords in Sparql.
Declaration
public const string SparqlKeywordMD5 = "MD5"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Keywords in Sparql.
Declaration
public const string SparqlKeywordMedian = "MEDIAN"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordMin
Keywords in Sparql.
Declaration
public const string SparqlKeywordMin = "MIN"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordMinus
Keywords in Sparql.
Declaration
public const string SparqlKeywordMinus = "MINUS"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordMinutes
Keywords in Sparql.
Declaration
public const string SparqlKeywordMinutes = "MINUTES"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordMode
Keywords in Sparql.
Declaration
public const string SparqlKeywordMode = "MODE"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordMonth
Keywords in Sparql.
Declaration
public const string SparqlKeywordMonth = "MONTH"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordMove
Keywords in Sparql.
Declaration
public const string SparqlKeywordMove = "MOVE"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordNamed
Keywords in Sparql.
Declaration
public const string SparqlKeywordNamed = "NAMED"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordNMax
Keywords in Sparql.
Declaration
public const string SparqlKeywordNMax = "NMAX"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordNMin
Keywords in Sparql.
Declaration
public const string SparqlKeywordNMin = "NMIN"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordNone
Keywords in Sparql.
Declaration
public const string SparqlKeywordNone = "NONE"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordNot
Keywords in Sparql.
Declaration
public const string SparqlKeywordNot = "NOT"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordNotExists
Keywords in Sparql.
Declaration
public const string SparqlKeywordNotExists = "NOT EXISTS"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordNotIn
Keywords in Sparql.
Declaration
public const string SparqlKeywordNotIn = "NOT IN"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordNow
Keywords in Sparql.
Declaration
public const string SparqlKeywordNow = "NOW"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordOffset
Keywords in Sparql.
Declaration
public const string SparqlKeywordOffset = "OFFSET"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordOptional
Keywords in Sparql.
Declaration
public const string SparqlKeywordOptional = "OPTIONAL"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordOrder
Keywords in Sparql.
Declaration
public const string SparqlKeywordOrder = "ORDER"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordOrderBy
Keywords in Sparql.
Declaration
public const string SparqlKeywordOrderBy = "ORDER BY"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordPrefix
Keywords in Sparql.
Declaration
public const string SparqlKeywordPrefix = "PREFIX"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordRand
Keywords in Sparql.
Declaration
public const string SparqlKeywordRand = "RAND"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordReduced
Keywords in Sparql.
Declaration
public const string SparqlKeywordReduced = "REDUCED"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordRegex
Keywords in Sparql.
Declaration
public const string SparqlKeywordRegex = "REGEX"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordReplace
Keywords in Sparql.
Declaration
public const string SparqlKeywordReplace = "REPLACE"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordRound
Keywords in Sparql.
Declaration
public const string SparqlKeywordRound = "ROUND"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordSameTerm
Keywords in Sparql.
Declaration
public const string SparqlKeywordSameTerm = "SAMETERM"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordSample
Keywords in Sparql.
Declaration
public const string SparqlKeywordSample = "SAMPLE"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordSeconds
Keywords in Sparql.
Declaration
public const string SparqlKeywordSeconds = "SECONDS"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordSelect
Keywords in Sparql.
Declaration
public const string SparqlKeywordSelect = "SELECT"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordSeparator
Keywords in Sparql.
Declaration
public const string SparqlKeywordSeparator = "SEPARATOR"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordService
Keywords in Sparql.
Declaration
public const string SparqlKeywordService = "SERVICE"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordSha1
Keywords in Sparql.
Declaration
public const string SparqlKeywordSha1 = "SHA1"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordSha256
Keywords in Sparql.
Declaration
public const string SparqlKeywordSha256 = "SHA256"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordSha384
Keywords in Sparql.
Declaration
public const string SparqlKeywordSha384 = "SHA384"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordSha512
Keywords in Sparql.
Declaration
public const string SparqlKeywordSha512 = "SHA512"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordSilent
Keywords in Sparql.
Declaration
public const string SparqlKeywordSilent = "SILENT"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordStr
Keywords in Sparql.
Declaration
public const string SparqlKeywordStr = "STR"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordStrAfter
Keywords in Sparql.
Declaration
public const string SparqlKeywordStrAfter = "STRAFTER"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordStrBefore
Keywords in Sparql.
Declaration
public const string SparqlKeywordStrBefore = "STRBEFORE"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordStrDt
Keywords in Sparql.
Declaration
public const string SparqlKeywordStrDt = "STRDT"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordStrEnds
Keywords in Sparql.
Declaration
public const string SparqlKeywordStrEnds = "STRENDS"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordStrLang
Keywords in Sparql.
Declaration
public const string SparqlKeywordStrLang = "STRLANG"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordStrLen
Keywords in Sparql.
Declaration
public const string SparqlKeywordStrLen = "STRLEN"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordStrStarts
Keywords in Sparql.
Declaration
public const string SparqlKeywordStrStarts = "STRSTARTS"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordStrUUID
Keywords in Sparql.
Declaration
public const string SparqlKeywordStrUUID = "STRUUID"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordSubStr
Keywords in Sparql.
Declaration
public const string SparqlKeywordSubStr = "SUBSTR"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordSum
Keywords in Sparql.
Declaration
public const string SparqlKeywordSum = "SUM"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordTimezone
Keywords in Sparql.
Declaration
public const string SparqlKeywordTimezone = "TIMEZONE"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordTo
Keywords in Sparql.
Declaration
public const string SparqlKeywordTo = "TO"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordTrue
Keywords in Sparql.
Declaration
public const string SparqlKeywordTrue = "true"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordTz
Keywords in Sparql.
Declaration
public const string SparqlKeywordTz = "TZ"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordUCase
Keywords in Sparql.
Declaration
public const string SparqlKeywordUCase = "UCASE"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordUndef
Keywords in Sparql.
Declaration
public const string SparqlKeywordUndef = "UNDEF"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordUnion
Keywords in Sparql.
Declaration
public const string SparqlKeywordUnion = "UNION"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordUnsaid
Keywords in Sparql.
Declaration
public const string SparqlKeywordUnsaid = "UNSAID"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordUri
Keywords in Sparql.
Declaration
public const string SparqlKeywordUri = "URI"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordUsing
Keywords in Sparql.
Declaration
public const string SparqlKeywordUsing = "USING"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordUUID
Keywords in Sparql.
Declaration
public const string SparqlKeywordUUID = "UUID"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordValues
Keywords in Sparql.
Declaration
public const string SparqlKeywordValues = "VALUES"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordWhere
Keywords in Sparql.
Declaration
public const string SparqlKeywordWhere = "WHERE"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordWith
Keywords in Sparql.
Declaration
public const string SparqlKeywordWith = "WITH"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlKeywordYear
Keywords in Sparql.
Declaration
public const string SparqlKeywordYear = "YEAR"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlNamespace
Namespace Uri for SPARQL Namespace.
Declaration
public const string SparqlNamespace = "http://www.w3.org/2005/sparql-results#"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlQuery10Keywords
Set of Keywords for SPARQL Query 1.0.
Declaration
public static string[] SparqlQuery10Keywords
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SparqlQuery11Keywords
Set of additional Keywords for SPARQL Query 1.1.
Declaration
public static string[] SparqlQuery11Keywords
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SparqlRdfResultsNamespace
Namespace Uri for the RDF serialization of a SPARQL Result Set.
Declaration
public const string SparqlRdfResultsNamespace = "http://www.w3.org/2001/sw/DataAccess/tests/result-set#"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SparqlUpdate11Keywords
Set of Keywords for SPARQL Update 1.1.
Declaration
public static string[] SparqlUpdate11Keywords
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SupportedCastFunctions
Set of IRIs for supported Cast Functions.
Declaration
public static string[] SupportedCastFunctions
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
UpdateKeywords
Set of SPARQL Keywords that are Update Keywords.
Declaration
public static string[] UpdateKeywords
Field Value
Type |
Description |
System.String[] |
|
Methods
|
Improve this Doc
View Source
DateEquality(INode, INode)
Implements Date Equality with SPARQL Semantics.
Declaration
public static bool DateEquality(INode x, INode y)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DateTimeEquality(INode, INode)
Implements Date Time Equality with SPARQL Semantics.
Declaration
public static bool DateTimeEquality(INode x, INode y)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EffectiveBooleanValue(INode)
Calculates the Effective Boolean Value of a given Node according to the Sparql specification.
Declaration
public static bool EffectiveBooleanValue(INode n)
Parameters
Type |
Name |
Description |
INode |
n |
Node to computer EBV for. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equality(INode, INode)
Implements Node Equality with SPARQL Semantics.
Declaration
public static bool Equality(INode x, INode y)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
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 |
System.String |
dtUri |
Data Type Uri as a String. |
Returns
|
Improve this Doc
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 |
System.Uri |
dtUri |
Data Type Uri. |
Returns
|
Improve this Doc
View Source
Inequality(INode, INode)
Implements Node Inequality with SPARQL Semantics.
Declaration
public static bool Inequality(INode x, INode y)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsAggregateFunctionKeyword(String)
Checks whether a given Keyword is a SPARQL Aggregate Function Keyword (only keywords for the SPARQL built-in aggregate functions).
Declaration
public static bool IsAggregateFunctionKeyword(string keyword)
Parameters
Type |
Name |
Description |
System.String |
keyword |
Keyword to check. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsAggregateKeyword(String)
Checks whether a given Keyword is a SPARQL Aggregate Keyword (includes keywords related to aggregates like DISTINCT, AS and Leviathan extension aggregate keywords).
Declaration
public static bool IsAggregateKeyword(string keyword)
Parameters
Type |
Name |
Description |
System.String |
keyword |
Keyword to check. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsDecimal(String)
Checks whether the given value is a valid Decimal Literal in Sparql.
Declaration
public static bool IsDecimal(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
Value to test. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsDouble(String)
Checks whether the given value is a valid Double Literal in Sparql.
Declaration
public static bool IsDouble(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
Value to test. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsFloat(String)
Checks whether the given value is a valid Float Literal in Sparql.
Declaration
public static bool IsFloat(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsFunctionKeyword(String)
Checks whether a given Keyword is a SPARQL Function Verb.
Declaration
public static bool IsFunctionKeyword(string keyword)
Parameters
Type |
Name |
Description |
System.String |
keyword |
Keyword to check. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsFunctionKeyword11(String)
Checks whether a given Keyword is a SPARQL 1.1 Function Verb.
Declaration
public static bool IsFunctionKeyword11(string keyword)
Parameters
Type |
Name |
Description |
System.String |
keyword |
Keyword to check. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsHex(Char)
Gets whether a character is a Hex character.
Declaration
public static bool IsHex(char c)
Parameters
Type |
Name |
Description |
System.Char |
c |
Character. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsInteger(String)
Checks whether the given value is a valid Integer Literal in Sparql.
Declaration
public static bool IsInteger(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
Value to test. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsNonQueryKeyword(String)
Checks whether a given Keyword is a SPARQL Non-Query Keyword.
Declaration
public static bool IsNonQueryKeyword(string keyword)
Parameters
Type |
Name |
Description |
System.String |
keyword |
Keyword to check. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsPLX(Char[], Int32, out Int32)
Checks whether a given String matches the PLX rule from the SPARQL Specification.
Declaration
public static bool IsPLX(char[] cs, int startIndex, out int endIndex)
Parameters
Type |
Name |
Description |
System.Char[] |
cs |
String as character array. |
System.Int32 |
startIndex |
Start Index. |
System.Int32 |
endIndex |
Resulting End Index. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsPNChars(Char)
Checks whether a given Character matches the PN_CHARS rule from the SPARQL Specification.
Declaration
public static bool IsPNChars(char c)
Parameters
Type |
Name |
Description |
System.Char |
c |
Character to test. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsPNCharsBase(Char)
Checks whether a given Character matches the PN_CHARS_BASE rule from the Sparql Specification.
Declaration
public static bool IsPNCharsBase(char c)
Parameters
Type |
Name |
Description |
System.Char |
c |
Character to test. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsPNCharsU(Char)
Checks whether a given Character matches the PN_CHARS_U rule from the SPARQL Specification.
Declaration
public static bool IsPNCharsU(char c)
Parameters
Type |
Name |
Description |
System.Char |
c |
Character to test. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsPNLocal(Char[], SparqlQuerySyntax)
Checks whether a given String matches the PN_LOCAL rule from the Sparql Specification.
Declaration
public static bool IsPNLocal(char[] cs, SparqlQuerySyntax syntax)
Parameters
Type |
Name |
Description |
System.Char[] |
cs |
String as character array. |
SparqlQuerySyntax |
syntax |
SPARQL Syntax. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsPNPrefix(Char[])
Checks whether a given String matches the PN_PREFIX rule from the SPARQL Specification.
Declaration
public static bool IsPNPrefix(char[] cs)
Parameters
Type |
Name |
Description |
System.Char[] |
cs |
String as character array. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsQueryKeyword(String)
Checks whether a given Keyword is a SPARQL Query Keyword.
Declaration
public static bool IsQueryKeyword(string keyword)
Parameters
Type |
Name |
Description |
System.String |
keyword |
Keyword to check. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSelectQuery(SparqlQueryType)
Checks whether the Query is a SELECT Query.
Declaration
public static bool IsSelectQuery(SparqlQueryType type)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsUpdateKeyword(String)
Checks whether a given Keyword is a SPARQL Update Keyword.
Declaration
public static bool IsUpdateKeyword(string keyword)
Parameters
Type |
Name |
Description |
System.String |
keyword |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsValidBNode(String)
Gets whether a given BNode ID is valid.
Declaration
public static bool IsValidBNode(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
Value. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsValidNumericLiteral(String)
Checks whether the given value is a valid Numeric Literal in Sparql.
Declaration
public static bool IsValidNumericLiteral(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
Value to test. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsValidPrefix(String)
Gets whether a given prefix declaration is valid in SPARQL.
Declaration
public static bool IsValidPrefix(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
Prefix declaration. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsValidQName(String, SparqlQuerySyntax)
Checks whether a given QName is valid in Sparql.
Declaration
public static bool IsValidQName(string value, SparqlQuerySyntax syntax)
Parameters
Type |
Name |
Description |
System.String |
value |
QName to check. |
SparqlQuerySyntax |
syntax |
SPARQL Syntax. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsValidVarName(String)
Checks whether a given Variable Name is valid in Sparql.
Declaration
public static bool IsValidVarName(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
Variable Name to check. |
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NumericEquality(INode, INode, SparqlNumericType)
Implements Numeric Equality with SPARQL Semantics.
Declaration
public static bool NumericEquality(INode x, INode y, SparqlNumericType type)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TimeSpanEquality(INode, INode)
Implements Time Span Equality with SPARQL Semantics.
Declaration
public static bool TimeSpanEquality(INode x, INode y)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ToDateTime(ILiteralNode)
Converts a Literal Node to a Date Time.
Declaration
[Obsolete("Use AsValuedNode().AsDateTime() instead")]
public static DateTime ToDateTime(ILiteralNode n)
Parameters
Returns
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
ToDateTimeOffset(ILiteralNode)
Converts a Literal Node to a Date Time Offset.
Declaration
[Obsolete("Use AsValuedNode().AsDateTimeOffset() instead")]
public static DateTimeOffset ToDateTimeOffset(ILiteralNode n)
Parameters
Returns
Type |
Description |
System.DateTimeOffset |
|
|
Improve this Doc
View Source
ToDecimal(ILiteralNode)
Converts a Literal Node to a Decimal.
Declaration
[Obsolete("Use AsValuedNode().AsDecimal() instead")]
public static decimal ToDecimal(ILiteralNode n)
Parameters
Returns
Type |
Description |
System.Decimal |
|
|
Improve this Doc
View Source
ToDouble(ILiteralNode)
Converts a Literal Node to a Double.
Declaration
[Obsolete("Use AsValuedNode().AsDouble() instead")]
public static double ToDouble(ILiteralNode n)
Parameters
Returns
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
ToFloat(ILiteralNode)
Converts a Literal Node to a Float.
Declaration
[Obsolete("Use AsValuedNode().AsFloat() instead")]
public static float ToFloat(ILiteralNode n)
Parameters
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
ToInteger(ILiteralNode)
Converts a Literal Node to an Integer.
Declaration
[Obsolete("Use AsValuedNode().AsInteger() instead")]
public static long ToInteger(ILiteralNode n)
Parameters
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
ToTimeSpan(ILiteralNode)
Converts a Literal Node to a Time Span.
Declaration
[Obsolete("Use AsValuedNode().AsTimeSpan() instead")]
public static TimeSpan ToTimeSpan(ILiteralNode n)
Parameters
Returns
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
UnescapeQName(String)
Unescapes local name escapes from QNames.
Declaration
public static string UnescapeQName(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
Value to unescape. |
Returns
Type |
Description |
System.String |
|