
{  
   "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/8c2cf581f217bcfc3436d3d88d282a1c/hermann",
         "tags" : [
            "BW","Projekt","E-Science"
         ],
         
         "intraHash" : "8c2cf581f217bcfc3436d3d88d282a1c",
         "label" : "BW-Projekte",
         "user" : "hermann",
         "description" : "Auflistung aller bisherigen BW-Projekte",
         "date" : "2015-12-17 17:07:14",
         "changeDate" : "2015-12-17 16:07:14",
         "count" : 2,
         "url" : "http://www.alwr-bw.de/kooperationen/"

      }
	  
   ]
}
