<?xml version="1.0" encoding="US-ASCII"?>
<!-- This template is for creating an Internet Draft using xml2rfc,
    which is available here: http://xml.resource.org. -->
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
<!-- One method to get references from the online citation libraries.
    There has to be one entity for each item to be referenced. 
    An alternate method (rfc include) is described in the references. -->

<!ENTITY RFC3986 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3986.xml">
<!ENTITY RFC2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC2141 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2141.xml">
<!ENTITY RFC5234 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5234.xml">
<!ENTITY RFC3339 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3339.xml">
<!ENTITY RFC6068 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6068.xml">
]>
<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
<!-- used by XSLT processors -->
<!-- For a complete list and description of processing instructions (PIs), 
    please see http://xml.resource.org/authoring/README.html. -->
<!-- Below are generally applicable Processing Instructions (PIs) that most I-Ds might want to use.
    (Here they are set differently than their defaults in xml2rfc v1.32) -->
<?rfc strict="yes" ?>
<!-- give errors regarding ID-nits and DTD validation -->
<!-- control the table of contents (ToC) -->
<?rfc toc="yes"?>
<!-- generate a ToC -->
<?rfc tocdepth="4"?>
<!-- the number of levels of subsections in ToC. default: 3 -->
<!-- control references -->
<?rfc symrefs="yes"?>
<!-- use symbolic references tags, i.e, [RFC2119] instead of [1] -->
<?rfc sortrefs="yes" ?>
<!-- sort the reference entries alphabetically -->
<!-- control vertical white space 
    (using these PIs as follows is recommended by the RFC Editor) -->
<?rfc compact="yes" ?>
<!-- do not start each main section on a new page -->
<?rfc subcompact="no" ?>
<!-- keep one blank line between list items -->
<!-- end of list of popular I-D processing instructions -->
<rfc category="info" docName="draft-pwid-uri-specification-02" ipr="trust200902"> 
 <!-- category values: std, bcp, info, exp, and historic
    ipr values: trust200902, noModificationTrust200902, noDerivativesTrust200902,
       or pre5378Trust200902
    you can add the attributes updates="NNNN" and obsoletes="NNNN" 
    they will automatically be output with "(if approved)" -->

 <!-- ***** FRONT MATTER ***** -->

 <front>
   <!-- The abbreviated title (attribute abbrev="The pwid URI Scheme")is used in the page header - it is only necessary if the 
        full title is longer than 39 characters -->

   <title>Scheme Specification for the pwid URI</title>

   <author fullname="Eld Maj-Britt Olmuetz Zierau" initials="E.M.O.Z." role="editor"
     surname="Zierau">
     <organization>The Royal Danish Library</organization>
     <address>
       <postal>
         <street>Soeren Kierkegaards Plads 1</street>
         <code>1219</code>
         <city>Copenhagen</city>
         <region></region>
         <country>Denmark</country>
       </postal>
       <phone>+45 9132 4690</phone>
       <email>elzi@kb.dk</email>
       <!-- uri and facsimile elements may also be added -->
     </address>
   </author>

   <date year="2017" month="June"/>

   <!-- If the month and year are both specified and are the current ones, xml2rfc will fill 
        in the current day for you. If only the current year is specified, xml2rfc will fill 
	 in the current day and month for you. If the year is not the current one, it is 
	 necessary to specify at least a month (xml2rfc assumes day="1" if not specified for the 
	 purpose of calculating the expiry date).  With drafts it is normally sufficient to 
	 specify just the year. -->

   <!-- Meta-data Declarations -->

   <area>General</area>

   <workgroup>Internet Engineering Task Force</workgroup>
   <!-- WG name at the upperleft corner of the doc,
        IETF is fine for individual submissions.  
	 If this element is not present, the default is "Network Working Group",
        which is used by the RFC Editor as a nod to the history of the IETF. -->

   <keyword>pwid, persistent identifier</keyword>
   <!-- Keywords will be incorporated into HTML output
        files in a meta tag but they have no effect on text or nroff
        output. If you submit your draft to the RFC Editor, the
        keywords will be used for the search engine. -->

   <abstract>
     <t>This document specifies a Uniform Resource Identifier (URI) for Persistent Web IDentifiers to web material in web archives 
       using the 'pwid' scheme name. The purpose of the standard is to support general, global, sustainable, humanly 
       readable, technology agnostic, persistent and precise web references for such web materials.</t>
     <t>
       The PWID URI ca assist in two ways: First, by providing potential resolvable precise and persistent reference 
       scheme for documents, which is not sufficiently covered by existing web reference practices. Second, by 
       providing a standardized way to specify web elements in a web collection also known as web corpus. Definitions of web collections are often needed 
       for extraction of data used in production of research results, e.g. for evaluations in the future. 
       Current practices today are not persistent as they often use some CDX version,
       which vary for different implementations.</t>
   </abstract>
 </front>

 <middle>
   <section title="Introduction">
     <t>The purpose of the PWID URI is to represent general, global, sustainable, humanly readable and technology 
       agnostic web archive resource references - in a scheme that can be used for technical solutions.
       The motivation for defining a PWID URI scheme is the growing challenge of references to web resources,
       - both regarding referencing web resources from papers and regarding definition of web collection/corpus.
     </t>
     <t>
     <list style="symbols">
       <t>Citation guidelines generally do not cover general and persistent referencing techniques for web resources that are not registered by Persistent Identifier systems (like  
         <xref target="DOI">DOI</xref>). However, an increasing number of references point to resources that only exist on the web, e.g. blogs that turned out to have a historical impact. 
         In order to obtain persistency for a reference, the target need to be stable.  As the live web is 'alive' and in constant change, persistency can only be obtained by referring to 
         archived snapshots of the web. The PWID URI is therefore focused on referencing archived web material in a technology agnostic way (research documented in <xref target="IPRES"></xref>
         and <xref target="ResawRef"></xref>).
       </t>
       <t>There are many different requirements for construction of collection definitions for web material besides precision and persistency. Recent research have found that various legal and 
         sustainability issues leads to a need for a collection to be defined by references to the web parts in the collection. The PWID URI is needed in such definitions in order to 
         fulfil these 
         requirements and to enable a collection to cover web materials from more archives (Research documented in and <xref target="ResawColl"></xref>).
       </t>
     </list>   
     </t>
     <t>For the sake of usability and sustainability, the definition of the PWID URI scheme is focused on only having the minimum required information to make a precise identification of 
       a resource in an arbitrary web archive. Resent research have found that this is obtain by the following information <xref target="ResawRef"></xref>:
     </t>
     <t>
       <list style="symbols">
         <t>Identification of web archive</t>
         <t>Identification of source:
           <list style="symbols">
             <t>Archived URI</t>
             <t>Archival timestamp</t>
           </list>
         </t>
         <t>Intended coverage (page, part, subsite etc.)</t>
       </list>   
       The PWID URI scheme represents this information in an unambiguous way, and thus enabling technical solutions to be defined based on this scheme. 
     </t>

     <section title="Requirements Language">
       <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
       "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
       document are to be interpreted as described in <xref target="RFC2119">RFC 2119</xref>.</t>
     </section>
   </section>

   <section anchor="demonstrable" title="Demonstrable, New, Long-Lived Utility">
     <t>The purpose of the PWID URI is to represent needed referencing information (as listed in the introduction) in a scheme that can be used for technical solutions. 
       As described in <xref target="ResawColl"></xref> such references can be represented in a textual way. 
       However, strict unambiguous syntax is needed in order to ensure that it can be used 
       for computational purposes. This is relevant for web collection definitions, which will need a strict scheme in order to be a basis for automatic extraction. 
       Furthermore, readers of research papers are today expecting to be able to access a referenced resource by clicking an actionable URI, therefore a similar facility 
       will be expected for references to available archived web material.  
     </t>
     <t>The interest for this new PWID URI scheme has already been shown, a paper about the invention of the PWID URI "Persistent Web References - Best Practices and New Suggestions" 
       <xref target="IPRES"></xref> was accepted for the iPres 2016 conference and nominated as best paper. At the RESAW 2017 conference there are two related papers: One on referencing 
       practices <xref target="ResawRef"></xref> and one on research data management practices <xref target="ResawColl"></xref>. The interest for the PWID URI 
       so far indicates that this is a recognized issue, and that the PWID URI can fill a gap.
     </t>
     <t>
       The PWID URI could function as a URN <xref target="RFC2141">RFC 2141</xref>, but is not defined as such as the ambition is to make an easyly understandable and technology independent 
       persistent identifier, where the prefixing of "urn:" will be desturbing. At the same time the PWID definition can enjoy the same common syntactic, semantic, and shared language benefits that the 
       URI presentation confers.
     </t>
     <t>It should be noted that for closed web archives, the PWID URI can be used to resolve within a closed environment. Likewise, the PWID can be resolved within coming web 
       archive research infrastructure, which is currently being proposed in the RESAW community <xref target="RESAW"></xref>.
     </t>
   </section>

   <section anchor="syntactic" title="Syntactic Compatibility">
     <t>The syntax of the PWID URI Scheme is specified below in Augmented Backus-Naur Form (ABNF) <xref target="RFC5234">RFC 5234</xref> and it conforms to URI syntax defined in 
       <xref target="RFC3986">RFC 3986</xref>. The syntax definition of the PWID URI is:
     </t>
     <t>
       <figure>
         <artwork align="left">
  pwid-uri  = pwid-scheme ":" pwid-spec
         </artwork>
       </figure>     
     </t>
     <t>      
       <figure>
         <artwork align="left">
  pwid-scheme = "pwid"
  pwid-spec = archive-id ":" archival-time ":" coverage-spec 
              ":" archived-item
         </artwork>
       </figure>     
     </t>
     <t>      
       <figure>
         <artwork align="left">
  archive-id  = +( unreserved )
         </artwork>
       </figure>     
     </t>
     <t>      
       <figure>
         <artwork align="left">
  archival-time   = full-date datetime-delim full-pwid-time
  datetime-delim  = "_" / "T"
  full-pwid-time  = time-hour ["."] time-minute ["."] time-second "Z"
         </artwork>
       </figure>     
     </t>
     <t>      
       <figure>
         <artwork align="left">
  coverage-spec    = "part" / "page" / "subsite" / "site" 
                    / "collection" / "recording" / "snapshot"
                    / "other"
         </artwork>
       </figure>     
     </t>
     <t>      
       <figure>
         <artwork align="left">
  archived-item = URI / archived-item-id
  archived-item-id  = +( unreserved )
         </artwork>
       </figure>     
     </t>
     <t>
     where 
       <list style="symbols">
         <t>'unreserved' is defined as in <xref target="RFC3986">RFC 3986</xref></t>
         <t>'coverage-spec' values are not case sensitive (i.e. "PAGE" / "PART" / "PaGe" / ... are valid values as well.)</t>
         <t>'archival-time' is a UTC timestamp conforming to the W3C profile ISO8601 <xref target="ISO8601">ISO 8601</xref> (also defined in <xref target="RFC3339">RFC 3339</xref>), 
           with a few exception for the 'datetime-delim' and 'full-pwid-time', as well as using "." is used instead of ":" in order not to collide with ":" used for delimitation of URI parts. 
           The 'full-date' is defined as in <xref target="RFC3339">RFC 3339</xref>. The 'archival-time' must represent the time specified in the archive, and can therefore be specified 
           at any of the levels of granularity as described in <xref target="W3CDTF"></xref> and in accordance with teh WARC standard <xref target="ISO28500">ISO 28500</xref>.
           <vspace></vspace><vspace></vspace>The 'datetime-delim' "_" is accepted in order to make it more readable, in the same way as the W3C profile accepts " ", but where "_" 
           is used here in order to use allowed URI characters in an URI. In line with <xref target="RFC3339">RFC 3339</xref> the "T" may alternatively be lower case "t".
           <vspace></vspace><vspace></vspace>'time-hour', 'time-minute' and 'time-second' are defined as in <xref target="RFC3339">RFC 3339</xref>.
           <vspace></vspace><vspace></vspace>In line with <xref target="RFC3339">RFC 3339</xref> the "Z" may alternatively be lower case "z".</t>
         <t>'URI' is defined as in <xref target="RFC3986">RFC 3986</xref></t>
       </list>
     </t>
     <t>The 'coverage-spec' defines the type of archived item, serving as a precision to what is referred:
       <list style="symbols">
         <t>part<vspace></vspace>
           the single archived element, e.g. a pdf, a html text, an image
         </t>
         <t>page<vspace></vspace>
           the full context as a page, e.g. a html page with referred images
         </t>
         <t>subsite<vspace></vspace>
           the full context as a subsite within its domain, e.g. a document represented in a web structure
         </t>
         <t>site<vspace></vspace>
           the full context as a site within its domain
         </t>
         <t>collection<vspace></vspace>
           a collection/corpora definition, e.g. defined as descibed in <xref target="ResawColl"></xref>
         </t>
         <t>snapshot<vspace></vspace>
           a snapshot (image) representation of web material, e.g. a web page 
         </t>
         <t>recording<vspace></vspace>
           a recording of a web browsing
         </t>
         <t>other<vspace></vspace>
           if something else
         </t>
       </list>
     </t>
     <t>
     Note that the 'coverage-spec' is a parameter that could have been specified as a query. However, since the 'pwid-uri' can include an URI as 'archived-item', it would introduce 
     ambiguities if the 'coverage-spec' was specified as a query, since it would not be clear whether the query belonged to the 'pwid-uri' or the 'archived-item'.
     </t>
   </section>

   <section anchor="welldefined" title="Well Defined">
     <t>The information in a PWID URI can be used for locating a web archive resource, for any kind of web archive. It includes the minimum information for web archive materials, 
       which enables resolvability, manually or by a resolver. 
       One of the reasons for defining PWID as a URI is to enable a general, technology agnostic, persistent representation to be resolvable at any time.
     </t>
     <t>The information needed is:
       <list style="symbols">
         <t>Web archive identification<vspace></vspace>to find the archive holding the material
         </t>
         <t>Archived URI or identifier of item<vspace></vspace>as part of identifying the material
         </t>
         <t>Date and time associated with the archived URI/item <vspace></vspace> as part of precise identification of the material
         </t>
         <t>Coverage of what is referred <vspace></vspace> as part of clarification of what the referred material covers (page, part etc.)
         </t>
       </list> 
     </t>
     <t>For example the PWID URI:
       <list hangIndent="10" style="empty">
         <t>pwid:archive.org:2016-01-22_11.20.29Z:page:http://www.dr.dk</t>
       </list> 
       has the information:
       <list style="symbols">
         <t>archive.org<vspace></vspace>
           currently known identifier in form of the Internet Archive domian name for their open access web archive </t>
         <t>2016-01-22_11.20.29Z <vspace></vspace>
           date and time associated with the archived URI </t> 
         <t>page<vspace></vspace>
           clarification that the reference cover the full web page with all its inherited parts selected by the web archive</t>
         <t>http://www.dr.dk<vspace></vspace>archived URI of item </t>
       </list>
       
       With knowledge of the current (2017) Internet Archive open access web interface having the form:
       <list hangIndent="10" style="empty">
         <t>https://web.archive.org/web/&lt;time&gt;/&lt;uri&gt;</t>
       </list>
       We can manually (or technically) deduce an actual (current 2017) access https address:
       <list hangIndent="10" style="empty">
         <t>https://web.archive.org/web/20160122112029/http://www.dr.dk</t>
       </list>
       and regard the referred web page as the reference.</t>
     <t>The same recipe can be used for other Wayback platforms - and possibly also other web archive access tools platforms, as the crucial information is date and 
       URI, which are requested to be looked up in a specified archive.
     </t>
     <t>Note that this also includes access to archives that are only accessible via a local proxy to a restricted environment. 
       Here the difference is that the archive information is used to identify the local environment used (possibly on-site) and then construct local http/https 
       address based on knowledge from the local access installation.
     </t>
   </section>

   <section anchor="operations" title="Definition of Operations">
     <t>The PWID URI Scheme is another step in facilitating, supporting, and standardizing the problem of persistent web references to resources in web archives. There is not a 
       specific definition of computational operation yet. It is expected that there may be different implementations in pace with needed use and available technology and infrastructures. 
     </t>
     <t>Automatic access of a referenced web resource may work on the open net for open web archive or in restricted environments for the closed web archives. 
       There may be a need for varied operation depending on the available technology and applications, e.g.: 
       <list hangIndent="10" style= "symbols">
         <t>Via locally installed browser plug-ins or applications forming http/https URIs:
           <list hangIndent="10" style= "symbols">
             <t>http/https URIs for standard web archive interfaces <vspace></vspace>
               At this stage there are initiatives on streamlined and  standardize APIs to web archives interfaces, - and in case such APIs will be implemented generally, 
               it may be used for resolving of the PWID URIs. This could be on form (denoting pwid parts in &lt;&gt; using syntax names):
               <list hangIndent="10" style="empty">
                 <t>https://&lt;archive-id&gt;/pwid?time=&lt;archival-time&gt;&amp;coverage=&lt;coverage-spec&gt;&amp;item=&lt;archived-item&gt;</t>
               </list>
               The example from previous section would then resolve by
               <list hangIndent="10" style="empty">
                 <t>https://archive.org/pwid?time=2016-01-22_11.20.29Z&amp;coverage=page&amp;item=http://www.dr.dk</t>
               </list>
             </t>
             <t>http/https URIs for archive material for individual web archives <vspace></vspace>
               Using the current open access http/https address pattern for the individual web archives, which for the example is  
               <list hangIndent="10" style="empty">
                 <t>https://web.archive.org/web/20160122112029/http://www.dr.dk</t>
               </list>
               This would require a registry of the different patterns for the individual web archives
             </t>
           </list>
         </t>
         <t>Via web research infrastructures
           this is a future solution scenario as a web archive research infrastructure do not yet exists.
           However, it is a likely future scenario, as it is currently being proposed in the RESAW community <xref target="RESAW"></xref>. 
           The PWID URI resolving could in such cases be a question of starting a special application, as for the 'mailto' scheme <xref target="RFC6068">RFC 6068</xref>.
         </t>
       </list>
     </t>
     <t>Use of URIs for standard web archive interfaces is preferred as dependency on registries and infrastructures may pose too many limits.
     </t>
   </section>
   
   <section anchor="context" title="Context of Use">
     <t>The PWID URI scheme facilitates, supports and standardise a scheme for specification of identification of web archive resources in a general, global, sustainable, humanly readable 
       and technology agnostic way. The standard is needed to address web materials meeting precision and persistency issues on par precision in with traditional references for analogue 
       material. 
     </t>
     <t>The purpose with the PWID URI is to represent this information in a scheme that can be used for technical solutions, for example for resolving of a references and automatic 
       extraction of web collection defined by PWID URIs <xref target="ResawRef"></xref> <xref target="ResawColl"></xref>. 
       As described above, there may come different implementations for resolving which may rely on different protocols and application.
     </t>
   </section>
   
   <section anchor="internationalization" title="Internationalization and Character Encoding">
     <t>Internationalization and character encoding for PWID URIs are relevant for the 'webarchive-id' and 'archived-item' syntactical units of the scheme-specific-part of the PWID URI. 
       The rest of the main syntactical units ('archival-time' and 'coverage-spec') are only constructed by a very limited set of characters, and do therefore need internationalization and 
       character encoding. 
     </t>
     <t>The 'webarchive-id' will not be case sensitive, but can allow for percent encodings, although for simplicity reasons, it may turn out that the coming establishment of an 
       archiving registry will recommend using letters that do not need encodings.
     </t>
     <t>The 'archived-item' follows the rules of URIs in general (currently for http and https URIs archived in web archives). The 'archived-item' is only case sensitive 
       to the extent that the web archive can handle archived case sensitive URIs.
     </t>
   </section>
   
   <section anchor="nameconsiderations" title="Scheme Name Considerations">
     <t>The scheme name is "pwid" - short for Persistent Web Identifier. Initially, the scheme name "wpid" was reserved. However, one of the feedbacks has been a concern that 
       "wpid" was interpreted as a PID related to a PID-system, e.g. as the DOI. All though PID does not have a precise definition that makes it wrong to call it a "wpid", 
       the danger is that it is confused with PID systems, which is not the intension. Consequently, this suggestion names the scheme "pwid" instead. 
     </t>
   </section>

   <section anchor="interoperability" title="Interoperability Considerations">
     <t>This is covered by comments on the date in the section of Syntactic Compatibility, where the 'archival-time' conforms to the W3C profile ISO8601, except for minor modification in order to make it fit into a URI. Furthermore, the 'archived-item' conforms to the URI standard.
     </t>
   </section>

   <section anchor="Acknowledgements" title="Acknowledgements">
     <t>A special thanks to Caroline Nyvang and Thomas Kromann who have contributed to the research identifying the minimum information required in a persistent web reference, and to 
       Bolette Jurik contributed with supplementary research concerning requirements for web collection/copora definitions.  Also thanks to all that have contributed to this work with the research and 
       reviewing this RFC.</t> 
   </section>

   <section anchor="IANA" title="IANA Considerations">
     <t>The URI scheme name 'pwid' is reserved as a provisional URI as result of request IANA #938449 
     </t>
   </section>

   <section anchor="security" title="Clear Security and Privacy Considerations">
     <t>Security and privacy considerations are restricted to accessible web resources in web archives. If resolvers to PWID URIs are created, there should be made an analysis of whether they can be restricted to the former mentioned registry of web archives. Security and privacy will then be a question of security and privacy considerations related to the web archive resources.
     </t>
   </section>
   
 </middle>

 <!--  *****BACK MATTER ***** -->

 <back>

   <references title="Normative References">
     &RFC3986;
     
     &RFC2119;
     
     &RFC5234;
     
     &RFC3339;
   </references>

   <references title="Informative References">
     <reference anchor="IPRES" target="http://www.ipres2016.ch/frontend/organizers/media/iPRES2016/_PDF/IPR16.Proceedings_4_Web_Broschuere_Link.pdf">
       <front>
         <title>Persistent Web References - Best Practices and New Suggestions</title>
         <author initials="E." surname="Zierau">
           <organization>The Danish Royal Library</organization>
         </author>
         <author initials="C." surname="Nyvang">
           <organization>The Danish Royal Library</organization>
         </author>
         <author initials="T. H." surname="Kromann">
           <organization>The Danish Royal Library</organization>
         </author>
         <date year="2016" month="October"/>
       </front>
       <annotation>In: proceedings of the 13th International Conference on Preservation of Digital Objects (iPres) 2016, pp. 237-246</annotation>
     </reference>
     
     <reference anchor="DOI" target="https://web.archive.org/web/20161020222635/https:/www.doi.org/">
       <front>
         <title>The DOI System</title>
         <author>
           <organization>International DOI Foundation</organization>
         </author>
         <date year="2016" />
       </front>
       <annotation>pwid:archive.org:2016-10-20_22.26.35:site:https://www.doi.org/</annotation>
     </reference>
     
     <reference anchor="ResawRef" target="https://archivedweb.blogs.sas.ac.uk/files/2017/06/RESAW2017-NyvangKromannZierau-Capturing_the_web_at_large.pdf">
       <front>
         <title>Capturing the Web at Large - a Critique of Current Web Referencing Practices</title>
         <author initials="C." surname="Nyvang">
           <organization>The Danish Royal Library</organization>
         </author>
         <author initials="T. H." surname="Kromann">
           <organization>The Danish Royal Library</organization>
         </author>
         <author initials="E." surname="Zierau">
           <organization>The Danish Royal Library</organization>
         </author>
         <date year="2017" />
       </front>
       <annotation>In: proceedings of the RESAW 2017 Conference, DOI: 10.14296/resaw.0004</annotation>
     </reference>

     <reference anchor="ResawColl" target="https://archivedweb.blogs.sas.ac.uk/files/2017/06/RESAW2017-JurikZierau-Data_management_of_web_archive_research_data.pdf">
       <front>
         <title>Data Management of Web archive Research Data</title>
         <author initials="B." surname="Jurik">
           <organization>The Danish Royal Library</organization>
         </author>
         <author initials="E." surname="Zierau">
           <organization>The Danish Royal Library</organization>
         </author>
         <date year="2017" />
       </front>
       <annotation>In: proceedings of the RESAW 2017 Conference,  DOI: 10.14296/resaw.0002</annotation>
     </reference>
     
     <reference anchor="RESAW" target="https://web.archive.org/web/20170529113150/http://resaw.eu/">
       <front>
         <title>A Research infrastructure for the Study of Archived Web materials</title>
         <author>
           <organization>The Resaw Community</organization>
         </author>
         <date year="2017" />
       </front>
       <annotation>pwid:archive.org:2017-05-29_11.31.50Z:site:http://resaw.eu/</annotation>
     </reference>

     <reference anchor="ISO8601" target="https://www.iso.org/standard/40874.html">
       <front>
         <title>Data elements and interchange formats -- Information interchange -- Representation of dates and times</title>
         <author>
           <organization>International Organization for Standardization</organization>
         </author>
         <date year="2004" />
       </front>
     </reference>

     <reference anchor="ISO28500" target="https://www.iso.org/standard/68004.html">
       <front>
         <title>Information and documentation -- WARC file format</title>
         <author>
           <organization>International Organization for Standardization</organization>
         </author>
         <date year="2017" />
       </front>
     </reference>
     
     <reference anchor="W3CDTF" target="http://www.w3.org/TR/NOTE-datetime">
       <front>
         <title>Date and Time Formats: note submitted to the W3C. 15 September 1997</title>
         <author>
           <organization>W3C</organization>
         </author>
         <date year="1997" />
       </front>
       <annotation>
         W3C profile of ISO 8601
         pwid:archive.org:2017-04-03_03.37.42Z:page:http://www.w3.org/TR/NOTE-datetime
       </annotation>
     </reference>

     &RFC2141;
     
     &RFC6068;
      
   </references>

   <!-- Change Log
v00 2016-12-07  EMOZ  Initial version
v01 2017-06-07  EMOZ  Version with updates on syntax and explanations, additions of resolver part and addtions with references to the latest work
v01 2017-06-09  EMOZ  updating Resaw referencing with puclication the just arrived publication details, precision of granualrity in timestamp, coorrecting wpid to pwid in resolving form for archives   
   -->
 </back>
</rfc>
