Guest User

Vishesh Handa

a guest
May 26th, 2010
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.71 KB | None | 0 0
  1. vishesh:~ $
  2. vishesh:~ $ nepomukcmd query "select distinct ?r ?o where { { ?r nie:url <file:///home/vishesh/Music/lenka_-_the_show.mp3> . } UNION { <file:///home/vishesh/Music/lenka_-_the_show.mp3> ?p ?o . }  } LIMIT 1"
  3. r -> <nepomuk:/res/074131b5-099a-44c5-9f64-ee5abb046068>; o -> (empty)
  4. Total results: 1
  5. Execution time: 00:00:00.3
  6. vishesh:~ $
  7. vishesh:~ $
  8. vishesh:~ $ nepomukcmd query "select distinct ?r ?o where { { ?r nie:url <nepomuk:/res/074131b5-099a-44c5-9f64-ee5abb046068> . } UNION { <nepomuk:/res/074131b5-099a-44c5-9f64-ee5abb046068> ?p ?o . }  } LIMIT 1"
  9. r -> (empty); o -> <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Audio>
  10. Total results: 1
  11. Execution time: 00:00:00.3
  12. vishesh:~ $
Advertisement
Add Comment
Please, Sign In to add comment