
{  
   "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/c9bba6333f0e68920c17e39592731ac2/droessler",
         "tags" : [
            "editor","h5p","html","html5","publishing","software"
         ],
         
         "intraHash" : "c9bba6333f0e68920c17e39592731ac2",
         "label" : "H5P \u2013 Create and Share Rich HTML5 Content and Applications",
         "user" : "droessler",
         "description" : "H5P empowers everyone to create, share and reuse interactive content - all you need is a web browser and a web site that supports H5P.",
         "date" : "2022-02-14 16:25:47",
         "changeDate" : "2022-02-14 15:25:47",
         "count" : 1,
         "url" : "https://h5p.org/"

      }
	  
   ]
}
