# $Id: MailHeaderRegistry-more.n3,v 1.2 2004/02/18 12:37:24 graham Exp $ # # RDF message header field registry generator data for # additional provisional mail header fields beyond those in the # initial registration document. # #--------+---------+---------+---------+---------+---------+---------+---------+ # # Copyright (c) 2002, G. KLYNE # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # 3. The name of the author may not be used to endorse or promote products # derived from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT # NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # #--------+---------+---------+---------+---------+---------+---------+---------+ # $Source: /file/cvsdev/HdrRegistry/MailHeaderRegistry-more.n3,v $ # $Author: graham $ # $Revision: 1.2 $ $Date: 2004/02/18 12:37:24 $ #--------+---------+---------+---------+---------+---------+---------+---------+ # 1 2 3 4 5 6 7 8 @prefix rdf: . @prefix rdfs: . @prefix foaf: . @prefix wn: . @prefix hdr: . #### Message-number a hdr:HeaderField ; hdr:fieldName "Message-number" ; hdr:label "Sequential message number" ; hdr:protocol hdr:Protocol_mail ; hdr:status "non-standard" ; hdr:author hdr:Author_Phil_Macias ; hdr:specification hdr:Spec_Message_number a hdr:Specification_doc ; hdr:comment """ A proposed mail header to allow tracking of message numbers for mail generated by listservs. Inclusion of the message number in the Subject: field confounds threading in archiving software. """ . hdr:Spec_Message_number a hdr:Specification_doc ; hdr:document ; hdr:author hdr:Author_Phil_Macias ; hdr:title "A Mail Header for Sequential Message Numbering" ; hdr:status "work in progress" ; hdr:date "June 2002" ; hdr:comment "Defines a proposed Message-number header field for mail." . hdr:Author_Phil_Macias a wn:Person ; foaf:name "Phil Macias" ; foaf:mbox ; foaf:organization "Stockholm University/KTH" ; foaf:workplacePostal [ foaf:street1 "307 Trinity Court #9" ; foaf:city "Princeton" ; foaf:postcode "NJ 08540" ; foaf:country "USA" ] ; foaf:workplaceTel "609 203 5874 (cell)" . #### a hdr:HeaderField ; hdr:fieldName "X400-Content-Return" ; hdr:label "Possible future name for 'Content-Return:'" ; hdr:protocol hdr:Protocol_mail ; hdr:status "non-standard" ; hdr:author hdr:Author_Unknown ; hdr:controller hdr:Author_IETF ; hdr:specification hdr:RFC2156 ; hdr:comment """Possible future change of name for 'Content-Return:'.""" . #### Templates a hdr:HeaderField ; hdr:fieldName "hhhhhh" ; hdr:label "xxxx" ; hdr:protocol hdr:Protocol_mail ; hdr:status "Non-standard" ; hdr:author hdr:Author_XXX ; hdr:specification hdr:Spec_hhhhhh ; hdr:comment """xxxx""" . hdr:Spec_XXX a hdr:Specification_doc ; hdr:document ; hdr:author hdr:Author_XXX ; hdr:title "xxxx" ; hdr:status "work in progress" ; hdr:date "xxx" ; hdr:comment """xxxx""" . hdr:Author_XXX a wn:Person ; foaf:name "xxxx" ; foaf:mbox ; foaf:organization "xxxx" ; foaf:workplacePostal [ foaf:building "xxxx" ; foaf:street1 "xxxx" ; foaf:street2 "xxxx" ; foaf:city "xxxx" ; foaf:area "xxxx" ; foaf:postcode "xxxx" ; foaf:country "xxxx" ] ; foaf:workplaceTel "xxxx" ; foaf:workplaceFax "xxxx" ; foaf:workplaceHomepage . #--------+---------+---------+---------+---------+---------+---------+---------+ # # $Log: MailHeaderRegistry-more.n3,v $ # Revision 1.2 2004/02/18 12:37:24 graham # Reorganize permanent header definitions into three N3 files: # Mail, Mime and specifications # # Revision 1.1 2002/06/12 10:35:24 graham # Define new/updated mail headers in separate file # #