# $Id: NewsHeaderPermanentRegistry.n3,v 1.3 2002/05/09 16:54:26 graham Exp $ # # RDF message header field registry generator data for # permanent netnews header fields # #--------+---------+---------+---------+---------+---------+---------+---------+ # # 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/NewsHeaderPermanentRegistry.n3,v $ # $Author: graham $ # $Revision: 1.3 $ $Date: 2002/05/09 16:54:26 $ #--------+---------+---------+---------+---------+---------+---------+---------+ # 1 2 3 4 5 6 7 8 @prefix rdf: . @prefix rdfs: . @prefix foaf: . @prefix wn: . @prefix hdr: . a hdr:HeaderField ; hdr:fieldName "Path" ; hdr:label "List of MTAs passed." ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:specification hdr:RFC1036_2_1_6 ; hdr:comment """List of MTAs passed. Only in Usenet News, not in e-mail.""" . a hdr:HeaderField ; hdr:fieldName "NNTP-Posting-Host" ; hdr:label "Host to which article was posted." ; hdr:protocol hdr:Protocol_news ; hdr:status "non-standard" ; hdr:author hdr:Author_Unknown ; hdr:specification hdr:Spec_Unknown ; hdr:comment """The netnews host to which this article was originally posted. Useful for finding the sender of spams. Since this header is added by the news server, it is a little more difficult to forge than other header fields. Non-standard, common in netnews""" . a hdr:HeaderField ; hdr:fieldName "Also-Control" ; hdr:label "News commands with article" ; hdr:protocol hdr:Protocol_news ; hdr:status "non-standard" ; hdr:author hdr:Author_IETF ; hdr:specification hdr:Son_of_RFC1036 ; hdr:comment """Special Usenet News commands and a normal article at the same time. Son-of-RFC1036 [21], only in Usenet News, not in e-mail""" . a hdr:HeaderField ; hdr:fieldName "Control" ; hdr:label "Message contains commands to be performed" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:specification hdr:RFC1036_2_1_6 ; hdr:comment """Only in Usenet News, contains commands to be performed by News agents. Only in Usenet News, not in e-mail.""" . a hdr:HeaderField ; hdr:fieldName "Approved" ; hdr:label "Name of newsgroup moderator" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:specification hdr:RFC1036_2_2_11 ; hdr:comment """Name of the moderator of the newsgroup to which this article is sent; necessary on an article sent to a moderated newsgroup to allow its distribution to the newsgroup members. Also used on certain control messages, which are only performed if they are marked as Approved.""" . a hdr:HeaderField ; hdr:fieldName "Distribution" ; hdr:label "Limitation on distribution of article" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:specification hdr:RFC1036_2_2_7 ; hdr:comment """Geographical or organizational limitation on where this article can be distributed. Value can be a compete or incomplete domain names, also various special values are accepted like 'world', 'usenet', 'USA', etc. Not standardized for use in e-mail.""" . a hdr:HeaderField ; hdr:fieldName "Newsgroups" ; hdr:label "Group(s) to which article was posted" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:specification hdr:RFC1036_2_1_3 ; hdr:comment """In Usenet News, group(s) to which this article was posted. Some systems provide this header field also in e-mail although it is not standardized there. Unfortunately, the header field can appear in e-mail with three different and contradictory meanings: (a) Indicating the newsgroup recipient of an article/message sent to both e-mail and Usenet News recipients. (b) In a message adressed to some mail to news gateways, indicates the newsgroup(s) that the message is to be posted to. (c) In a personally addressed reply to an article in a news-group, indicating the newsgroup in which this discussion originated. See also: 'Posted-To:'.""" . a hdr:HeaderField ; hdr:fieldName "Originator" ; hdr:label "Similar to 'Sender:'" ; hdr:protocol hdr:Protocol_news ; hdr:status "non-standard" ; hdr:author hdr:Author_Unknown ; hdr:specification hdr:Spec_Unknown ; hdr:comment """Sometimes used in Usenet News in similar ways to 'Sender:' Also used in printing protocols. Non-standard in Usenet News, Experimental in RFC 1528.""" . a hdr:HeaderField ; hdr:fieldName "Followup-To" ; hdr:label "Address for future discussions" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:specification hdr:RFC1036_2_2_3 ; hdr:comment """Used in Usenet News to indicate that future discussions (=follow-up) on an article should go to a different set of newsgroups than the replied-to article. The most common usage is when an article is posted to several newsgroups, and further discussions is to take place in only one of them. In e-mail, this header field may occur in a message which is sent to both e-mail and Usenet News, to show where follow-up in Usenet news is wanted. The header field does not say anything about where follow-up in e-mail is to be sent. The value of this header field should be one or more newsgroup names. The special value 'poster' as in 'Followup-To: poster' means that replies are to be sent as e-mail to the author only. Not standardized for use in e-mail.""" . a hdr:HeaderField ; hdr:fieldName "Mail-Copies-To" ; hdr:label "Mailbox for replies (?)" ; hdr:protocol hdr:Protocol_news ; hdr:status "non-standard" ; hdr:author hdr:Author_Unknown ; hdr:specification hdr:Spec_Unknown ; hdr:comment """Used in netnews articles to indicate that followup (=replies) should be sent to the indicated e-mail address. Non-standard, but commonly supported by newsreaders.""" . a hdr:HeaderField ; hdr:fieldName "Article-Names" ; hdr:label "Reference to specially important articles for a particular Usenet Newsgroup." ; hdr:protocol hdr:Protocol_news ; hdr:status "non-standard" ; hdr:author hdr:Author_IETF ; hdr:specification hdr:Son_of_RFC1036 ; hdr:comment """Reference to specially important articles for a particular Usenet Newsgroup.""" . a hdr:HeaderField ; hdr:fieldName "Article-Updates" ; hdr:label "Supersede article without deleting it" ; hdr:protocol hdr:Protocol_news ; hdr:status "non-standard" ; hdr:author hdr:Author_IETF ; hdr:specification hdr:Son_of_RFC1036 ; hdr:comment """Only in Usenet News, similar to 'Supersedes:' but does not cause the referenced article to be physically deleted.""" . a hdr:HeaderField ; hdr:fieldName "See-Also" ; hdr:label "References to related articles" ; hdr:protocol hdr:Protocol_news ; hdr:status "non-standard" ; hdr:author hdr:Author_Unknown ; hdr:specification hdr:Son_of_RFC1036 ; hdr:comment """References to other related articles in Usenet News.""" . a hdr:HeaderField ; hdr:fieldName "Supersedes" ; hdr:label "Reference to superseded message" ; hdr:protocol hdr:Protocol_news ; hdr:status "non-standard" ; hdr:author hdr:Author_Unknown ; hdr:specification hdr:Son_of_RFC1036 ; hdr:comment """Commonly used in Usenet News in similar ways to the 'Obsoletes' header field. In Usenet News, however, Supersedes causes a full deletion of the replaced article in the server, while 'Supersedes' and 'Obsoletes' in e-mail is implemented in the client and often does not remove the old version of the text.""" . a hdr:HeaderField ; hdr:fieldName "Organisation" ; hdr:fieldName "Organization" ; hdr:label "Sender's organization" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:specification hdr:RFC1036_2_2_8 ; hdr:comment """Organization to which the sender of this article belongs.""" . a hdr:HeaderField ; hdr:fieldName "Summary" ; hdr:label "Short summary of article" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:specification hdr:RFC1036_2_2_10 ; hdr:comment """Short text describing a longer article. Warning: Some mail systems will not display this text to the recipient. Because of this, do not use this header field for text which you want to ensure that the recipient gets. Not standardized for use in e-mail, discouraged.""" . a hdr:HeaderField ; hdr:fieldName "Expires" ; hdr:label "Suggested expiration date" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:specification hdr:RFC1036_2_2_4 ; hdr:comment """A suggested expiration date. Can be used both to limit the time of an article which is not meaningful after a certain date, and to extend the storage of important articles. Not standardized for use in e-mail.""" . ###### a hdr:HeaderField ; hdr:fieldName "Replaces" ; hdr:label "Reference message to be replaced" ; hdr:protocol hdr:Protocol_news ; hdr:status "non-standard" ; hdr:author hdr:Author_Unknown ; hdr:specification hdr:Spec_Unknown ; hdr:comment """Still another name for similar functionality as for 'Obsoletes:' and 'Supersedes:'. This may become the most recommended header in the future, but is still under discussion in IETF standards development work. Non-standard, proposed in IETF USEFOR working group""" . a hdr:HeaderField ; hdr:fieldName "Lines" ; hdr:label "Size of the message." ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:specification hdr:RFC1036 ; hdr:comment """Number of lines of text in the message.""" . a hdr:HeaderField ; hdr:fieldName "Xref" ; hdr:label "Cross-referencing information" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:specification hdr:RFC1036_2_2_13 ; hdr:comment """Used in Usenet News to store information to avoid showing a reader the same article twice if it was sent to more than one newsgroup. Only for local usage within one Usenet News server, should not be sent between servers.""" . #### Specifications and authors hdr:Protocol_news hdr:protocolName "netnews" ; hdr:specification hdr:RFC1036 . hdr:RFC1036 a hdr:Specification_doc ; = ; hdr:document ; hdr:comment "Netnews protocol." . hdr:RFC1036_2_1_3 a hdr:Specification_doc ; = ; hdr:document ; hdr:section "section 2.1.3" ; hdr:comment "Newnews protocol." . hdr:RFC1036_2_1_6 a hdr:Specification_doc ; = ; hdr:document ; hdr:section "section 2.1.6" ; hdr:comment "Newnews protocol." . hdr:RFC1036_2_2_3 a hdr:Specification_doc ; = ; hdr:document ; hdr:section "section 2.2.3" ; hdr:comment "Newnews protocol." . hdr:RFC1036_2_2_4 a hdr:Specification_doc ; = ; hdr:document ; hdr:section "section 2.2.4" ; hdr:comment "Newnews protocol." . hdr:RFC1036_2_2_7 a hdr:Specification_doc ; = ; hdr:document ; hdr:section "section 2.2.7" ; hdr:comment "Newnews protocol." . hdr:RFC1036_2_2_8 a hdr:Specification_doc ; = ; hdr:document ; hdr:section "section 2.2.8" ; hdr:comment "Newnews protocol." . hdr:RFC1036_2_2_10 a hdr:Specification_doc ; = ; hdr:document ; hdr:section "section 2.2.10" ; hdr:comment "Newnews protocol." . hdr:RFC1036_2_2_11 a hdr:Specification_doc ; = ; hdr:document ; hdr:section "section 2.2.11" ; hdr:comment "Newnews protocol." . hdr:RFC1036_2_2_12 a hdr:Specification_doc ; = ; hdr:document ; hdr:section "section 2.2.12" ; hdr:comment "Newnews protocol." . hdr:RFC1036_2_2_13 a hdr:Specification_doc ; = ; hdr:document ; hdr:section "section 2.2.13" ; hdr:comment "Newnews protocol." . hdr:Son_of_RFC1036 a hdr:Specification_doc ; hdr:document ; hdr:author [ foaf:name "H. Spencer" ] ; hdr:title "News Article Format and Transmission" ; hdr:status "non-standard" ; hdr:date "June 1994" ; hdr:comment """This document is often referenced under the name 'son-of-RFC1036'. FTP://zoo.toronto.edu/pub/news.ps.Z FTP://zoo.toronto.edu/pub/news.txt.Z""" . hdr:Spec_Unknown a hdr:Specification_doc ; hdr:document ; hdr:author hdr:Author_Unknown ; hdr:comment "Specification document unknown" . hdr:Spec_Palme_Mailext a hdr:Specification_doc ; hdr:document ; hdr:author hdr:Author_JP ; hdr:comment "Specification document unknown" . hdr:Author_JP a wn:Person ; foaf:name "Jacob Palme" ; foaf:mbox ; foaf:organization "Stockholm University/KTH" ; foaf:workplacePostal [ foaf:building "1310 Waterside" ; foaf:street1 "Electrum 230" ; foaf:city "Kista" ; foaf:postcode "S-164 40" ; foaf:country "Sweden" ] ; foaf:workplaceTel "+46-8-16 16 67" ; foaf:workplaceFax "+46-8-783 08 29" . # This change controller for IETF standards-track registrations: hdr:Author_IETF foaf:name "IETF" ; foaf:mbox ; ####TBD#### foaf:organization "Internet Engineering Task Force" . #### Need email address for comments #### hdr:Author_Unknown foaf:name "Unknown" ; foaf:mbox . #--------+---------+---------+---------+---------+---------+---------+---------+ # # $Log: NewsHeaderPermanentRegistry.n3,v $ # Revision 1.3 2002/05/09 16:54:26 graham # Fixed up to pass report generator # # Revision 1.2 2002/05/04 16:28:57 graham # Initial header field registry data # # Revision 1.1.1.1 2002/05/02 22:32:33 graham # no message #