#  Tracking of issues in a very simple form
# Just use your own properties to add your own functionality
#
#  IJ TBL  20002/01
#

@prefix : <http://www.w3.org/2000/10/swap/pim/track#>.
@prefix contact: <http://www.w3.org/2000/10/swap/pim/contact#> .

:wgMediaType-1 a :Issue;
     :title "Should W3C WGs define their own media types?";
     :summary "What are the general guidelines or policies (if any) for W3C working groups in defining their own media types?  Should they be defining them at all?";
     :source "http://lists.w3.org/Archives/Public/www-tag/2002Jan/0063";
     :documentConcerned "http://www.w3.org/Guide/pubrules";
     :onBehalfOf [
         #Need better way to talk about a W3C Working Group. 
         contact:departmentName "XML Protocol Working Group";
         contact:publicHomePage "http://www.w3.org/2000/xp/" ]; 
     :acceptance "URL".

:customMediaType-2 a :Issue;
     :title "What commonality between W3C media types?";
     :summary "For example, should all these custom XML types being registered be required to use the RFC 3023 +xml convention?  If so, should all the SHOULDs of section 7.1 be followed? etc..  The question isn't restricted to RFC 3023 issues though.   There may be value to other common features between types.";
     :source "http://lists.w3.org/Archives/Public/www-tag/2002Jan/0063";
     :documentConcerned "http://www.w3.org/Guide/pubrules";
     :onBehalfOf [
         #Need better way to talk about a W3C Working Group. 
         contact:departmentName "XML Protocol Working Group";
         contact:publicHomePage "http://www.w3.org/2000/xp/" ]; 
     :acceptance "URL".

:nsAndMediaType-3 a :Issue;
     :title "What is, or what should be, the relationship between a media type and an XML namespace?";
     :summary "";
     :source "http://lists.w3.org/Archives/Public/www-tag/2002Jan/0063";
     :documentConcerned "http://www.w3.org/TR/REC-xml-names/";
     :onBehalfOf [
         #Need better way to talk about a W3C Working Group. 
         contact:departmentName "XML Protocol Working Group";
         contact:publicHomePage "http://www.w3.org/2000/xp/" ];
     :acceptance "URL".
     
#ends

