
{  
   "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/29b49ea77a5d41d2f38661b7543ca7fb/diglezakis",
         "tags" : [
            "forschungsdaten","tool","fairPrinciples","dmp"
         ],
         
         "intraHash" : "29b49ea77a5d41d2f38661b7543ca7fb",
         "label" : "Data Stewardship Wizard",
         "user" : "diglezakis",
         "description" : "Runterbrechen von FAIR-Prinzipien",
         "date" : "2020-05-12 11:22:54",
         "changeDate" : "2020-05-12 09:22:54",
         "count" : 1,
         "url" : "https://ds-wizard.org/"

      }
	  
   ]
}
