
{  
   "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/d2c385646a47fbc8426c68e12000873b/diglezakis",
         "tags" : [
            "forschungsdaten","metadata","software","analysis","battery","research"
         ],
         
         "intraHash" : "d2c385646a47fbc8426c68e12000873b",
         "label" : "Batalyse \u2013 Battery and Fuel Cell data evaluation software",
         "user" : "diglezakis",
         "description" : "Software for the Analysis and Documentation of Data from Battery Research",
         "date" : "2019-12-02 11:43:47",
         "changeDate" : "2019-12-02 10:43:47",
         "count" : 1,
         "url" : "https://batalyse.com/de/"

      }
	  
   ]
}
