
{  
   "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" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/2fcf451c042bf92e95e005f7f1e170a6b/puma",         
         "tags" : [
            "from:jmueller","api","Tags"
         ],
         
         "intraHash" : "fcf451c042bf92e95e005f7f1e170a6b",
         "interHash" : "79418cb50629db814e69eaa48a6c46ce",
         "label" : "Titel",
         "user" : "puma",
         "description" : "",
         "date" : "2018-09-27 11:04:08",
         "changeDate" : "2018-09-27 09:04:08",
         "count" : 1,
         "pub-type": "inproceedings",
         "journal": "Zeitschrift","booktitle": "Buchtitel","series": "Reihe","publisher":"Verlag","address":"Adresse",
         "year": "Jahr", 
         "url": "/brokenurl#URL", 
         
         "author": [ 
            " Autor(en)"
         ],
         "authors": [
         	
            	{"first" : "",	"last" : "Autor(en)"}
         ],
         
         "editor": [ 
            " Herausgeber"
         ],
         "editors": [
         	
            	{"first" : "",	"last" : "Herausgeber"}
         ],
         "volume": "Band","number": "Nummer","pages": "Seiten","abstract": "Zusammenfassung",
         "venue" : "venue",
         
         "isbn" : "isbn",
         
         "language" : "language",
         
         "eventdate" : "eventdate",
         
         "eventtitle" : "eventtitle",
         
         "issn" : "issn",
         
         "doi" : "doi",
         
         "bibtexKey": "autorenjahrtitel"

      }
	  
   ]
}
