- @prefix mbp: <http://mb.rdf.qwobl.com/prop/> .
- @prefix pnds: <http://pandora.rdf.qwobl.com/schema#> .
- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
- <http://www.pandora.com/people/audiodude> pnds:bookmarked _:b8 .
- _:b8 rdfs:label "Rock On" ;
- mbp:artist#artist _:b0 ;
- mbp:album#album _:b1 .
- <http://www.pandora.com/people/audiodude> pnds:bookmarked _:b9 .
- _:b9 rdfs:label "Prizefighter" ;
- mbp:artist#artist _:b2 ;
- mbp:album#album _:b3 .
- <http://www.pandora.com/people/audiodude> pnds:bookmarked _:b10 .
- _:b10 rdfs:label "Skunx" ;
- mbp:artist#artist _:b4 ;
- mbp:album#album _:b5 .
- <http://www.pandora.com/people/audiodude> pnds:bookmarked _:b11 .
- _:b11 rdfs:label "San Geronimo" ;
- mbp:artist#artist _:b6 ;
- mbp:album#album _:b7 .
- _:b0 <rdfs:label> "Funkdoobiest" .
- _:b1 <rdfs:label> "Brothas Doobie" .
- _:b2 <rdfs:label> "General Rudie" .
- _:b3 <rdfs:label> "Take Your Place" .
- _:b4 <rdfs:label> "Lars Frederiksen And The Bastards" .
- _:b5 <rdfs:label> "Hellcat Records Presents...Give 'em The Boot III" .
- _:b6 <rdfs:label> "Red House Painters" .
- _:b7 <rdfs:label> "Retrospective" .
- #$ rapper -t -i turtle -o turtle favorites.ttl
- #rapper: Parsing URI file:///home/briggs/qwobl/lib/python/qwobl/identity/lateral/favorites.ttl with parser turtle
- #rapper: Serializing with serializer turtle
- #rapper: Error - URI file:///home/briggs/qwobl/lib/python/qwobl/identity/lateral/favorites.ttl:9 - syntax error
- #@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
- #@prefix mbp: <http://mb.rdf.qwobl.com/prop/> .
- #@prefix pnds: <http://pandora.rdf.qwobl.com/schema#> .
- #@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
- #
- #<http://www.pandora.com/people/audiodude>
- # pnds:bookmarked [
- # mbp:artist mbp:album ;
- # rdfs:label "Rock On"
- # ] .
- #
- #rapper: Parsing returned 3 triples
