Click or drag to resize

LangMatchesFunction Constructor

Creates a new LangMatches() function expression.

Namespace:  VDS.RDF.Query.Expressions.Functions.Sparql.Boolean
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public LangMatchesFunction(
	ISparqlExpression term,
	ISparqlExpression langRange
)

Parameters

term
Type: VDS.RDF.Query.ExpressionsISparqlExpression
Expression to obtain the Language of.
langRange
Type: VDS.RDF.Query.ExpressionsISparqlExpression
Expression representing the Language Range to match.
See Also