Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 11th, 2010 | Syntax: None | Size: 1.86 KB | Hits: 161 | Expires: Never
Copy text to clipboard
  1. @prefix mbp: <http://mb.rdf.qwobl.com/prop/> .
  2. @prefix pnds: <http://pandora.rdf.qwobl.com/schema#> .
  3. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  4. <http://www.pandora.com/people/audiodude> pnds:bookmarked _:b8 .
  5. _:b8 rdfs:label "Rock On" ;
  6.       mbp:artist#artist _:b0 ;
  7.       mbp:album#album _:b1 .
  8.  
  9. <http://www.pandora.com/people/audiodude> pnds:bookmarked _:b9 .
  10. _:b9 rdfs:label "Prizefighter" ;
  11.       mbp:artist#artist _:b2 ;
  12.       mbp:album#album _:b3 .
  13.  
  14. <http://www.pandora.com/people/audiodude> pnds:bookmarked _:b10 .
  15. _:b10 rdfs:label "Skunx" ;
  16.       mbp:artist#artist _:b4 ;
  17.       mbp:album#album _:b5 .
  18.  
  19. <http://www.pandora.com/people/audiodude> pnds:bookmarked _:b11 .
  20. _:b11 rdfs:label "San Geronimo" ;
  21.       mbp:artist#artist _:b6 ;
  22.       mbp:album#album _:b7 .
  23.  
  24. _:b0 <rdfs:label> "Funkdoobiest" .
  25. _:b1 <rdfs:label> "Brothas Doobie" .
  26. _:b2 <rdfs:label> "General Rudie" .
  27. _:b3 <rdfs:label> "Take Your Place" .
  28. _:b4 <rdfs:label> "Lars Frederiksen And The Bastards" .
  29. _:b5 <rdfs:label> "Hellcat Records Presents...Give 'em The Boot III" .
  30. _:b6 <rdfs:label> "Red House Painters" .
  31. _:b7 <rdfs:label> "Retrospective" .
  32.  
  33. #$ rapper -t -i turtle -o turtle favorites.ttl
  34. #rapper: Parsing URI file:///home/briggs/qwobl/lib/python/qwobl/identity/lateral/favorites.ttl with parser turtle
  35. #rapper: Serializing with serializer turtle
  36. #rapper: Error - URI file:///home/briggs/qwobl/lib/python/qwobl/identity/lateral/favorites.ttl:9 - syntax error
  37. #@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  38. #@prefix mbp: <http://mb.rdf.qwobl.com/prop/> .
  39. #@prefix pnds: <http://pandora.rdf.qwobl.com/schema#> .
  40. #@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  41. #
  42. #<http://www.pandora.com/people/audiodude>
  43. #    pnds:bookmarked [
  44. #        mbp:artist mbp:album ;
  45. #        rdfs:label "Rock On"
  46. #    ] .
  47. #
  48. #rapper: Parsing returned 3 triples