
{  
   "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/19d11776376cc892ddf7f9baea8a33ea/droessler",
         "tags" : [
            "analysis","blog","computational","corpora","data","discourse","science","semantic","social","text","topic","topicexplorer","web"
         ],
         
         "intraHash" : "19d11776376cc892ddf7f9baea8a33ea",
         "label" : "TopicExplorer",
         "user" : "droessler",
         "description" : "TopicExplorer is a web-based topic model browser that helps non-technical users to analyze data.",
         "date" : "2022-02-09 23:50:30",
         "changeDate" : "2022-02-09 22:52:28",
         "count" : 1,
         "url" : "https://blogs.urz.uni-halle.de/topicexplorer/"

      }
	  
   ]
}
