Projects/Nepomuk: Difference between revisions

From KDE TechBase
(Marked this version for translation)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<languages />
<translate>


<!--T:1-->
[[Image:Nepomuk_logo_big.png|center|300px]]


[[Image:Nepomuk_logo_big.png|center|300px]]
== About Nepomuk == <!--T:2-->


== About Nepomuk ==
<!--T:3-->
'''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.


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.
<!--T:4-->
This page is dedicated to third party documentation for '''Nepomuk'''. To know more about '''Nepomuk''' from a user's point of view, head over to the [http://userbase.kde.org/Special:myLanguage/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 third 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].
== Documentation == <!--T:5-->


== Documentation ==
<!--T:6-->
Any new project is intimidating and jumping right into the [http://api.kde.org/4.x-api/kdelibs-apidocs/nepomuk-core/html/index.html API Documentation] can be scary. So, we have prepared some articles which explain the different aspects of Nepomuk and even touch on some advanced features.
Any new project is intimidating and jumping right into the [http://api.kde.org/4.x-api/kdelibs-apidocs/nepomuk-core/html/index.html API Documentation] can be scary. So, we have prepared some articles which explain the different aspects of '''Nepomuk''' and even touch on some advanced features.


<!--T:7-->
The documentation of any project is always in progress as the code base is always evolving. If you feel that the documentation is lacking in some regard, please come talk to us. We'd love to hear your feedback, and the documentation might just get improved in the process.
The documentation of any project is always in progress as the code base is always evolving. If you feel that the documentation is lacking in some regard, please come talk to us. We'd love to hear your feedback, and the documentation might just get improved in the process.


<!--T:8-->
'''Nepomuk Mailing List: ''' [email protected] <br/>
'''Nepomuk Mailing List: ''' [email protected] <br/>
'''IRC Channel:''' #nepomuk-kde on freenode
'''IRC Channel:''' #nepomuk-kde on freenode


=== Introductory Material ===
=== Introductory Material === <!--T:9-->
If you're just getting started with Nepomuk and want to know a quick way to fetch some data.
 
<!--T:10-->
If you're just getting started with '''Nepomuk''' and want to know a quick way to fetch some data.
 
<!--T:11-->
* [[Special:myLanguage/Projects/Nepomuk/QuickStart| Quick Start]]
* [[Special:myLanguage/Projects/Nepomuk/OntologyBasics| Basic Ontology concepts]]
* [[Special:myLanguage/Projects/Nepomuk/Uris| Questions about URIs]]
 
=== Managing Data === <!--T:12-->


* [[Projects/Nepomuk/QuickStart| Quick Start]]
<!--T:13-->
* [[Projects/Nepomuk/OntologyBasics| Basic Ontology concepts]]
This section includes more in-depth articles on how manage the data in '''Nepomuk'''. As a starting point you should probably open up the [http://api.kde.org/4.x-api/kdelibs-apidocs/nepomuk-core/html/index.html Nepomuk API Documentation]. It is generally more up to date than the articles mentioned below.
* [[Projects/Nepomuk/Uris| Questions about URIs]]


=== Managing Data ===
<!--T:14-->
This section includes more in-depth articles on how manage the data in Nepomuk. As a starting point you should probably open up the [http://api.kde.org/4.x-api/kdelibs-apidocs/nepomuk-core/html/index.html Nepomuk API Documentation]. It is generally more up to date than the articles mentioned below.
* [[Special:myLanguage/Projects/Nepomuk/Resources| Using Resources]]
* [[Special:myLanguage/Projects/Nepomuk/ResourceWatcher| Monitoring Changes]]
* [[Special:myLanguage/Projects/Nepomuk/BulkChanges| Bulk Changes]]
* [[Special:myLanguage/Projects/Nepomuk/DataFeeders| Data Feeders]]


* [[Projects/Nepomuk/Resources| Using Resources]]
=== File Indexing === <!--T:15-->
* [[Projects/Nepomuk/ResourceWatcher| Monitoring Changes]]
* [[Projects/Nepomuk/BulkChanges| Bulk Changes]]
* [[Projects/Nepomuk/DataFeeders| Data Feeders]]


=== File Indexing ===
<!--T:16-->
With 4.10, the file indexing architecture has substantially changed. We no longer rely on strigi, and have our own plugin based interface.
With 4.10, the file indexing architecture has substantially changed. We no longer rely on strigi, and have our own plugin based interface.


* [[Projects/Nepomuk/IndexingPlugin| Writing an Indexing Plugin]]
<!--T:17-->
* [[Special:myLanguage/Projects/Nepomuk/IndexingPlugin| Writing an Indexing Plugin]]
 
=== Querying === <!--T:18-->


=== Querying ===
<!--T:19-->
As you advance into Nepomuk, you'll want to move beyond just fetching and pushing data and will want to query Nepomuk for specialized data. One can query Nepomuk is many different ways, the important part is to optimize your queries and make sure they run well on production systems where the database sizes may way very large.
As you advance into '''Nepomuk''', you'll want to move beyond just fetching and pushing data and will want to query '''Nepomuk''' for specialized data. One can query '''Nepomuk''' in many different ways, the important part is to optimize your queries and make sure they run well on production systems where the database sizes may way very large.


* [[Projects/Nepomuk/QueryingMethods| Different ways to Query Nepomuk]]
<!--T:20-->
* [[Projects/Nepomuk/QueryLibrary| Nepomuk Query Library]]
* [[Special:myLanguage/Projects/Nepomuk/QueryingMethods| Different ways to Query Nepomuk]]
* [[Projects/Nepomuk/SparqlQueries| Sparql Queries]]
* [[Special:myLanguage/Projects/Nepomuk/QueryLibrary| Nepomuk Query Library]]
* [[Special:myLanguage/Projects/Nepomuk/SparqlQueries| Sparql Queries]]


=== Architectural Overview ===
=== Architectural Overview === <!--T:21-->
If you're looking to get more involved with Nepomuk development process, you should probably need to need to figure out our basic architecture and where you can find all the relevant code.


* [[Projects/Nepomuk/Repositories| Nepomuk Repositories]]
<!--T:22-->
* [[Projects/Nepomuk/ComponentOverview| Nepomuk Architectural Overview]]
If you're looking to get more involved with '''Nepomuk''' development process, you should probably need to need to figure out our basic architecture and where you can find all the relevant code.
* [[Projects/Nepomuk/kioslaves| Nepomuk KIO Slaves]]


=== Nepomuk Internals ===
<!--T:23-->
* [[Special:myLanguage/Projects/Nepomuk/Repositories| Nepomuk Repositories]]
* [[Special:myLanguage/Projects/Nepomuk/ComponentOverview| Nepomuk Architectural Overview]]
* [[Special:myLanguage/Projects/Nepomuk/kioslaves| Nepomuk KIO Slaves]]
 
=== Nepomuk Internals === <!--T:24-->
 
<!--T:25-->
When you decide to dig even deeper.
When you decide to dig even deeper.


* [[Projects/Nepomuk/GraphConcepts| Graph handling]]
<!--T:26-->
* [[Projects/Nepomuk/VirtuosoInternal| Virtuoso Internals]]
* [[Special:myLanguage/Projects/Nepomuk/GraphConcepts| Graph handling]]
* [[Projects/Nepomuk/OntologyExtention| Extending the Ontologies]]
* [[Special:myLanguage/Projects/Nepomuk/VirtuosoInternal| Virtuoso Internals]]
* [[Special:myLanguage/Projects/Nepomuk/OntologyExtention| Extending the Ontologies]]


=== Miscellaneous ===
=== Miscellaneous === <!--T:27-->
* [[Projects/Nepomuk/Nepomuk2Port| Porting to Nepomuk2]]
* [[Projects/Nepomuk/ManagingNepomukProcesses| Managing Nepomuk Processes]]
* [[Projects/Nepomuk/TestEnvironment| Nepomuk Test Environment]]
* [[Development/Tutorials/Metadata/Nepomuk/TipsAndTricks| Nepomuk Tips and Tricks]]
* [[Projects/Nepomuk/NepomukShow| Debugging Nepomuk Data]]


==== Outdated links ====
<!--T:28-->
* [[Special:myLanguage/Projects/Nepomuk/Nepomuk2Port| Porting to Nepomuk2]]
* [[Special:myLanguage/Projects/Nepomuk/ManagingNepomukProcesses| Managing Nepomuk Processes]]
* [[Special:myLanguage/Projects/Nepomuk/TestEnvironment| Nepomuk Test Environment]]
* [[Special:myLanguage/Development/Tutorials/Metadata/Nepomuk/TipsAndTricks| Nepomuk Tips and Tricks]]
* [[Special:myLanguage/Projects/Nepomuk/NepomukShow| Debugging Nepomuk Data]]


The following links provide good reads for getting used to the Nepomuk system and its APIs. <br\>
==== Outdated links ==== <!--T:29-->
 
<!--T:30-->
The following links provide good reads for getting used to the '''Nepomuk''' system and its APIs. <br\>
They are slightly outdated, but still has some useful material.
They are slightly outdated, but still has some useful material.
* [[Development/Tutorials/Metadata/Nepomuk|Development Tutorials]]
* [[Special:myLanguage/Development/Tutorials/Metadata/Nepomuk|Development Tutorials]]
* [[Projects/Nepomuk/Ideas|Random Ideas]]
* [[Special:myLanguage/Projects/Nepomuk/Ideas|Random Ideas]]
* [[Projects/Nepomuk/Qualified_Relations_Idea| Qualified Relations Idea]]
* [[Special:myLanguage/Projects/Nepomuk/Qualified_Relations_Idea| Qualified Relations Idea]]
* [[Projects/Nepomuk/ScenarioExamples| Scenario Examples]]
* [[Special:myLanguage/Projects/Nepomuk/ScenarioExamples| Scenario Examples]]
 
<!--T:31-->
[[Category:Documentation]]
</translate>

Revision as of 17:07, 10 December 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 third 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.

Documentation

Any new project is intimidating and jumping right into the API Documentation can be scary. So, we have prepared some articles which explain the different aspects of Nepomuk and even touch on some advanced features.

The documentation of any project is always in progress as the code base is always evolving. If you feel that the documentation is lacking in some regard, please come talk to us. We'd love to hear your feedback, and the documentation might just get improved in the process.

Nepomuk Mailing List: [email protected]
IRC Channel: #nepomuk-kde on freenode

Introductory Material

If you're just getting started with Nepomuk and want to know a quick way to fetch some data.

Managing Data

This section includes more in-depth articles on how manage the data in Nepomuk. As a starting point you should probably open up the Nepomuk API Documentation. It is generally more up to date than the articles mentioned below.

File Indexing

With 4.10, the file indexing architecture has substantially changed. We no longer rely on strigi, and have our own plugin based interface.

Querying

As you advance into Nepomuk, you'll want to move beyond just fetching and pushing data and will want to query Nepomuk for specialized data. One can query Nepomuk in many different ways, the important part is to optimize your queries and make sure they run well on production systems where the database sizes may way very large.

Architectural Overview

If you're looking to get more involved with Nepomuk development process, you should probably need to need to figure out our basic architecture and where you can find all the relevant code.

Nepomuk Internals

When you decide to dig even deeper.

Miscellaneous

Outdated links

The following links provide good reads for getting used to the Nepomuk system and its APIs. <br\> They are slightly outdated, but still has some useful material.