
{  
   "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/4349bb508cc6abb435d551601ce1914b/diglezakis",
         "tags" : [
            "mapping","forschungsdaten","metadata","semanticWeb"
         ],
         
         "intraHash" : "4349bb508cc6abb435d551601ce1914b",
         "label" : "About SSSOM - A Simple Standard for Sharing Ontology Mappings (SSSOM)",
         "user" : "diglezakis",
         "description" : "",
         "date" : "2023-06-06 13:39:38",
         "changeDate" : "2023-06-06 13:39:38",
         "count" : 1,
         "url" : "https://mapping-commons.github.io/sssom/about/"

      }
,
	  {  
         "type" : "Bookmark",
         "id"   : "https://puma.ub.uni-stuttgart.de/url/61b93fa121f733d574cb6c1317c761aa/diglezakis",
         "tags" : [
            "mapping","RDF","metadata","semanticWeb"
         ],
         
         "intraHash" : "61b93fa121f733d574cb6c1317c761aa",
         "label" : "RDF Mapping Language (RML)",
         "user" : "diglezakis",
         "description" : "This document describes RML, a generic mapping language, based on and extending [R2RML]. The RDF Mapping language (RML) is a mapping language defined to express customized mapping rules from heterogeneous data structures and serializations to the RDF [RDF-CONCEPTS] data model. RML is defined as a superset of the W3C-standardized mapping language [R2RML], aiming to extend its applicability and broaden its scope, adding support for data in other structured formats. [R2RML] is the W3C standard to express customized mappings from relational databases to RDF. RML follows exactly the same syntax as R2RML; therefore, RML mappings are themselves RDF graphs. The present document describes the RML language and its concepts through definitions and examples.",
         "date" : "2021-09-28 10:30:46",
         "changeDate" : "2021-09-28 08:30:46",
         "count" : 1,
         "url" : "https://rml.io/specs/rml/"

      }
	  
   ]
}
