
{  
   "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/d4772771720588a2342d18b49426a11d/hermann",
         "tags" : [
            "RSE","python","Buch","programmieren"
         ],
         
         "intraHash" : "d4772771720588a2342d18b49426a11d",
         "label" : "Research Software Engineering with Python",
         "user" : "hermann",
         "description" : "Research Software Engineering with Python",
         "date" : "2022-01-21 08:17:58",
         "changeDate" : "2022-01-21 07:17:58",
         "count" : 1,
         "url" : "https://merely-useful.tech/py-rse/index.html"

      }
,
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/2a7a24e77b19858b71d89c19a5a78edc5/hermann",         
         "tags" : [
            "buch","anleitung","puma","handbuch"
         ],
         
         "intraHash" : "a7a24e77b19858b71d89c19a5a78edc5",
         "interHash" : "e1a6591750ca432b53fab75d0260275d",
         "label" : "Literaturverwaltung mit PUMA. Ein umfassendes Handbuch. Unveröffentlichtes Manuskript. Draft Version",
         "user" : "hermann",
         "description" : "",
         "date" : "2017-10-11 11:42:00",
         "changeDate" : "2019-05-03 09:54:01",
         "count" : 3,
         "pub-type": "book",
         "publisher":"Universitätsbibliothek Stuttgart",
         "year": "2017", 
         "url": "", 
         
         "author": [ 
            "Sibylle Hermann"
         ],
         "authors": [
         	
            	{"first" : "Sibylle",	"last" : "Hermann"}
         ],
         
         "bibtexKey": "eckert2017literaturverwaltung"

      }
	  
   ]
}
