SemWeb: A .NET Library for RDF and the Semantic Web
This documentation describes version 0.85 of SemWeb.
To get started, you should use the pre-compiled binaries
provided in the download package. These are located in the
bin directory. You will need to reference SemWeb.dll
in all of the examples.
The documentation is split into several pages:
- Library Overview: A design document explaining the basics of the library.
- Hello World: A simple SemWeb application.
- Reading RDF: Loading in RDF data from files and "streaming" statements.
- Selecting Statements: Simple queries to fetch statements.
- Using Databases: Persistent storage in an SQL database.
- Selecting with Filters: Getting many answers at once.
- Querying: Simple Entailment and SPARQL.
- Inferencing: Performing RDFS and general reasoning.