
{  
   "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/b2d320950c9a9c887497bd652f1a7e3e/droessler",
         "tags" : [
            "analysis","data","datenanalyse","dedoose","methoden","methods","mixed","qualitative","siences","social","software","sozialwissenschaften"
         ],
         
         "intraHash" : "b2d320950c9a9c887497bd652f1a7e3e",
         "label" : "Dedoose",
         "user" : "droessler",
         "description" : "Qualitative Data Analysis",
         "date" : "2020-04-20 17:03:49",
         "changeDate" : "2020-04-20 15:03:49",
         "count" : 1,
         "url" : "https://www.dedoose.com/"

      }
	  
   ]
}
