Giter Site home page Giter Site logo

vitalytartynov / dotnetrdf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dotnetrdf/dotnetrdf

0.0 1.0 0.0 596.32 MB

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

Home Page: http://dotnetrdf.org/

License: Other

Shell 0.01% Ruby 0.26% Python 0.03% C# 47.34% XSLT 0.02% Makefile 0.01% HTML 51.94% Batchfile 0.01% Dockerfile 0.01% Haml 0.39%

dotnetrdf's Introduction

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

The main branch of this repository is now used for development of dotNetRDF 3.x. This is a major update that introduces a number of breaking API changes, new features including support for RDF-Star and SPARQL-Star, and it also restructures the packaging of the code to minimize dependencies and better separate out core functionality from higher-level APIs. For more details on what has changed, including the breaking changes that may require you to update your code, please read the section on Upgrading to dotNetRDF 3.0 in the documentation.

If you are looking for the code for the dotNetRDF 2.x release series please check out the maintenance/2.x branch

The restructured NuGet packages for dotNetRDF 3.0 are:

  • dotNetRdf - a meta-package that pulls in all of the packages listed below.
  • dotNetRdf.Core - contains the core libraries. This includes support for reading and writing RDF; and for managing and querying RDF data in-memory.
  • dotNetRdf.AspNet - provides a framework for hosting RDF data in an IIS web application. This includes implementations of the SPARQL Protocol and SPARQL Graph Store Protocol.
  • dotNetRdf.Client - provides support for working with a range of triple stores.
  • dotNetRdf.Data.DataTables - a package which integrates RDF data with System.Data.DataTable
  • dotNetRdf.Dynamic - provides an API for accessing and updating RDF graphs using .NET's dynamic objects.
  • dotNetRdf.HtmlSchema - provides an RDF writer that generates HTML documentation for an ontology that uses the RDF Schema vocabulary.
  • dotNetRdf.Inferencing - provides some basic inferencing support including RDF-Schema, SKOS and a small subset of OWL reasoning.
  • dotNetRdf.Ontology - provides an API for manipulating an OWL ontology.
  • 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.Shacl - provides an API for validating a graph using SHACL.
  • dotNetRdf.Skos - provides an API for working with a SKOS taxonomy.

As of release 3.0 of dotNetRDF, we provide support for .NET Standard 2.0. This ensures compatibility of the libraries with .NET Framwork from 4.7 forwards, .NET Core from 2.0 forwards and .NET from 5.0 forwards.

The documentation and examples will be gradually updated and published on the "latest" branch of the documentation repository:

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.