################################################################################ # Serialisation of Bibliographic data with RDF-JSON, JSON-LD and BibJSON ################################################################################ # BibJSON ################################################################################ { "dataset": { "id": "http://bibserver.berkeley.edu/datasets/", "prefLabel": "Publications of James Pitman", "description": "Publications of James Pitman", "source": { "text": "Stanford University", "prefURL": "http://www.stanford.edu/", "ref": "@ustanford" }, "createDate": "01/01/2008", "creator": { "text": "Jim Pitman", "prefURL": "http://www.stat.berkeley.edu/~pitman/", "ref": "@jpitman" }, "linkage": "http://dataset.com/schema/linkage.js", "schema": "http://dataset.com/schema/structure.js" }, "recordList": [ { "id": "MR2276901", "type": "Article", "prefLabel": "Two recursive decompositions of Brownian bridge related to the asymptotics of random mappings", "description": "Aldous and Pitman (1994) studied asymptotic distributions,....," "year": "2006", "pages": "269--303", "arxiv": "math.PR/0402399", "keywords": [ "Path decomposition", "Path rearrangement", "Random mapping", "Combinatorial stochastic process" ], "bibnumer": "117", "volume": "1874", "address": "Berlin", "mrclass": "60C05 (60J65)", "author": [ { "text": "Aldous, David" }, { "text": "Pitman, Jim", "prefURL": "http://www.stat.berkeley.edu/~pitman/", "ref": "@jpitman" } ], "isPartOf": [ { "text": "In memoriam Paul-André Meyer: Séeminaire de Probabilités", "ref": "@book_id" } ] } ] } # RDF-JSON ################################################################################ { "": { "http://www.bibkn.org/bibjson/terms/id" : [ { "type" : "uri", "value" : "http://bibserver.berkeley.edu/datasets/"} ], "http://www.bibkn.org/bibjson/terms/prefLabel": [ { "type" : "literal" , "value" : "Publications of James Pitman" } ], "http://purl.org/dc/elements/1.1/description": [ { "type" : "literal" , "value" : "Publications of James Pitman" } ], "http://purl.org/dc/elements/1.1/source": [{ "type" : "bnode", "value" : "_:bnode1"}], "http://purl.org/dc/elements/1.1/created": [{ "type" : "literal", "datatype" : "http://www.w3.org/2001/XMLSchema#dateTime", "value" : "_:bnode1"}], "http://purl.org/dc/elements/1.1/creator": [{ "type" : "bnode", "value" : "_:bnode2"}], "http://www.bibkn.org/bibjson/terms/hasRecord": [ { "type" : "bnode" , "value" : "<_:MR2276901>" } ], } "<_:bnode1>": { "http://purl.org/dc/elements/1.1/title": [ { "type" : "literal" , "value" : "Stanford University" } ], "http://purl.org/dc/elements/1.1/identifier": [ { "type" : "uri", "value" : "http://www.stanford.edu/" } ], "http://purl.org/dc/elements/1.1/identifier": [ { "type" : "literal", "value" : "@ustanford" } ] }, "<_:bnode2>": { "http://xmlns.com/foaf/0.1/name": [ { "type" : "literal" , "value" : "Jim Pitman" } ], "http://purl.org/dc/elements/1.1/identifier": [ { "type" : "uri", "value" : "http://www.stat.berkeley.edu/~pitman/" } ], "http://purl.org/dc/elements/1.1/identifier": [ { "type" : "literal", "value" : "@jpitman" } ] }, "<_:bnode3>": { "http://purl.org/dc/elements/1.1/title": [ { "type" : "literal" , "value" : "In memoriam Paul-André Meyer: Séeminaire de Probabilités" } ], "http://purl.org/dc/elements/1.1/identifier": [ { "type" : "literal", "value" : "@book_id" } ] }, "<_:MR2276901>": { "http://www.bibkn.org/bibjson/terms/id" : [ { "type" : "literal", "value" : "MR2276901"} ], "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ { "type" : "literal", "value" : "Article"} ], "http://www.bibkn.org/bibjson/terms/prefLabel": [ { "type" : "literal" , "value" : "Two recursive decompositions of Brownian bridge related to the asymptotics of random mappings" } ], "http://purl.org/dc/elements/1.1/description": [ { "type" : "literal" , "value" : "Aldous and Pitman (1994) studied asymptotic distributions,....," } ], "http://www.bibkn.org/bibjson/terms/year" : [ { "type" : "literal", "value" : 2006} ], "http://www.bibkn.org/bibjson/terms/pages" : [ { "type" : "literal", "value" : "269--303"} ], "http://purl.org/dc/elements/1.1/identifier": [ { "type" : "literal", "value" : "math.PR/0402399" } ], "http://purl.org/dc/elements/1.1/subject": [ { "type" : "literal", "value" : "Path decomposition" }, { "type" : "literal", "value" : "Path rearrangement" }, { "type" : "literal", "value" : "Random mapping" }, { "type" : "literal", "value" : "Combinatorial stochastic process" }, ], "http://www.bibkn.org/bibjson/terms/bibnumber" : [ { "type" : "literal", "value" : 117} ], "http://www.bibkn.org/bibjson/terms/volume" : [ { "type" : "literal", "value" : "1874"} ], "http://www.bibkn.org/bibjson/terms/address" : [ { "type" : "literal", "value" : "Berlin"} ], "http://www.bibkn.org/bibjson/terms/mrclass" : [ { "type" : "literal", "value" : "60C05 (60J65)"} ], "http://purl.org/dc/elements/1.1/creator": [ { "type" : "literal", "value" : "Aldous, David"}, { "type" : "bnode", "value" : "_:bnode2"} ], "http://purl.org/dc/elements/1.1/ispartof": [ { "type" : "bnode", "value" : "_:bnode3"} ], } } # JSON-LD ################################################################################ { "#": { "#vocab": "http://www.bibkn.org/bibjson/terms/", "#base": "http://bibserver.berkeley.edu/", "xsd": "http://www.w3.org/2001/XMLSchema#", "dc": "http://purl.org/dc/terms/", "bibjson": "http://www.bibkn.org/bibjson/terms/", "foaf": "http://xmlns.com/foaf/0.1/" "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#" }, "@": [ { "@": "", "bibjson:id" : "", "bibjson:prefLabel" : "Publications of James Pitman", "dc:description" : "Publications of James Pitman", "dc:source" : "<_:bnode1>", "dc:created" : "2008-01-01T00:00:00Z^^xsd:dateTime", "dc:creator" : "<_:bnode2>", "bibjson:hasRecord" : "<_:MR2276901>" }, { "@" : "<_:bnode1>", "dc:title": "Stanford University", "dc:identifier": "", "dc:identifier": "@ustanford" }, { "@" : "<_:bnode2>", "foaf:name": "Jim Pitman", "dc:identifier": "", "dc:identifier": "@jpitman" }, { "@" : "<_:bnode3>", "dc:title": "In memoriam Paul-André Meyer: Séeminaire de Probabilités", "dc:identifier": "@book_id" }, { "@" : "<_:MR2276901>", "bibjson:id" : "MR2276901", "rdf:type" : "Article", "bibjson:prefLabel" : "Two recursive decompositions of Brownian bridge related to the asymptotics of random mappings", "dc:description" : "Aldous and Pitman (1994) studied asymptotic distributions,....," "bibjson:year" : 2006, "bibjson:pages" : "269--303", "dc:identifier" : "math.PR/0402399", "dc:subject" : ["Path decomposition", "Path rearrangement", "Random mapping", "Combinatorial stochastic process"], "bibjson:bibnumber" : 117, "bibjson:volume" : "1874", "bibjson:address" : "Berlin", "bibjson:mrclass" : "60C05 (60J65)", "dc:creator" : ["Aldous, David", "<_:bnode2>"], "dc:ispartof" : "<_:bnode3>" } ] }