
{  
   "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/d772498dbe9034515c59f65bf7475733/diglezakis",
         "tags" : [
            "fairPrinciples","knowledgegraph","metadata","semanticWeb"
         ],
         
         "intraHash" : "d772498dbe9034515c59f65bf7475733",
         "label" : "Knowledge graphs and FAIR",
         "user" : "diglezakis",
         "description" : "",
         "date" : "2022-08-22 15:16:48",
         "changeDate" : "2022-08-22 13:16:48",
         "count" : 1,
         "url" : "https://faircookbook.elixir-europe.org/content/recipes/introduction/FAIR-and-knowledge-graphs.html"

      }
	  
   ]
}
