From f21c7846687687371a679ea214f8208f89d59bcd Mon Sep 17 00:00:00 2001 From: mdesalvo Date: Sat, 23 Nov 2024 18:02:21 +0100 Subject: [PATCH] Drop integrated README --- RDFSharp/RDFSharp.csproj | 7 ------- RDFSharp/README.md | 25 ------------------------- 2 files changed, 32 deletions(-) delete mode 100644 RDFSharp/README.md diff --git a/RDFSharp/RDFSharp.csproj b/RDFSharp/RDFSharp.csproj index cccd2f565..4321a0e05 100644 --- a/RDFSharp/RDFSharp.csproj +++ b/RDFSharp/RDFSharp.csproj @@ -21,7 +21,6 @@ true snupkg true - README.md DEBUG;TRACE @@ -50,10 +49,4 @@ - - - True - \ - - diff --git a/RDFSharp/README.md b/RDFSharp/README.md deleted file mode 100644 index 0aed2a6df..000000000 --- a/RDFSharp/README.md +++ /dev/null @@ -1,25 +0,0 @@ -# RDFSharp - -RDFSharp is a modular API made up of 3 layers: - -RDFSharp.Model -
    -
  • 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, ...)
  • -
- -RDFSharp.Store -
    -
  • 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
  • -
- -RDFSharp.Query -
    -
  • 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