rdf-xml to exhibit-jsonp

rdf-xml

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
xmlns="http://purl.org/rss/1.0/" xmlns:cc="http://web.resource.org/cc/" 
xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" 
xmlns:dc="http://purl.org/dc/elements/1.1/" 
xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" 
xmlns:admin="http://webns.net/mvcb/">
  <channel about="https://www.website.com/bookmarks/allItems.aspx">
    <title>Recently-Tagged Items</title>
    <link>http://www.website.com/bookmarks/allItems.aspx</link>
    <description>Syndication of the most recently-tagged items</description>
    <dc:language>en-us</dc:language>
    <items>
      <rdf:seq>
        <rdf:li rdf:resource="http://www.informationweek.com/news/showArticle.jhtml?articleID=201801990"/>
      </rdf:seq>
    </items>
  </channel>
  <item rdf:about="http://disc2.nascom.nasa.gov/Giovanni/tovas/realtime.3B42RT.shtml">
    <title>Near-Real-Time Monitoring Product (For research, use Archive Data.)</title>
    <link>http://disc2.nascom.nasa.gov/Giovanni/tovas/realtime.3B42RT.shtml</link>
    <description/>
    <dc:creator>Rob Hyland</dc:creator>
    <dc:creatorLink>http://www.website.com/bookmarks/user.aspx?user=2d188ce7-cb57-dc11-9745-000e0ccf47d8</dc:creatorLink>
    <dc:date>2007-08-31T14:22:13+00:00</dc:date>
    <dc:subject>nipf:envr weather rainstorm</dc:subject>
    <taxo:topics>
      <rdf:Bag>
        <rdf:li 
        rdf:resource="https://www.website.com/bookmarks/tag.aspx?tag=nipf%3aenvr+weather+rainstorm" 
        rdf:resourceSubject="nipf:envr weather rainstorm"/>
      </rdf:Bag>
    </taxo:topics>
  </item>
</rdf:RDF>

exhibit-jsonp

callback({
	"items" :      [
		{
			"items" :       "node0",
			"label" :       "allItems.aspx",
			"type" :        "channel",
			"uri" :         "https://www.intelink.gov/bookmarks/allItems.aspx",
			"link" :        "http://www.intelink.gov/bookmarks/allItems.aspx",
			"description" : "Syndication of the most recently-tagged items in tag|Connect",
			"title" :       "Recently-Tagged Items",
			"language" :    "en-us"
		},
		{
			"label" : "node0",
			"type" :  "seq",
			"_1" :    "showArticle.jhtml?articleID=201801990"
		},
		{
			"topics" :      "node1",
			"uri" :         "http://disc2.nascom.nasa.gov/Giovanni/tovas/realtime.3B42RT.shtml",
			"creator" :     "Rob Hyland",
			"date" :        "2007-08-31T14:22:13+00:00",
			"creatorLink" : "http://www.intelink.gov/bookmarks/user.aspx?user=2d188ce7-cb57-dc11-9745-000e0ccf47d8",
			"type" :        "item",
			"subject" :     "nipf:envr weather rainstorm",
			"link" :        "http://disc2.nascom.nasa.gov/Giovanni/tovas/realtime.3B42RT.shtml",
			"label" :       "realtime.3B42RT.shtml",
			"title" :       "Near-Real-Time Monitoring Product (For research, use Archive Data.)",
			"description" : ""
		},
		{
			"label" : "node1",
			"type" :  "Bag",
			"_1" :    "tag.aspx?tag=nipf%3aenvr+weather+rainstorm"
		}
	],
	"types" :      {
		"seq" :     {
			"uri" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#seq"
		},
		"Bag" :     {
			"uri" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"
		},
		"item" :    {
			"uri" : "http://purl.org/rss/1.0/item"
		},
		"channel" : {
			"uri" : "http://purl.org/rss/1.0/channel"
		}
	},
	"properties" : {
		"topics" :      {
			"uri" :       "http://purl.org/rss/1.0/modules/taxonomy/topics",
			"valueType" : "item"
		},
		"creator" :     {
			"uri" :       "http://purl.org/dc/elements/1.1/creator",
			"valueType" : "item"
		},
		"date" :        {
			"uri" :       "http://purl.org/dc/elements/1.1/date",
			"valueType" : "item"
		},
		"creatorLink" : {
			"uri" :       "http://purl.org/dc/elements/1.1/creatorLink",
			"valueType" : "item"
		},
		"language" :    {
			"uri" :       "http://purl.org/dc/elements/1.1/language",
			"valueType" : "item"
		},
		"items" :       {
			"uri" :       "http://purl.org/rss/1.0/items",
			"valueType" : "item"
		},
		"subject" :     {
			"uri" :       "http://purl.org/dc/elements/1.1/subject",
			"valueType" : "item"
		},
		"link" :        {
			"uri" : "http://purl.org/rss/1.0/link"
		},
		"title" :       {
			"uri" : "http://purl.org/rss/1.0/title"
		},
		"_1" :          {
			"uri" :       "http://www.w3.org/1999/02/22-rdf-syntax-ns#_1",
			"valueType" : "item"
		},
		"description" : {
			"uri" : "http://purl.org/rss/1.0/description"
		}
	}
});