forked from dotnetrdf/dotnetrdf
-
Notifications
You must be signed in to change notification settings - Fork 0
UserGuide Configuration SPARQL Operators
Kal Ahmed edited this page Sep 25, 2016
·
10 revisions
Home > User Guide > Configuration API > 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" .- Getting Started
- Library Overview
- Hello World
- Reading RDF
- Writing RDF
- Working With Graphs
- Typed Values and Lists
- Working with Triple Stores
- Building SPARQL
- Querying with SPARQL
- Updating with SPARQL
- Exceptions
- Equality and Comparison
- Event Model
- Utility Methods
- Extension Methods
- Using the Namespace Mapper
- Storage API
- Advanced SPARQL
- Ontology API
- Inference and Reasoning
- ASP.NET Integration
- Global Options
- Formatting API
-
Configuration API
- Graphs
- Triple Stores
- Object Factories
- Readers and Writers
- SPARQL Endpoints
- Query Processors
- Update Processors
- Protocol Processors
- SPARQL Datasets
- SPARQL Expression Factories
- SPARQL Operators
- SPARQL Optimisers
- Full Text Query
- Reasoners
- Storage Providers
- User Groups
- Permissions
- Users
- Static Options
- Proxy Servers
- Handlers API
- JSON-LD API
- Tools