
{  
   "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/9f5174deb96f74b7ef54324ecd645f7c/droessler",
         "tags" : [
            "cloud","computer","internet","nextcloud","owncloud"
         ],
         
         "intraHash" : "9f5174deb96f74b7ef54324ecd645f7c",
         "label" : "Nextcloud",
         "user" : "droessler",
         "description" : "",
         "date" : "2016-06-18 13:16:44",
         "changeDate" : "2016-06-18 11:16:44",
         "count" : 1,
         "url" : "https://nextcloud.com/"

      }
	  
   ]
}
