forked from dotnetrdf/dotnetrdf
-
Notifications
You must be signed in to change notification settings - Fork 0
DeveloperGuide SPARQL Conformance
Kal Ahmed edited this page Jun 9, 2016
·
3 revisions
Home > Developer Guide > SPARQL Engine > SPARQL Conformance
This page details dotNetRDF conformance with the SPARQL specifications.
| Specification | Conformance |
|---|---|
| SPARQL 1.0 Query | 2 conformance tests fail due to an issue with the .Net Uri class and UTF normalization |
| SPARQL 1.1 Query | 100% of conformance tests passed |
| SPARQL 1.1 Update | 100% of conformance tests passed |
| SPARQL 1.1 CSV and TSV Results | 100% of conformance tests passed |
| SPARQL 1.1 JSON Results | 100% of conformance tests passed |
| SPARQL 1.1 Service Description | 100% of conformance tests passed |
| SPARQL 1.1 Protocol | 0.8.2 fails 4 conformance tests, 0.9.0 onwards passes 100% of conformance tests |
Officially reported conformance status for dotNetRDF against SPARQL 1.1 can be seen in the SPARQL 1.1 Implementations Report
- 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