All Projects → mdesalvo → Rdfsharp

mdesalvo / Rdfsharp

Licence: apache-2.0
Lightweight and friendly .NET library for modeling Semantic Web applications

Projects that are alternatives of or similar to Rdfsharp

mobi
Mobi is a decentralized, federated, and distributed graph data platform for teams and communities to publish and discover data, data models, and analytics that are instantly consumable.
Stars: ✭ 41 (-43.06%)
Mutual labels:  sparql, rdf, semantic-web
CSV2RDF
Streaming, transforming, SPARQL-based CSV to RDF converter. Apache license.
Stars: ✭ 48 (-33.33%)
Mutual labels:  sparql, rdf, semantic-web
ont-api
ONT-API (OWL-API over Apache Jena)
Stars: ✭ 20 (-72.22%)
Mutual labels:  sparql, rdf, semantic-web
Processor
Ontology-driven Linked Data processor and server for SPARQL backends. Apache License.
Stars: ✭ 54 (-25%)
Mutual labels:  sparql, rdf, semantic-web
Graphql To Sparql.js
Converts GraphQL queries to SPARQL queries
Stars: ✭ 62 (-13.89%)
Mutual labels:  rdf, semantic-web, sparql
corese
Software platform implementing and extending the standards of the Semantic Web.
Stars: ✭ 55 (-23.61%)
Mutual labels:  sparql, rdf, semantic-web
Awesome Semantic Web
A curated list of various semantic web and linked data resources.
Stars: ✭ 642 (+791.67%)
Mutual labels:  rdf, semantic-web, sparql
sparklis
Sparklis is a query builder in natural language that allows people to explore and query SPARQL endpoints with all the power of SPARQL and without any knowledge of SPARQL.
Stars: ✭ 28 (-61.11%)
Mutual labels:  sparql, rdf, semantic-web
LSQ
Linked SPARQL Queries (LSQ): Framework for RDFizing triple store (web) logs and performing SPARQL query extraction, analysis and benchmarking in order to produce datasets of Linked SPARQL Queries
Stars: ✭ 23 (-68.06%)
Mutual labels:  sparql, rdf, semantic-web
Sessel
Document RDFizer for CouchDB
Stars: ✭ 22 (-69.44%)
Mutual labels:  sparql, rdf, semantic-web
ontobio
python library for working with ontologies and ontology associations
Stars: ✭ 104 (+44.44%)
Mutual labels:  sparql, rdf, semantic-web
AskNowNQS
A question answering system for RDF knowledge graphs.
Stars: ✭ 32 (-55.56%)
Mutual labels:  sparql, rdf, semantic-web
sparql-proxy
SPARQL-proxy: provides cache, job control, and logging for any SPARQL endpoint
Stars: ✭ 26 (-63.89%)
Mutual labels:  sparql, rdf, semantic-web
semantic-python-overview
(subjective) overview of projects which are related both to python and semantic technologies (RDF, OWL, Reasoning, ...)
Stars: ✭ 406 (+463.89%)
Mutual labels:  sparql, rdf, semantic-web
everything
The semantic desktop search engine
Stars: ✭ 22 (-69.44%)
Mutual labels:  sparql, rdf, semantic-web
SEPA
Get notifications about changes in your SPARQL endpoint.
Stars: ✭ 21 (-70.83%)
Mutual labels:  sparql, rdf, semantic-web
LD-Connect
LD Connect is a Linked Data portal for IOS Press in collaboration with the STKO Lab at UC Santa Barbara.
Stars: ✭ 0 (-100%)
Mutual labels:  sparql, rdf, semantic-web
skos-play
SKOS-Play allows to print SKOS files in HTML or PDF. It also embeds xls2rdf to generate RDF from Excel.
Stars: ✭ 58 (-19.44%)
Mutual labels:  sparql, rdf, semantic-web
sparql-micro-service
SPARQL micro-services: A lightweight approach to query Web APIs with SPARQL
Stars: ✭ 22 (-69.44%)
Mutual labels:  sparql, rdf, semantic-web
LinkedDataHub
The Knowledge Graph notebook. Apache license.
Stars: ✭ 150 (+108.33%)
Mutual labels:  sparql, rdf, semantic-web

RDFSharp NuGet Badge

RDFSharp has a modular API made up of four layers (RDF/SPARQL/SHACL docs, OWL/SKOS docs):

  • RDFSharp.Model
    • Create and manage RDF models (resources, literals, triples, graphs, namespaces, ...)
    • Exchange them using standard RDF formats (N-Triples, TriX, Turtle, RDF/Xml)
    • Create and validate SHACL shapes (shape graphs, shapes, targets, constraints, reports, ...)
  • RDFSharp.Store
    • Create and manage RDF stores for context-aware modeling of RDF data (quadruples)
    • Exchange them using standard RDF formats (N-Quads, TriX)
  • RDFSharp.Query
    • Create and manage RDF federations giving integrated query access to multiple data sources
    • Create and execute SPARQL queries on graphs, stores, federations and SPARQL endpoints
  • RDFSharp.Semantics
    • Create and manage OWL-DL ontologies (classes, restrictions, properties, facts, assertions, annotations, ...)
    • Validate ontology T-BOX and A-BOX against a standard set of RDFS/OWL-DL constraint rules
    • Create OWL-DL reasoners exploiting an extensible set of RDFS/OWL-DL inference rules
    • Create and manage SKOS glossaries, thesauri and classification schemes with a friendly and powerful API
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].