
{  
   "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/6506fd45137df41b323d9bb340328a07/droessler",
         "tags" : [
            "group","iag","literaturlisten","numeric","puma","research","stuttgart","uni"
         ],
         
         "intraHash" : "6506fd45137df41b323d9bb340328a07",
         "label" : "Numerics Research Group | New numerical methods, analysis, efficient implementations, multi-scale problems, high performance computing",
         "user" : "droessler",
         "description" : "",
         "date" : "2016-01-15 10:13:04",
         "changeDate" : "2016-01-15 09:13:04",
         "count" : 1,
         "url" : "https://nrg.iag.uni-stuttgart.de/"

      }
	  
   ]
}
