Command line tools for Nepomuk written in Python
You will need the python bindings for Soprano and Nepomuk.
On openSUSE, these can be installed using the following command: sudo zypper install python-kde4-soprano python-kde4-nepomuk
./nepomukinfo.py -l
./nepomukinfo.py /home/vincent/Pictures/PictureOfMyself.jpg
will show
======== /home/vincent/Pictures/PictureOfMyself.jpg
hasTag : "Vincent", "Travel"
description : A picture of myself while travelling in the mountain
created : 2013-01-20T11:40:17.872Z
url : /home/vincent/Pictures/PictureOfMyself.jpg
lastModified : 2013-01-20T11:40:17.895Z
./nepomuksearch.py -t Travel
./nepomuksearch.py -q "hasTag:Vincent AND hasTag:Travel"