
{  
   "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/b6aa3387724441a8c78048b65dbbff15/markushirsch",
         "tags" : [
            "Docker","Technisches"
         ],
         
         "intraHash" : "b6aa3387724441a8c78048b65dbbff15",
         "label" : "An introduction to Docker for reproducible research, with examples from the R environment",
         "user" : "markushirsch",
         "description" : "von Carl Boettiger",
         "date" : "2021-01-20 09:45:39",
         "changeDate" : "2021-01-20 08:45:39",
         "count" : 1,
         "url" : "https://arxiv.org/pdf/1410.0846.pdf"

      }
	  
   ]
}
