
{  
   "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/4b47409a0e45f2c31557743900736b10/diglezakis",
         "tags" : [
            "benchmarking","mathematics","tools"
         ],
         
         "intraHash" : "4b47409a0e45f2c31557743900736b10",
         "label" : "Home \u2013 FitBenchmarking",
         "user" : "diglezakis",
         "description" : "Tool for comparing the run time and accuracy of minimizers on fit benchmarking problems.",
         "date" : "2022-10-27 09:40:08",
         "changeDate" : "2022-10-27 07:40:08",
         "count" : 1,
         "url" : "https://fitbenchmarking.com/"

      }
	  
   ]
}
