SCEP: | 102 |
---|---|
Title: | Certificates of existence |
Version: | b472c0fd9d1166dcfd3a3a252ba6b5c8eda869aa |
Last modified: | 2014-06-16 09:23:16 UTC (Mon, 16 June 2014) |
Author: | Raphael ‘kena’ Poss |
Status: | Draft |
Type: | Standards Track |
Created: | 2014-06-16 |
Source: | scep0102.rst (fp:UxooFx6O-Q7LWpHThUuhrjyNx926SML8_LVTVLDbovC6tw) |
A certificate of existence (CoE) binds an object with a date stamp and asserts that the object existed no later than the certified date.
A CoE exists outside of the object that it certifies. Each object can be attested by more than one CoE.
CoEs are intended for display in citation contexts, for example "this document refers to another document D, attested by CoEs X, Y, and Z".
The Structured Commons model supports multiple certification methods to generate and verify CoEs, including a variety of historical mechanisms already in use in academic publishing.
New certifications methods may be defined over time, as long as they are publicly documented and certificates can be independently verified by users.
Each certification method must provide at least the following services:
All CoE signatures must match the following common format: the method name, followed by a colon, followed optionally by the certified date stamp with format YYYY-MM-DD and a colon, followed by a textual representation of the CoE:
signature: METHOD ':' [ DATESTAMP ':' ] CERTIFICATE
This format is purposely defined to overlap with the syntax already used in academic works to refer to certificates of existence, cf. the next section.
The following CoE methods are predefined:
Name | Meaning of CoE signature | Base URL for verification |
---|---|---|
doi | registered Digital Object Identifier [1] [2] | http://dx.doi.org/%s |
acmid | publication ID in the ACM Digital Library [3] | http://dl.acm.org/citation.cfm?id=%s |
arxiv | ArXiv document identifier | http://arxiv.org/abs/%s |
btc | Document digest | http://www.proofofexistence.com/detail/%s |
ocn | OCLC Control Number [4] [5] | http://www.worldcat.org/oclc/%s |
isbn | International Standard Book Number [6] [7] | N/A |
These methods correspond to historical mechanisms that are already trusted by scholars to deliver reliable registration services.
Some example valid CoE signatures:
Note
These CoE signature formats correspond to the format already used by scholars to embed the DOI, ArXiv, ACM id, etc. in bibliographical citations. This choice is intentional, to enable the direct capture of this existing practice within the Structured Commons model.
In a hypertext context, each CoE signature representation should be configured as a hyperlink to the certificate URI.
For example, an arxiv CoE sig can redirect to the URI http://arxiv.org/abs/ followed by the arXiv identifier: arxiv:2014-04-30:1404.7753
See the table above for a list of base URLs to use for the predefined certification methods.
As certification requires trusted 3rd parties, a risk exists that the disappearance of a certification authority will make the verification of a single internet-based CoE difficult, expensive or even impossible.
This risk increases over time, and ensuring CoE verification stays possible is quite relevant considering the Structured Commons model envisions preserving knowledge over the very long term (50+ years).
Historically, durable CoE verifiability was ensured by printing journals on paper, and archiving multiple paper copies over time and in different libraries over the world. Even hundred years later, we are able to check 18th century articles existed no later than a particular date by investigating and cross-checking paper archives. This method is effective even for works that are not published in journals, as long as journals cite them: if a work A is cited by journal J which is attested to exist at date D by a set of printed copies, then A is attested to have existed no later than D.
Starting with the Internet, more and more works are published "online only" and never cited by printed journals, so the CoE durability provided by journals becomes largely ineffective.
There are three strategies to guarantee the very long term verifiability of CoEs, even without printed journals, in increasing order of effectiveness:
The last strategy is the most robust: if a work A is attested by CoE X, and B cites A using A’s fingerprint and X’s signature, and the web of knowledge attests B via fingerprint by citation in multiple other works, then it becomes impossible to modify A or fake another CoE (or attested date) because this would change A’s fingerprint and thus B’s. Over time, the structured citation network will become the trusted database of CoEs for past works.
[1] | https://en.wikipedia.org/wiki/Digital_object_identifier |
[2] | ISO/DIS 26324:2012. "Information and documentation — Digital object identifier system". |
[3] | http://dl.acm.org/ |
[4] | http://www.oclc.org/batchload/controlnumber.en.html |
[5] | https://en.wikipedia.org/wiki/Online_Computer_Library_Center |
[6] | ISO 2108:2005. "Information and documentation — International standard book number (ISBN)". |
[7] | https://en.wikipedia.org/wiki/International_Standard_Book_Number |