# $Id: N3GenDocIssuesTest.n3,v 1.4 2002/11/26 17:42:03 graham Exp $ # # Test data for document issues report generator # #--------+---------+---------+---------+---------+---------+---------+---------+ # # 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/PythonN3/N3GenDocIssuesTest.n3,v $ # $Author: graham $ # $Date: 2002/11/26 17:42:03 $ # $Id: N3GenDocIssuesTest.n3,v 1.4 2002/11/26 17:42:03 graham Exp $ #--------+---------+---------+---------+---------+---------+---------+---------+ # 1 2 3 4 5 6 7 8 @prefix rdf: . @prefix rdfs: . @prefix foaf: . @prefix dc: . @prefix iss: . # About this document: <> rdfs:label "RDF Concepts and Abstract Syntax - issues" ; dc:author "Graham Klyne" ; rdfs:comment """ List of issues and current status for the document Resource Description Framework (RDF): Concepts and Abstract Data Model working draft. """ . # About the target document editors <#Editor-GK> foaf:mbox ; foaf:name "Graham Klyne" ; foaf:initials "GK" . <#Editor-JJC> foaf:mbox ; foaf:name "Jeremy Carroll" ; foaf:initials "JJC" . # About the RDF Concepts document: rdf:type iss:Document ; iss:name "GenDocIssuesTest" ; rdfs:label "RDF Concepts and Abstract Data Model" ; iss:cite ; iss:editor <#Editor-GK> ; iss:editor <#Editor-JJC> ; iss:history # document history ( [ iss:status iss:W3CWorkingDraft ; iss:when "2002-08-29" ; iss:cite ; rdfs:comment """ First official working draft of document. """ ] ) ; rdfs:comment """ The Resource Description Framework (RDF) is a data format for representing metadata about Web resources, and other information. This document defines the abstract graph syntax on which RDF is based, and which serves to link its XML serialization to its formal semantics. It also describes some other technical aspects of RDF that do not fall under the topics of formal semantics, XML serialization syntax or RDF schema and vocabulary definitions (which are each covered by a separate document in this series). These include: discussion of design goals, meaning of RDF documents, key concepts, character normalization and handling of URI references. """ ; ### Document issues follow ### iss:issue [ iss:name "001-Editorial" ; rdfs:label "Editorial comments" ; iss:raisedBy [ foaf:mbox ; foaf:name "Patrick Stickler" ; foaf:initials "PatS" ] ; iss:raisedDate "2002-08-08" ; iss:raisedCite ; iss:status iss:Assigned ; iss:when "2002-09-10" ; iss:owner <#Editor-GK> ; #iss:resolvedDate "TBD" ; #iss:resolvedCite ; iss:history ( [ iss:status iss:Raised ; iss:when "2002-08-08" ; iss:cite ; rdfs:comment """ Comments raised to WG prior to initial WD publication, but not folded in to the document. """ ] [ iss:status iss:Assigned ; iss:when "2002-09-10" ; iss:owner <#Editor-GK> ; rdfs:comment """ [GK] Editorial fixes clearly in GK's text. """ ] [ iss:status iss:Resolved ; #iss:when "..." ; iss:cite ; rdfs:comment """ ... """ ] ) ; iss:sectionRef ; iss:sectionRef ; iss:sectionRef ; iss:sectionRef ; rdfs:comment """ 1. In section 1, it says "RDF is based on a graph syntax, which is typically serialized using XML.". I think it would be good to make clear here that the RDF graph syntax is not equivalent to the XML infoset, and that the XML serialization really constitutes a "recipe" for constructing the conceptual graph. Alot of folks seem to get confused when the RDF graph doesn't mirror the RDF/XML or visa versa, so making this clear up front may be helpful. 2. In section 2, it says "RDF builds on XML". I don't think this is accurate. RDF uses XML to serialize its graph structures, but is not an extension of XML, but only includes an application of XML. 3. In 2.2, a stated design goal is "Use XML schema datatypes". I think it would be better to say "Support the use of XML Schema datatypes". Otherwise, it may be taken to imply that XML Schema datatypes are integrated with or into RDF directly, which they are not (and IMO should not be). Ahh, yes, I see that this is clearer in the discussion of this bullet item, but still, perhaps the bullet item could be clearer. 4. In 2.4.3, perhaps "are not covered by this recommendation." could be expressed more strongly as "are not licensed by this recommendation for interchange of RDF graphs". """ ] ; # -- End of issue -- iss:issue [ iss:name "004-MultiGraph" ; rdfs:label "Multi graph is not adequately explained" ; iss:raisedBy [ foaf:mbox ; foaf:name "Jerome Euzenat" ; foaf:initials "JE" ] ; iss:raisedDate "2002-09-04" ; iss:raisedCite ; #iss:resolvedDate "..." ; #iss:resolvedCite ; iss:owner <#Editor-JJC> ; iss:status iss:Assigned ; iss:when "2002-09-10" ; iss:history ( [ iss:status iss:Raised ; iss:when "2002-09-04" ; iss:cite ; rdfs:comment """ Aspects of multi graph not fully explained. """ ] [ iss:status iss:Assigned ; iss:when "2002-09-10" ; iss:owner <#Editor-JJC> ; rdfs:comment """ [GK] Editorial fixes clearly in JJC's text. """ ] [ iss:status iss:Response ; #iss:when "..." ; iss:cite ; rdfs:comment """ ... """ ] [ iss:status iss:Resolved ; #iss:when "..." ; iss:cite ; rdfs:comment """ ... """ ] ) ; iss:sectionRef ; rdfs:comment """ Also in 3.5 RDF graph, in the Note: - RDF Graphs are "node-labeled, edge-labeled directed multi-graphs" (with no disjointness constraints between node-labels and edge-labels): the multi- aspect is not in the note (i.e., that there can be several arcs between the two same nodes -- maybe with different labels). """ ] ; # -- End of issue -- iss:theEnd "PlaceHolder" . # # End of issue list for RDF Concepts and Abstract Syntax # #--------+---------+---------+---------+---------+---------+---------+---------+ # $Log: N3GenDocIssuesTest.n3,v $ # Revision 1.4 2002/11/26 17:42:03 graham # Add submitter initials to issue summary table # # Revision 1.3 2002/09/26 13:48:08 graham # Add owner initials to issue table # # Revision 1.2 2002/09/19 15:07:25 graham # Updated document issue report generator to support document details, # document history, issue histories, and tidy up output. # # Revision 1.1 2002/09/10 17:12:27 graham # Add test data for N3GenDocIssues.py #