Projects/Nepomuk/NepomukShow: Difference between revisions

    From KDE TechBase
    (Prepare for translation)
    (Marked this version for translation)
    Line 2: Line 2:
    <translate>
    <translate>


    == Introducing NepomukShow ==
    == Introducing NepomukShow == <!--T:1-->


    <!--T:2-->
    NepomukShow is a debugging tool which can be used to easily view nepomuk data. It currently resides in a scratch repo - git://anongit.kde.org/scratch/vhanda/nepomukshow
    NepomukShow is a debugging tool which can be used to easily view nepomuk data. It currently resides in a scratch repo - git://anongit.kde.org/scratch/vhanda/nepomukshow


    <!--T:3-->
    Using nepomukshow is fairly straightforward.
    Using nepomukshow is fairly straightforward.
    <syntaxhighlight lang="text">
    <syntaxhighlight lang="text">
    $ nepomukshow fileUrl
    $ nepomukshow fileUrl


    <!--T:4-->
    <nepomuk:/res/b353bf46-bee3-4efd-8178-9306104d7061>
    <nepomuk:/res/b353bf46-bee3-4efd-8178-9306104d7061>
             rdf:type            nmm:MusicPiece                                         
             rdf:type            nmm:MusicPiece                                         
    Line 36: Line 39:
    </syntaxhighlight>
    </syntaxhighlight>


    <!--T:5-->
    It has a bunch of additional options, which can be used to show extra info.
    It has a bunch of additional options, which can be used to show extra info.


    <!--T:6-->
    '''TODO: Improve this page!'''
    '''TODO: Improve this page!'''


    <!--T:7-->
    [[Category:Documentation]]
    [[Category:Documentation]]
    [[Category:Development]]
    [[Category:Development]]
    [[Category:Tutorials]]
    [[Category:Tutorials]]
    </translate>
    </translate>

    Revision as of 10:35, 14 December 2012


    Introducing NepomukShow

    NepomukShow is a debugging tool which can be used to easily view nepomuk data. It currently resides in a scratch repo - git://anongit.kde.org/scratch/vhanda/nepomukshow

    Using nepomukshow is fairly straightforward.

    $ nepomukshow fileUrl
    
    <nepomuk:/res/b353bf46-bee3-4efd-8178-9306104d7061>
            rdf:type            nmm:MusicPiece                                        
            rdf:type            nfo:FileDataObject                                    
            rdf:type            nfo:Audio                                             
            rdf:type            nie:InformationElement                                
            nao:created         2012-10-20T22:41:32.349Z                              
            nao:lastModified    2012-11-07T16:39:56.198Z                              
            nie:url             file:///home/vishesh/Music/thelionsleepstonight1.mp3  
            nie:mimeType        audio/mpeg                                            
            nie:title           The Lion Sleeps Tonight                               
            nie:lastModified    2010-08-25T13:09:05Z                                  
            nie:created         2012-06-08T23:40:08Z                                  
            nfo:averageBitrate  1.2800000000e+02                                      
            nfo:sampleRate      4.4100000000e+04                                      
            nfo:fileSize        2547712                                               
            nfo:fileName        thelionsleepstonight1.mp3                             
            nfo:channels        2                                                     
            nfo:duration        159                                                   
            nmm:performer       nepomuk:/res/d54cbabc-9d14-4a60-8c5f-e85a5401df68     
            nmm:genre           Pop                                                   
            kext:indexingLevel  2                                                     
            kext:unixFileMode   33188                                                 
            kext:unixFileOwner  vishesh                                               
            kext:unixFileGroup  users
    

    It has a bunch of additional options, which can be used to show extra info.

    TODO: Improve this page!