
{  
   "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/385db7f3b47880212033b97a4728c603/cmx",
         "tags" : [
            "pyqgis","python","qgis"
         ],
         
         "intraHash" : "385db7f3b47880212033b97a4728c603",
         "label" : "Introduction to QGIS Python programming for non-programmers",
         "user" : "cmx",
         "description" : "Ein Tutorial für die Arbeit mit QGIS und Python (Modul PyQGIS), das keine Programmierkenntnisse voraussetzt.",
         "date" : "2018-06-02 11:06:51",
         "changeDate" : "2018-06-02 09:06:51",
         "count" : 1,
         "url" : "https://anitagraser.com/projects/pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers/"

      }
	  
   ]
}
