Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdesalvo/rdfsharp
Lightweight and friendly .NET library for realizing Semantic Web applications
https://github.com/mdesalvo/rdfsharp
geosparql rdf semantic-web shacl sparql sparql-endpoints sparql-update triplestore
Last synced: 2 months ago
JSON representation
Lightweight and friendly .NET library for realizing Semantic Web applications
- Host: GitHub
- URL: https://github.com/mdesalvo/rdfsharp
- Owner: mdesalvo
- License: apache-2.0
- Created: 2015-08-12T16:46:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T15:48:24.000Z (10 months ago)
- Last Synced: 2024-04-06T08:40:34.890Z (10 months ago)
- Topics: geosparql, rdf, semantic-web, shacl, sparql, sparql-endpoints, sparql-update, triplestore
- Language: C#
- Homepage:
- Size: 10.8 MB
- Stars: 115
- Watchers: 11
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RDFSharp is a modular API made up of 3 layers:
- Create and manage RDF models (resources, literals, triples, graphs, namespaces, datatypes, ...)
- Exchange them using standard RDF formats (N-Triples, TriX, Turtle, RDF/Xml)
- Create and validate SHACL shapes (shape graphs, shapes, targets, constraints, reports, ...)
- Create and manage RDF stores for context-aware modeling of RDF data (contexts, quadruples, ...)
- Exchange them using standard RDF formats (N-Quads, TriX, TriG)
- Pick a store extension to save and query RDF data on many supported providers
- Create and execute SPARQL queries on graphs, stores, federations and SPARQL endpoints
- Create and execute SPARQL operations on graphs, stores and SPARQL UPDATE endpoints
An additional API is available for working in expressive way with OWL2 ontologies