
{  
   "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/741df1ba01a284955a541c77d2d79c8f/droessler",
         "tags" : [
            "berlin","database","hu","import","metadata","metadaten","plugin","resourcespace","software","sql","xls"
         ],
         
         "intraHash" : "741df1ba01a284955a541c77d2d79c8f",
         "label" : "GitHub - antennaio/xlsimport: Import data from Excel and save it to a MySQL database.",
         "user" : "droessler",
         "description" : "xls import plugin",
         "date" : "2016-06-23 15:17:44",
         "changeDate" : "2016-06-23 13:17:44",
         "count" : 1,
         "url" : "https://github.com/antennaio/xlsimport"

      }
	  
   ]
}
