File: index.html

package info (click to toggle)
semweb 1.05%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,988 kB
  • ctags: 2,832
  • sloc: cs: 14,483; makefile: 180; sh: 107; perl: 20; ansic: 7
file content (32 lines) | stat: -rw-r--r-- 1,327 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<html>
	<head>
		<title>SemWeb: Documentation</title>
		<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
	</head>
	
	<body>

<h1>SemWeb: A .NET Library for RDF and the Semantic Web</h1>

<p>This documentation describes version 0.85 of SemWeb.</p>

<p>To get started, you should use the pre-compiled binaries
provided in the download package.  These are located in the
<tt>bin</tt> directory.  You will need to reference <tt>SemWeb.dll</tt>
in all of the examples.</p>

<p>The documentation is split into several pages:</p>

<dl>
	<dt><a href="overview.html">Library Overview</a>: A design document explaining the basics of the library.</dt>
	<dt><a href="helloworld.html">Hello World</a>: A simple SemWeb application.</dt>
	<dt><a href="readingrdf.html">Reading RDF</a>: Loading in RDF data from files and "streaming" statements.</dt>
	<dt><a href="selecting.html">Selecting Statements</a>: Simple queries to fetch statements.</dt>
	<dt><a href="databases.html">Using Databases</a>: Persistent storage in an SQL database.</dt>
	<dt><a href="selectfilter.html">Selecting with Filters</a>: Getting many answers at once.</dt>
	<dt><a href="query.html">Querying</a>: Simple Entailment and SPARQL.</dt>
	<dt><a href="inference.html">Inferencing</a>: Performing RDFS and general reasoning.</dt>
</dl>

	</body>
</html>