Projects/Nepomuk: Difference between revisions

From KDE TechBase
(Move away from Basic and Advanced)
Line 9: Line 9:
This page is dedicated to 3rd party documentation for Nepomuk. To know more about Nepomuk from a user's point of view, head over to the [http://userbase.kde.org/Nepomuk Nepomuk page on UserBase]. Or to know more about the Nepomuk community and getting involved in Nepomuk, head over to the [http://community.kde.org/Projects/Nepomuk Nepomuk Community Page].
This page is dedicated to 3rd party documentation for Nepomuk. To know more about Nepomuk from a user's point of view, head over to the [http://userbase.kde.org/Nepomuk Nepomuk page on UserBase]. Or to know more about the Nepomuk community and getting involved in Nepomuk, head over to the [http://community.kde.org/Projects/Nepomuk Nepomuk Community Page].


== Basics ==
== Introduction ==
* [[Development/Tutorials/Metadata/Nepomuk/Quickstart| Quick Start]]
* [[Development/Tutorials/Metadata/Nepomuk/Quickstart| Quick Start]]
* [[Projects/Nepomuk/OntologyBasics| Basic Ontology concepts]]
* [[Projects/Nepomuk/OntologyBasics| Basic Ontology concepts]]
== Managing Data ==
* [[Projects/Nepomuk/Resources| Resources]]
* [[Projects/Nepomuk/Resources| Resources]]
* [[Projects/Nepomuk/ResourceWatcher| Monitoring Changes]]
* [[Projects/Nepomuk/BulkChanges| Bulk Changes]]
* [[Projects/Nepomuk/DataFeeders| Data Feeders]]
== Querying ==
* [[Projects/Nepomuk/QueryingMethods| Different ways to Query Nepomuk]]


== Architectural Overview ==
* [[Projects/Nepomuk/Repositories| Nepomuk Repositories]]
* [[Projects/Nepomuk/Repositories| Nepomuk Repositories]]
* [[Projects/Nepomuk/ComponentOverview| Nepomuk Architectural Overview]]
* [[Projects/Nepomuk/ComponentOverview| Nepomuk Architectural Overview]]


* [[Projects/Nepomuk/ResourceWatcher| Monitoring Changes]]
== Nepomuk Internals ==
* [[Projects/Nepomuk/Nepomuk2Port| Porting to Nepomuk2]]
 
* [[Projects/Nepomuk/QueryingMethods| Querying Nepomuk]]
 
== Advanced Use Cases ==
* [[Projects/Nepomuk/BulkChanges| Bulk Changes]]
* [[Projects/Nepomuk/DataFeeders| Pushing large quantities of data into Nepomuk]]
* [[Projects/Nepomuk/GraphConcepts| Graph handling]]
* [[Projects/Nepomuk/GraphConcepts| Graph handling]]
* [[Projects/Nepomuk/VirtuosoInternal| Virtuoso Internals]]
* [[Projects/Nepomuk/VirtuosoInternal| Virtuoso Internals]]
* [[Projects/Nepomuk/OntologyExtention| Extending the Ontologies]]
* [[Projects/Nepomuk/OntologyExtention| Extending the Ontologies]]
== Miscellaneous ==
* [[Projects/Nepomuk/Nepomuk2Port| Porting to Nepomuk2]]


== Documentation ==
== Documentation ==

Revision as of 12:03, 23 August 2012


About Nepomuk

Nepomuk serves as a cross application semantic storage backend. It aims at collecting data from various sources - file indexing, the web, applications, etc, and linking them all together to form a cohesive map of data.

This page is dedicated to 3rd party documentation for Nepomuk. To know more about Nepomuk from a user's point of view, head over to the Nepomuk page on UserBase. Or to know more about the Nepomuk community and getting involved in Nepomuk, head over to the Nepomuk Community Page.

Introduction

Managing Data

Querying

Architectural Overview

Nepomuk Internals

Miscellaneous

Documentation

The following links provide good reads for getting used to the Nepomuk system and its APIs.


As Nepomuk is highly dependent on its data in the RDF store and the used ontologies, one might consider to read up on RDF and the Nepomuk ontogies:

Subpages of Projects/Nepomuk