
{  
   "types" : {
      "Bookmark" : {
         "pluralLabel" : "Bookmarks"
      },
      "Publication" : {
         "pluralLabel" : "Publications"
      },
      "GoldStandardPublication" : {
         "pluralLabel" : "GoldStandardPublications"
      },
      "GoldStandardBookmark" : {
         "pluralLabel" : "GoldStandardBookmarks"
      },
      "Tag" : {
         "pluralLabel" : "Tags"
      },
      "User" : {
         "pluralLabel" : "Users"
      },
      "Group" : {
         "pluralLabel" : "Groups"
      },
      "Sphere" : {
         "pluralLabel" : "Spheres"
      }
   },
   
   "properties" : {
      "count" : {
         "valueType" : "number"
      },
      "date" : {
         "valueType" : "date"
      },
      "changeDate" : {
         "valueType" : "date"
      },
      "url" : {
         "valueType" : "url"
      },
      "id" : {
         "valueType" : "url"
      },
      "tags" : {
         "valueType" : "item"
      },
      "user" : {
         "valueType" : "item"
      }      
   },
   
   "items" : [
   	  
	  {  
         "type" : "Bookmark",
         "id"   : "https://puma.ub.uni-stuttgart.de/url/d693b67a82dde0ccef75542c0628b6c9/robingarcia",
         "tags" : [
            "python","software","tool"
         ],
         
         "intraHash" : "d693b67a82dde0ccef75542c0628b6c9",
         "label" : "Tellurium Home Page | Tellurium",
         "user" : "robingarcia",
         "description" : "",
         "date" : "2016-07-13 09:35:16",
         "changeDate" : "2016-07-13 07:35:16",
         "count" : 1,
         "url" : "http://tellurium.analogmachine.org/"

      }
	  
   ]
}
