FleetingWang / dotnetrdf

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

Home Page:http://dotnetrdf.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 1.4
  • .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

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.

About

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

http://dotnetrdf.org/

License:Other


Languages

Language:C# 98.9%Language:HTML 0.8%Language:Ruby 0.3%Language:XSLT 0.0%Language:Batchfile 0.0%