
{  
   "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/515a4a9e7650d4581420729b9b5a757f/hermann",
         "tags" : [
            "content","doi","negotiation","scraper"
         ],
         
         "intraHash" : "515a4a9e7650d4581420729b9b5a757f",
         "label" : "DOI Content Negotiation",
         "user" : "hermann",
         "description" : "",
         "date" : "2018-02-20 22:02:30",
         "changeDate" : "2018-02-20 21:02:30",
         "count" : 2,
         "url" : "https://citation.crosscite.org/docs.html"

      }
	  
   ]
}
