
{  
   "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/90bd13281aeedf8e077f60087666cad7/diglezakis",
         "tags" : [
            "XML","XPath","XQuery","forschungsdaten","metadata"
         ],
         
         "intraHash" : "90bd13281aeedf8e077f60087666cad7",
         "label" : "Einführung in BaseX, X-Path, X-Query",
         "user" : "diglezakis",
         "description" : "Folien zum KIM-Workshop 2018",
         "date" : "2018-04-10 16:20:35",
         "changeDate" : "2018-04-10 14:20:35",
         "count" : 1,
         "url" : "http://files.basex.org/.kim/"

      }
	  
   ]
}
