Click or drag to resize

TurtleSpecsHelperInferPlainLiteralType Method

Infers the Type of a Plain Literal.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static Uri InferPlainLiteralType(
	PlainLiteralToken p,
	TurtleSyntax syntax
)

Parameters

p
Type: VDS.RDF.Parsing.TokensPlainLiteralToken
Plain Literal to infer the Type of.
syntax
Type: VDS.RDF.ParsingTurtleSyntax
Turtle Syntax.

Return Value

Type: Uri
A Uri representing the XML Scheme Data Type for the Plain Literal.
See Also