# Netnews header definitions by Charles Lindsey # # Revisions by GK: # - Add @prefix definitions (similar idea to XML namespaces) # - Fix up Notation3 syntax (mainly addition of '.'s to terminate # statements relating to a common subject. # - Add hdr:label and hdr:xref fields to RFC1036 document description. # - Move hdr:section descriptions to header field descriptions, and # comment out additional document+section descriptions. # @prefix rdf: . @prefix rdfs: . @prefix foaf: . @prefix wn: . @prefix hdr: . # Protocols hdr:Protocol_news hdr:protocolName "Netnews" ; hdr:specification hdr:RFC1036 . # Specifications hdr:RFC1036 a hdr:Specification_doc ; = ; hdr:xref "RFC1036" ; hdr:label "RFC 1036" ; hdr:document ; hdr:author [ foaf:name "M. Horton" ] ; hdr:author [ foaf:name "R. Adams" ] ; hdr:title "Standard for Interchange of USENET Messages" ; hdr:status "standards-track" ; hdr:date "December 1987" ; hdr:comment """Standard for Interchange of USENET Messages""" . # The status was not, in fact, standards-track, because there was no such # classification in those days. #hdr:RFC1036_2_1 a hdr:Specification ; # = ; # hdr:document ; # hdr:section "section 2.1" . # #hdr:RFC1036_2_2 a hdr:Specification ; # = ; # hdr:document ; # hdr:section "section 2.2" . # Authors hdr:Author_MH a wn:Person ; foaf:name "M. Horton" ; foaf:organization "AT&T Bell Laboratories" . hdr:Author_RA a wn:Person ; foaf:name "R. Adams" ; foaf:organization "Center for Seismic Studies" . #### NETNEWS #### a hdr:HeaderField ; hdr:fieldName "From" ; hdr:label "Mailbox of article poster" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:controller hdr:Author_IETF ; hdr:specification hdr:RFC1036 ; hdr:section "section 2.1" ; hdr:comment """Specifies the poster(s) of the article, that is, the mailbox(es) of the person(s) or system(s) responsible for the writing of the article.""" . a hdr:HeaderField ; hdr:fieldName "Date" ; hdr:label "Article date and time" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:controller hdr:Author_IETF ; hdr:specification hdr:RFC1036 ; hdr:section "section 2.1" ; hdr:comment """Specifies the date and time at which the poster of the article indicated that the message was complete and ready to enter the netnews network.""" . a hdr:HeaderField ; hdr:fieldName "Newsgroups" ; hdr:label "Newsgroups for posting" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:controller hdr:Author_IETF ; hdr:specification hdr:RFC1036 ; hdr:section "section 2.1" ; hdr:comment """Specifies the list of newsgroups in which the article is intended to appear.""" . a hdr:HeaderField ; hdr:fieldName "Subject" ; hdr:label "Topic of article" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:controller hdr:Author_IETF ; hdr:specification hdr:RFC1036 ; hdr:section "section 2.1" ; hdr:comment """Contains a short string identifying the topic of the article.""" . a hdr:HeaderField ; hdr:fieldName "Message-ID" ; hdr:label "Message identifier" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:controller hdr:Author_IETF ; hdr:specification hdr:RFC1036 ; hdr:section "section 2.1" ; hdr:comment """Contains a single unique message identifier that distinguishes a given article from all other articles ever posted. All copies of that article, wherever on the network they may be found, will have that same message identifier.""" . a hdr:HeaderField ; hdr:fieldName "Path" ; hdr:label "Trace of path" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:controller hdr:Author_IETF ; hdr:specification hdr:RFC1036 ; hdr:section "section 2.1" ; hdr:comment """Shows the path the article took to reach the current system""" . a hdr:HeaderField ; hdr:fieldName "Reply-To" ; hdr:label "Mailbox for email replies to article" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:controller hdr:Author_IETF ; hdr:specification hdr:RFC1036 ; hdr:section "section 2.2" ; hdr:comment """When the "Reply-To:" field is present, it indicates the mailbox(es) to which the poster of the article suggests that replies be sent.""" . a hdr:HeaderField ; hdr:fieldName "Sender" ; hdr:label "Mailbox of article sender" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:controller hdr:Author_IETF ; hdr:specification hdr:RFC1036 ; hdr:section "section 2.2" ; hdr:comment """Specifies the mailbox of the agent responsible for the actual posting of the article.""" . a hdr:HeaderField ; hdr:fieldName "Followup-To" ; hdr:label "Newsgroups for followups" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:controller hdr:Author_IETF ; hdr:specification hdr:RFC1036 ; hdr:section "section 2.2" ; hdr:comment """Specifies the list of newsgroups in which followups are intended to appear.""" . a hdr:HeaderField ; hdr:fieldName "Expires" ; hdr:label "Expiry date" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:controller hdr:Author_IETF ; hdr:specification hdr:RFC1036 ; hdr:section "section 2.2" ; hdr:comment """Specifies a suggested expiry date for the article.""" . a hdr:HeaderField ; hdr:fieldName "Control" ; hdr:label "Control message" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:controller hdr:Author_IETF ; hdr:specification hdr:RFC1036 ; hdr:section "section 2.2" ; hdr:comment """Specifies actions to be taken by host machines.""" . a hdr:HeaderField ; hdr:fieldName "Distribution" ; hdr:label "Distribution scope" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:controller hdr:Author_IETF ; hdr:specification hdr:RFC1036 ; hdr:section "section 2.2" ; hdr:comment """Specifies limits to the propagation of the article.""" . a hdr:HeaderField ; hdr:fieldName "Organization" ; hdr:label "Poster's organization" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:controller hdr:Author_IETF ; hdr:specification hdr:RFC1036 ; hdr:section "section 2.2" ; hdr:comment """Describes the organization to which the poster belongs.""" . a hdr:HeaderField ; hdr:fieldName "Keywords" ; hdr:label "Keywords" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:controller hdr:Author_IETF ; hdr:specification hdr:RFC1036 ; hdr:section "section 2.2" ; hdr:comment """Contains a few well-selected keywords identifying the intent of the article.""" . a hdr:HeaderField ; hdr:fieldName "Summary" ; hdr:label "Article summary" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:controller hdr:Author_IETF ; hdr:specification hdr:RFC1036 ; hdr:section "section 2.2" ; hdr:comment """Contains a brief summary of the article.""" . a hdr:HeaderField ; hdr:fieldName "Approved" ; hdr:label "Mailbox of approving authority" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:controller hdr:Author_IETF ; hdr:specification hdr:RFC1036 ; hdr:section "section 2.2" ; hdr:comment """Indicates the authority approving the posting of a control message or moderated article.""" . a hdr:HeaderField ; hdr:fieldName "Lines" ; hdr:label "Line count" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:controller hdr:Author_IETF ; hdr:specification hdr:RFC1036 ; hdr:section "section 2.2" ; hdr:comment """Contains a count of the lines in the body of the article.""" . a hdr:HeaderField ; hdr:fieldName "Xref" ; hdr:label "Article location" ; hdr:protocol hdr:Protocol_news ; hdr:status "standards-track" ; hdr:author hdr:Author_IETF ; hdr:controller hdr:Author_IETF ; hdr:specification hdr:RFC1036 ; hdr:section "section 2.2" ; hdr:comment """Indicates, for a particular server, the article's location within each newsgroup.""" .