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
)
Public Shared Function InferPlainLiteralType (
p As PlainLiteralToken,
syntax As TurtleSyntax
) As Uri
Parameters
- p
- Type: VDS.RDF.Parsing.TokensPlainLiteralToken
Plain Literal to infer the Type of. - syntax
- Type: VDS.RDF.ParsingTurtleSyntax
Turtle Syntax.
Return Value
Type:
UriA Uri representing the XML Scheme Data Type for the Plain Literal.
See Also