All Projects → dotnetrdf → Dotnetrdf

dotnetrdf / Dotnetrdf

Licence: other
dotNetRDF is a powerful and flexible API for working with RDF and SPARQL in .Net environments

Labels

Projects that are alternatives of or similar to Dotnetrdf

Solrdf
An RDF plugin for Solr
Stars: ✭ 113 (-43.22%)
Mutual labels:  rdf, sparql
Virtuoso Sparql Endpoint Quickstart
creates a docker image with Virtuoso preloaded with the latest DBpedia dataset
Stars: ✭ 80 (-59.8%)
Mutual labels:  rdf, sparql
Sparnatural
Sparnatural : javascript visual SPARQL query builder
Stars: ✭ 65 (-67.34%)
Mutual labels:  rdf, sparql
Graphql To Sparql.js
Converts GraphQL queries to SPARQL queries
Stars: ✭ 62 (-68.84%)
Mutual labels:  rdf, sparql
Akutan
A distributed knowledge graph store
Stars: ✭ 1,616 (+712.06%)
Mutual labels:  rdf, sparql
Semantic forms
Form generators leveraging semantic web standards (RDF(S), OWL, SPARQL , ...
Stars: ✭ 63 (-68.34%)
Mutual labels:  rdf, sparql
Hypergraphql
GraphQL interface for querying and serving linked data on the Web.
Stars: ✭ 112 (-43.72%)
Mutual labels:  rdf, sparql
Askomics
DEPRECATED. See askomics/flaskomics
Stars: ✭ 22 (-88.94%)
Mutual labels:  rdf, sparql
Nspm
🤖 Neural SPARQL Machines for Knowledge Graph Question Answering.
Stars: ✭ 156 (-21.61%)
Mutual labels:  rdf, sparql
Rdf Ext
RDF library for NodeJS and the Browsers
Stars: ✭ 97 (-51.26%)
Mutual labels:  rdf, sparql
Rasqal
Redland Rasqal RDF Query Library
Stars: ✭ 57 (-71.36%)
Mutual labels:  rdf, sparql
Hypergraphql
GraphQL interface for querying and serving linked data on the Web.
Stars: ✭ 120 (-39.7%)
Mutual labels:  rdf, sparql
Trifid
Lightweight Linked Data Server and Proxy
Stars: ✭ 51 (-74.37%)
Mutual labels:  rdf, sparql
Server.js
A Triple Pattern Fragments server for Node.js
Stars: ✭ 149 (-25.13%)
Mutual labels:  rdf, sparql
Sparql Engine
🚂 A framework for building SPARQL query engines in Javascript/Typescript
Stars: ✭ 39 (-80.4%)
Mutual labels:  rdf, sparql
Rdfsharp
Lightweight and friendly .NET library for modeling Semantic Web applications
Stars: ✭ 72 (-63.82%)
Mutual labels:  rdf, sparql
Awesome Semantic Web
A curated list of various semantic web and linked data resources.
Stars: ✭ 642 (+222.61%)
Mutual labels:  rdf, sparql
Jena
Apache Jena
Stars: ✭ 700 (+251.76%)
Mutual labels:  rdf, sparql
Client.js
[DEPRECATED] A JavaScript client for Triple Pattern Fragments interfaces.
Stars: ✭ 95 (-52.26%)
Mutual labels:  rdf, sparql
Ontodia
Ontodia data diagraming library
Stars: ✭ 107 (-46.23%)
Mutual labels:  rdf, sparql

Welcome

Build status

dotNetRDF is a powerful and flexible API for working with RDF and SPARQL in .NET environments.

dotNetRDF is licensed under the MIT License, see the LICENSE.txt file in this repository

Getting Started

The easiest way to get dotNetRDF is via NuGet. We provide the following packages:

  • dotNetRDF - contains the core libraries. This includes support for reading and writing RDF; and for managing and querying RDF data in-memory.
  • dotNetRDF.Data.DataTables - a package which integrates RDF data with System.Data.DataTable
  • dotNetRDF.Data.Virtuoso - provides support for using OpenLink Virtuoso as a backend store with dotNetRDF.
  • dotNetRDF.Query.FullText - provides a full-text query plugin for dotNetRDF's Leviathan SPARQL query engine. The text indexing is provided by Lucene.
  • dotNetRDF.Query.Spin - provides an implementation of SPIN using dotNetRDF's Leviathan SPARQL query engine.
  • dotNetRDF.Web - provides a framework for hosting RDF data in an IIS web application. This includes implementations of the SPARQL Protocol and SPARQL Graph Store Protocol.

We currently provide support for the following .NET frameworks:

  • .NET 4.0
  • .NET 4.0 Client Profile
  • .NET Standard 2.0

Read The Docs!

To get started with using dotNetRDF you may want to check out the following resources:

  • User Guide - Series of articles detailing how to use various features of the library
  • Developer Guide - Some advanced documentation

Asking Questions and Reporting Bugs

If you have a question about using dotNetRDF, please post it on StackOverflow using the tag dotnetrdf.

Bugs and feature requests can be submitted to our issues list on GitHub. When submitting a bug report, please include as much detail as possible. Code and/or data that reproduces the problem you are reporting will make it much more likely that your issue gets addressed quickly.

Developers

dotNetRDF is developed by the following people:

  • Rob Vesse
  • Ron Michael Zettlemoyer
  • Khalil Ahmed
  • Graham Moore
  • Tomasz Pluskiewicz
  • Samu Lang

dotNetRDF also benefits from many community contributors who contribute in the form of bug reports, patches, suggestions and other feedback, please see the Acknowledgements file for a full list.

Pull Requests

We are always pleased to receive pull requests that fix bugs or add features. When fixing a bug, please make sure that it has been reported on the issues list first. If you plan to work on a new feature for dotNetRDF, it would be good to raise that on the issues list before you commit too much time to it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].