Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 655 Bytes

Configuration-SPARQL-Operators.md

File metadata and controls

13 lines (8 loc) · 655 Bytes

Configuring SPARQL Operators

SPARQL Operators are a SPARQL extension that allows you to extend how certain operators in SPARQL are evaluated. You can learn more about operators in the SPARQL Operators page of the Developer Guide.

These may be configured quite simply provided they implement the ISparqlOperator interface and have an unparameterized constructor.

@prefix dnr: <http://www.dotnetrdf.org/configuration#> .

[] a dnr:SparqlOperator ;
  dnr:type "VDS.RDF.Query.Operators.DateTime.DateTimeAddition" .