<> a <http://www.w3.org/2000/10/swap/logic.n3#N3Document> .
@prefix : <http://www.w3.org/Addressing/schemes#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dca: <http://dublincore.org/2000/03/13-dcagent#>.
@prefix p3p: <http://www.w3.org/2000/07/p3pmodel/p3prdfschema#> .
@prefix daml: <http://www.daml.org/2001/03/daml+oil#> .
@prefix inet: <http://www.w3.org/2001/02pd/rfc65#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/#> .

<> <#_title> "An Index of WWW Addressing Schemes (in Notation3)";
   :transcribedFrom <http://www.w3.org/Addressing/schemes>;
   dc:contributor
     [ dca:agentName "Sean B. Palmer"; 
       p3p:email <mailto:sean@mysterylights.com>;
       p3p:uri <http://infomesh.net/sbp/> ] .
<http://www.w3.org/Addressing/schemes>
  dc:creator
     [ dca:agentName "Dan Connolly"; 
       p3p:email <mailto:connolly@w3.org>;
       p3p:uri <http://www.w3.org/People/Connolly/> ];
dc:description """This is (an attempt at) an exhaustive list of URI 
     schemes. I try to list them all, whether they're standard or not. 
     82 schemes are listed as of Mar 2000.""";
  dc:date "1996-01-02T03:37:23Z".
:transcribedFrom rdfs:comment "Transcription from informal to formal representation";
      rdfs:subPropertyOf dc:source.

:URIScheme rdfs:comment "A URI Scheme name as defined by RFC2396";
     rdfs:seeAlso <http://www.ietf.org/rfc/rfc2396.txt> .
:schemeName rdfs:comment "The name of the URI protocol";
     rdfs:subPropertyOf rdfs:label;
     rdfs:domain :URIScheme;
     a daml:UnambiguousProperty;
     rdfs:isDefinedBy <http://www.ietf.org/rfc/rfc2396.txt> .
:specifies rdfs:subPropertyOf dc:subject.
:reserves rdfs:subPropertyOf dc:subject .
:uses rdfs:subPropertyOf dc:subject .

:Article a rdfs:Class. #daml:disjointFrom inet:Draft, inet:RFC.

:netscape dca:agentName "Netscape Communications Corporation".

<http://developer.netscape.com/docs/manuals/js/client/jsref/index.htm> 
   dc:title "Client-Side JavaScript Reference";
   dc:creator :netscape;
   :lm "11/16/98 12:55:56";
   :lm "05/28/99 11:58:55";
   dc:date "1999-05-28";
   dc:type :Article; # stretch?
   :specifies
      [ :schemeName "about" ],
      [ :schemeName "mocha"],
      [ :schemeName "javascript" ],
      [ :schemeName "livescript"],
      [ :schemeName "view-source" ] .

:lm a rdfs:Property; rdfs:label "last modified".

<http://kt.linuxcare.com/samba/sm20010115_38.epl#1> dc:type :Article;
   dc:title "URI syntax for smb library";
   dc:date "2000-12-26";
   dc:creator [ dca:agentName "John Quirk"]; # summary compiler, actually.@@
   :specifies [ :schemeName "smb" ].

<http://www.ietf.org/rfc/rfc2244.txt>
   inet:rfc "2244";
   dc:title "ACAP -- Application Configuration Access Protocol";
   dc:creator [ dca:agentName "Newman, C."], [ dca:agentName "J. Myers" ];
   dc:date "1997-11";
   :specifies
      [ :schemeName "acap" ] .

<http://www.ietf.org/rfc/rfc2229.txt>
   inet:rfc "2229";
   dc:title """A Dictionary Server Protocol""";
   dc:date "1997-10";
   dc:creator [ dca:agentName "R. Faith"],
	[ dca:agentName "B. Martin"];
   :specifies
      [ :schemeName "dict" ] .


<http://developer.netscape.com/support/faqs/champions/client_tech.html>
  dc:title "Netscape DevEdge Online FAQ - Client Technical";
  dc:creator :netscape;
  dc:date "1999";
  :says "1.9: Which protocols does Navigator recognize?";
  :specifies #@@ some of these are just mentioned...
   [ :schemeName "addbook"; dc:description "To add vCard entries to Communicator's Address Book"; rdfs:comment "@@argh! URIs are noun phrases, not verb phrases"],
   [ :schemeName "castanet"; dc:description "Castanet Tuner URLs for Netcaster"],
   [ :schemeName "mailbox"; dc:description "Mail folder access"],
   [ :schemeName "snews"; dc:description "For NNTP postings via SSL" ]
#  ; dc:subject # i.e. mentions
#   [ :schemeName "http"; dc:description "Hypertext Transfer Protocol" ],
#   [ :schemeName "https";
#     dc:description "Hypertext Transfer Protocol via SSL"],
#   [ :schemeName "ftp"; dc:description "File Transfer Protocol"],
#   [ :schemeName "news"; dc:description "NNTP Protocol" ],
#   [ :schemeName "news"; dc:description "For using the default news server" ],
#   [ :schemeName "ldap"; dc:description "Lightweight Directory Access Protocol"], 
#   [ :schemeName "gopher"; dc:description "The old Gopher hypertext stuff"],
#   [ :schemeName "telnet"; dc:description "Launches a telnet helper application, if installed" ],
#   [ :schemeName "javascript"; dc:description "Executes javascript statements"],
#   [ :schemeName "mocha"; dc:description "Executes javascript statements" ],
#   [ :schemeName "pop3"; dc:description "Post Office Protocol" ], 
#   [ :schemeName "about"; dc:description "Internal URLs, Easter Eggs, employee home pages and other various pages and images" ],
#   [ :schemeName "file"; dc:description "Local file system access"],
#   [ :schemeName "imap"; dc:description "Internet Message Access Protocol" ]
    .

<http://search.ietf.org/internet-drafts/draft-ietf-svrloc-afp-service-01.txt>
   dc:type inet:Draft;
   dc:title "Definition of afp: URLs for use with Service Location";
   dc:creator [ dca:agentName "Wallace" ];
   dc:date "1998-10-30";
   :specifies
      [ :schemeName "afp" ] .

inet:Draft a rdfs:Class; rdfs:label "Internet Draft".

<ftp://ftp.isi.edu/in-notes/iana/assignments/url-schemes>
   dc:title "Internet Standard list of url schemes";
   :reserves
      [ :schemeName "afs" ];
   is dc:source of <http://blogspace.com/rdf/iana-uri-schemes> . # Aaron's n3 transcription, via tcl

<http://support.microsoft.com/support/kb/articles/q157/2/77.asp>
   dc:title "NM: How to Create a NetMeeting Hyperlink on a Web Page";
   dc:type [ rdfs:label "Microsoft Knowledge Base article"];
   dc:date "1998-04-22"; # @@ last reviewed, actually
   dc:creator :MS; # publisher?
   :specifies
      [ :schemeName "callto" ] .

<http://www.realnetworks.com/devzone/rp7auth/index.html>
   dc:title """Authoring Content for RealPlayer 7""";
   dc:date "1999"; # copyright date
   dc:creator [ dca:agentName "RealNetworks, Inc."];
   dc:type :Article;
   rdfs:seeAlso # dcq:hasPart?
	<http://www.realnetworks.com/devzone/rp7auth/2.html>;
   :specifies
      [ :schemeName "chttp" ] .

<http://www.realnetworks.com/devzone/rp7auth/2.html>
   dc:title "The CHTTP Caching Protocol";
   dc:date "1999". #@@ infer this from a part-of relationship?

<http://www.ics.uci.edu/pub/ietf/uri/rfc2111.txt>
   inet:rfc "2111";
   dc:title "Content-ID and Message-ID Uniform Resource Locators";
   dc:creator [ dca:agentName "E. Levinson"];
   inet:characters "9113 bytes";
   dc:date "1997-03";
   :specifies
      [ :schemeName "cid" ] .

<ftp://ftp.isi.edu/in-notes/rfc2397.txt>
   inet:rfc "2397";
   dc:title "Data: URL scheme";
   dc:creator [ dca:agentName "L. Masinter" ];
   dc:date "1998-08";
   :specifies
      [ :schemeName "data";
   rdfs:seeAlso <http://www.w3.org/TR/WD-object>;
   rdfs:comment """
     originally proposed by Masinter on www-talk.; hmm.. use it in 
     combination with a new MIME type for dates? e.g. 
     data:text/date,1999-03-04T204208 test """;
        :test #not yet picked up by schemesIndex.xsl
        <data:image/gif;base64,R0lGODdhMAAwAPAAAAAAAP///ywAAAAAMAAwAAAC8IyPqcvt3wCcDkiLc7C0qwyGHhSWpjQu5yqmCYsapyuvUUlvONmOZtfzgFzByTB10QgxOR0TqBQejhRNzOfkVJ+5YiUqrXF5Y5lKh/DeuNcP5yLWGsEbtLiOSpa/TPg7JpJHxyendzWTBfX0cxOnKPjgBzi4diinWGdkF8kjdfnycQZXZeYGejmJlZeGl9i2icVqaNVailT6F5iJ90m6mvuTS4OK05M0vDk0Q4XUtwvKOzrcd3iq9uisF81M1OIcR7lEewwcLp7tuNNkM3uNna3F2JQFo97Vriy/Xl4/f1cf5VWzXyym7PHhhx4dbgYKAAA7>
      ] .

<http://www.ietf.org/rfc/rfc2518.txt>
   inet:rfc "2518";
   dc:title "HTTP Extensions for Distributed Authoring";
   dc:creator [ dca:agentName "Goland" ], :etAl;
   dc:date "1999-02";
   :specifies
      [ :schemeName "opaquelocktoken" ],
      [ :schemeName "dav" ].

:etAl dca:agentName "et. al". # hm... should be a property, not an agent?

<http://www.rebol.com/users/valurl.html>
   dc:title "rebol URL stuff";
   :specifies
      [ :schemeName "dns" ],
      [ :schemeName "tcp" ] .

<http://search.ietf.org/internet-drafts/draft-finseth-eid-url-scheme-00.txt>
   dc:title """The "eid" URL Scheme""";
   dc:type inet:Draft;
   dc:creator [ dca:agentName "Finseth" ];
   dc:date "1998-11-02";
   :specifies
      [ :schemeName "eid";
   rdfs:comment """
     yikes! looks like a terrible idea! @@check to be sure the URI 
     scheme guidelines say why """;
      ] .

<http://www.w3.org/Addressing/rfc1738.txt>
   inet:rfc "1738";
   dc:title "Uniform Resource Locators (URL)";
   dc:date "1994-12";
   dc:creator
	[ dca:agentName "T. Berners-Lee"],
	[ dca:agentName "L. Masinter"],
	[ dca:agentName "M. McCahill"];
   :specifies
      [ :schemeName "file";
	dc:description
        "Host-specific file names";
      ],
      [ :schemeName "nntp";
	dc:description "USENET news using NNTP access" ],
      [ :schemeName "wais";
	dc:description "Wide Area Information Servers";
	 ],
      [ :schemeName "telnet";
	dc:description "Reference to interactive sessions";
	],
      [ :schemeName "prospero";
	dc:description "Prospero Directory Service";
	 ];
      :reserves
        [ :schemeName "tn3270" ] .



<http://www.ics.uci.edu/pub/ietf/uri/draft-casey-url-ftp-00.txt>
   dc:type inet:Draft;
   dc:title "A FTP URL Format";
   dc:creator [ dca:agentName "Casey" ];
   dc:date "1996-11-26";
   :specifies
      [ :schemeName "ftp" ] .

<http://www.ics.uci.edu/pub/ietf/uri/draft-murali-url-gopher.txt>
   dc:type inet:Draft;
   dc:title "A Gopher URL Format";
   dc:creator [ dca:agentName "Casey" ], [ dca:agentName "Krishnan"];
   dc:date "1996-12-04";
   :specifies
      [ :schemeName "gopher" ] .


<ftp://ds.internic.net/internet-drafts/draft-ietf-uri-url-finger-03.txt>
   dc:title "finger URL Specification";
   dc:type inet:Draft;
   dc:creator [ dca:agentName "IETF URI Working Group" ];
   :expires [ dc:date "1996-01-11" ];
   :specifies
      [ :schemeName "finger" ] .

<http://www.geocrawler.com/archives/3/928/2000/5/0/3709421/>
     dc:creator [ dca:agentName "Lawrence W. Leung"]; #email:from, actually
     dc:date "2000-05-08T10:03:20"; # from email
     dc:title "[Freenet-dev] Freenet URL`s"; # email:subject, actually
 :specifies #discusses, actually
     [ :schemeName "freenet";
       rdfs:comment """in discussion in the freenet project: """;
     rdfs:comment """Hmm...
     ``Unlike the Web, information on Freenet is not stored at 
     fixed locations or subject to any kind of centralized control.''
     -- 1.1. What is Freenet? in the Freenet FAQ as of Aug 2000 .
     That's a property of http, ftp, etc., but not a property of 
     the Web in general; e.g. it's not true of news: URIs.""";
 rdfs:seeAlso <http://freenet.sourceforge.net/index.php?page=faq#sec1.1>;
 rdfs:seeAlso <http://freenet.sourceforge.net/index.php?page=faq>;
 rdfs:seeAlso <http://freenet.sourceforge.net/>;
     ].

# Hmm, Dan should have tracked down the definition 
# rather than worrying about how the WWW compares 
# to Freenet :-)

<http://search.ietf.org/internet-drafts/draft-antti-gsm-sms-url-03.txt> 
   dc:title "URLs for GSM Short Message Service";
   dc:type inet:Draft;
   dc:creator [ dca:agentName "Vaha-Sipila" ];
   dc:date "1998-12-09";
   :specifies
      [ :schemeName "gsm-sms" ] .

<http://www.ics.uci.edu/pub/ietf/uri/draft-cordell-sg16-conv-url-00.txt>
   dc:title "Conversational Multimedia URLs";
   dc:type inet:Draft;
   dc:creator [ dca:agentName "Cordell"];
   dc:date "1997-12-16";
   :specifies
      [ :schemeName "h323"], [:schemeName "h324" ],
      [ :schemeName "lrq"],
      [ :schemeName "t120"].

<http://www.handle.net/>
   dc:title "CNRI handle system";
   :specifies
      [ :schemeName "hdl" ] .

<http://www.ics.uci.edu/pub/ietf/uri/draft-stockwell-hnews-url-00.txt>
   dc:title "The hnews URL scheme";
   dc:type inet:Draft;
   dc:creator [ dca:agentName "T. Stockwell" ];
   dc:date "1998-06-17";
   :specifies
      [ :schemeName "hnews" ] .

<http://www.w3.org/Protocols/rfc2616/rfc2616>
   dc:title "Hypertext Transfer Protocol -- HTTP/1.1";
   dc:date "1999-06";
   dc:creator [ dca:agentName "J. Gettys" ], [ dca:agentName "J. Mogul"],
	[ dca:agentName "H. Frystyk"], [ dca:agentName "L. Masinter"],
	[ dca:agentName "P. Leach"], [ dca:agentName "T. Berners-Lee"];
   inet:rfc "2616";
   :specifies
      [ :schemeName "http" ] .

<http://home.netscape.com/eng/ssl3/ssl-toc.html>
   a inet:Draft;
   dc:title "HTTP over SSL (in The SSL Protocol Version 3.0)";
   dc:creator [ dca:agentName "Freier" ], 
              [ dca:agentName "Karlton" ],
              [ dca:agentName "Kocher" ],
              [ dca:agentName "Netscape" ];
   rdfs:seeAlso <ftp://ftp.isi.edu/in-notes/rfc2246.txt>;
   rdfs:seeAlso <http://www.ietf.org/internet-drafts/draft-ietf-tls-https-02.txt>;
   dc:date "1996-11-18";
   :specifies
      [ :schemeName "https" ] .
<http://sitesearch.netscape.com/eng/ssl3/draft302.txt> =
   <http://home.netscape.com/eng/ssl3/ssl-toc.html> .

<http://www.omg.org/cgi-bin/doc?orbos/98-10-11>
   dc:title "Interoperable Naming Joint Revised Submission";
   dc:creator [ dca:agentName "orbos"];
   dc:date "1998-10-11";
   dc:type :Article; # stretch
   :specifies
      [ :schemeName "iioploc" ] .

<ftp://ftp.parc.xerox.com/pub/ilu/2.0/20a8-manual-html/manual_1.html#SEC10>
   dc:title "ILU types";
   :specifies
      [ :schemeName "ilu" ] .

<http://www.isi.edu/in-notes/rfc2192.txt>
   inet:rfc "2192";
   dc:title "IMAP URL scheme";
   dc:creator [ dca:agentName "C. Newman" ];
   dc:date "1997-09";
   :specifies
      [ :schemeName "imap";
   rdfs:comment """
     access to MIME body parts is interesting, but..
     hmm.. it sure would be nice if IMAP could be used as a 
     proxy service for mid: """;
      ] .

<http://www.omg.org/corba2/inarch.htm#3674>
   dc:title "CORBA interoperable object reference";
   dc:type :Article; # stretch
   :specifies
      [ :schemeName "IOR" ] .

<http://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt>
   dc:type inet:Draft;
   dc:title "Mirashi draft@@ (also: PICS service) spec";
   dc:date "1996-08-26";
   :specifies
      [ :schemeName "irc";
   rdfs:comment """notes on integration of synchronous communication 
     in the Web""";
 ] .


<http://www.javasoft.com/products/jdk/1.1/docs/api/Package-java.sql.html>
   dc:title "Java SQL API";
   dc:type :Article;
   dc:date "1999";
   dc:creator [ dca:agentName "Sun Microsystems, Inc."];
   :specifies
      [ :schemeName "jdbc" ] .

<http://www.ics.uci.edu/pub/ietf/uri/rfc1959.txt>
   dc:title "An LDAP URL Format";
   inet:rfc "1959";
   inet:characters "7243";
   dc:creator [ dca:agentName "LDAP-WG"], 
              [ dca:agentName "T. Howes" ],
              [ dca:agentName "M. Smith" ];
   dc:date "1996-06";
   :specifies
      [ :schemeName "ldap" ] .

<http://www.ics.uci.edu/pub/ietf/uri/draft-moore-bfd-arch-01.txt>
   dc:title "An Architecture for Bulk File Distribution";
   dc:date "1994-07-27";
   dc:type inet:Draft;
   :specifies
      [ :schemeName "lifn" ] .

<http://www.ics.uci.edu/pub/ietf/uri/rfc2368.txt>
   dc:title "The mailto URL scheme";
   inet:rfc "2368";
   dc:creator 
        [ dca:agentName "P. Hoffman" ], 
        [ dca:agentName "L. Masinter" ], 
        [ dca:agentName "J. Zawinski" ];
   dc:date "1998-07";
   :specifies
      [ :schemeName "mailto";
   dc:description "Electronic mail address; The mailto URL scheme";
   rdfs:comment """
     note that callto: and mailto: are misnomers. URIs are noun 
     phrases. You can do other things with phone numbers than call 
     them; for example, you could have a web page of your history 
     with a caller pop up in response to the phone ringing (e.g. 
     using caller id. (c) 1998 Jamie Zawinski <jwz@jwz.org> ) """;
 ] .

<http://www.w3.org/DesignIssues/Toolbox>
  dc:title "The Semantic Toolbox - on top of XML-RDF - Ideas on Web Architecture";
  dc:date "1999-06-18";
  dc:creator [ dca:agentName "Tim BL" ];
  dc:type :Article;
  :specifies
    [ :schemeName "md5"].

<http://www.ics.uci.edu/pub/ietf/uri/rfc2111.txt>
   dc:title "Content-ID and Message-ID Uniform Resource Locators";
   inet:rfc "2111";
   inet:characters "9113 bytes";
   dc:creator [ dca:agentName "E. Levinson." ];
   dc:date "1997-03";
   :specifies
      [ :schemeName "mid" ] .

<http://www.access.digex.net/~asgilman/uri/news/draft-gilman-news-url-02.txt>
   dc:title "The 'news' URL scheme";
   dc:type inet:Draft;
   dc:creator [ dca:agentName "Gilman" ];
   dc:date "1998-03-09";
   :specifies
      [ :schemeName "news";
   dc:description "USENET news";
 ] .

<http://www.ics.uci.edu/pub/ietf/uri/rfc2224.txt>
   dc:title "NFS URL Scheme";
   inet:rfc "2224";
   dc:creator [ dca:agentName "B. Callaghan" ];
   dc:date "1997-10";
   :specifies
      [ :schemeName "nfs" ] .

<http://www.ics.uci.edu/pub/ietf/uri/rfc2384.txt>
   inet:rfc "2384";
   dc:title "POP URL Scheme";
   dc:creator [ dca:agentName "R. Gellens." ];
   dc:date "1998-08";
   :specifies
      [ :schemeName "pop" ] .

<http://search.ietf.org/internet-drafts/draft-earhart-url-pop3-00.txt>
   dc:title "A POP3 URL Interface";
   dc:type inet:Draft;
   dc:creator [ dca:agentName "Earhart" ];
   dc:date "1997-01";
   :specifies
      [ :schemeName "pop3" ] .

<http://search.ietf.org/internet-drafts/draft-ietf-svrloc-printer-scheme-03.txt>
   dc:title "Definition of printer: URLs for use with Service Location";
   dc:type inet:Draft;
   dc:creator [ dca:agentName "St. Pierre" ], 
              [ dca:agentName "Isaccson" ], 
              [ dca:agentName "McDonald" ];
   dc:date "1999-02-19";
   :specifies
      [ :schemeName "printer" ] .

<http://msdn.microsoft.com/workshop/networking/predefined/res.asp>
   dc:title "Res Protocol";
   dc:date "1999"; # copyright
   dc:creator :MS; # publisher?
   dc:type :Article;
   dc:date "1998-06-11";
   :specifies
      [ :schemeName "res";
   rdfs:comment """
     In every installation of win98, under 
     C:\\WINDOWS\\WEB\\Wallpaper you'll find a file called "windows98.htm" 
     that contains the line: 
     <IMG SRC="res://membg.dll/membg.gif" BORDER=0 WIDTH=329 HEIGHT=47>""";

 ] .

:MS dca:agentName "Microsoft Corporation".

<http://www.ietf.org/rfc/rfc2326.txt>
   dc:title "Real Time Streaming Protocol (RTSP)";
   inet:rfc "2326";
   dc:creator [ dca:agentName "Schulzrinne, H." ],
           [ dca:agentName "Rao, A." ],
           [ dca:agentName "R. Lanphier" ];
   dc:rights """Columbia U., Netscape, RealNetworks.""";
   dc:date "1998-04";
   :specifies
      [ :schemeName "rtsp" ] .

<http://www.es.net/pub/internet-drafts/draft-calsyn-rvp-00.txt>
   dc:type inet:Draft;
   dc:title "Rendezvous Protocol";
   dc:creator [ dca:agentName "Martin Calsyn, Microsoft Corporation" ];
   dc:date "1997-11-21";
   :specifies
      [ :schemeName "rvp" ] .

<http://www.ics.uci.edu/pub/ietf/uri/draft-mealling-rwhoisurl-01.txt>
   dc:title "The RWhois Uniform Resource Locator";
   dc:type inet:Draft;
   dc:creator [ dca:agentName "S. Williamson" ], 
              [ dca:agentName "M. Mealling" ]; 
   dc:date "1997-08-02";
   :specifies
      [ :schemeName "rwhois" ] .

<http://www.w3.org/People/danield/papers/mobgui/>
   dc:title "Mobile GUI On The Web";
   dc:creator [ dca:agentName "Daniel Dardailler" ];
   :specifies
      [ :schemeName "rx";
        dc:description "Remote Execution"
       ] .

<http://search.ietf.org/internet-drafts/draft-fujikawa-sdp-url-01.txt>
   dc:title "SDP URL Scheme";
   dc:type inet:Draft;
   dc:creator [ dca:agentName "FUJIKAWA, KURIYA" ]; 
   rdfs:seeAlso "Session Description Protocol, RFC 2327, Nov 1997";
   dc:date "1998-08-07";
   :specifies
      [ :schemeName "sdp" ] .

<http://search.ietf.org/internet-drafts/draft-ietf-svrloc-service-scheme-14.txt>
   dc:title "Service Templates and service: Schemes";
   dc:type inet:Draft;
   dc:creator [ dca:agentName "Guttman" ], 
              [ dca:agentName "Perkins" ], 
              [ dca:agentName "Kempf" ];
   rdfs:comment "formerly: The service: URL Scheme, Guttman, 22 Nov 1996.";
   dc:date "1999-02-05";
   :specifies
      [ :schemeName "service" ] .

<http://www.ics.uci.edu/pub/ietf/uri/draft-ietf-mmusic-sip-url-00.txt>
   dc:type inet:Draft;
   dc:title "SIP URL Scheme";
   dc:creator [ dca:agentName "H. Schulzrinne" ];
   dc:date "1997-05-14";
   :specifies
      [ :schemeName "sip" ] .

<http://www.ietf.org/rfc/rfc2806.txt>
   inet:rfc "2806";
   dc:title "URLs for Telephone Calls";
   dc:creator [ dca:agentName "A. Vaha-Sipila" ]; 
   rdfs:seeAlso
      <http://www.ietf.org/mail-archive/ietf-announce/Current/msg07599.html>;
   dc:date "2000-04";
   :specifies
      [ :schemeName "tel" ],
      [ :schemeName "modem" ],
      [ :schemeName "fax"];
   :reserves
        [ :schemeName "telephone";
	rdfs:comment "used in previous drafts" ].

<http://info.internet.isi.edu/in-drafts/files/draft-antti-telephony-url-04.txt>
   dc:type inet:Draft;
   dc:title "URLs for Telephony";
   dc:creator [ dca:agentName "A. Vaha-Sipila, Nokia" ];
   dc:date "1998-02-23";
   :specifies
      [ :schemeName "phone";
        rdfs:comment "used in obsolete drafts";
      ] .

<http://www.ietf.org/rfc/rfc2371.txt>
   dc:title "Transaction Internet Protocol Version 3.0";
   inet:rfc "2371";
   dc:creator [ dca:agentName "Lyon, J." ], 
              [ dca:agentName "Evans, K." ], 
              [ dca:agentName "J. Klein" ];
   dc:date "1998-07";
   :specifies
      [ :schemeName "tip" ] .

<http://www.ics.uci.edu/pub/ietf/uri/draft-zigmond-tv-url-00.txt>
   dc:type inet:Draft;
   dc:title "Uniform Resource Locators for Television Broadcasts";
   dc:creator [ dca:agentName "D. Zigmond." ];
   dc:date "1997-06-10";
   :specifies
      [ :schemeName "tv" ] .

<http://ds.internic.net/internet-drafts/draft-kindel-uuid-uri-00.txt>
   dc:type inet:Draft;
   dc:title "the UUID addressing scheme";
   dc:creator [ dca:agentName "Charlie Kindel"; 
                foaf:mbox <mailto:ckindel@microsoft.com> ];
   dc:date "1997-11";
   :specifies
      [ :schemeName "uuid" ] .

<http://www.ietf.org/rfc/rfc2141.txt>
   dc:title "URN Syntax.";
   inet:rfc "2141";
   dc:creator [ dca:agentName "Ryan Moats" ];
   dc:date "1997-05";
   :specifies
      [ :schemeName "urn" ] .

<http://www.ics.uci.edu/pub/ietf/uri/rfc2122.txt>
   inet:rfc "2122";
   dc:title "VEMMI URL Specification";
   dc:creator [ dca:agentName "D. Mavrakis" ],
              [ dca:agentName "H. Layec" ],
              [ dca:agentName "K. Kartmann." ];
   dc:date "1997-03";
   :specifies
      [ :schemeName "vemmi" ] .

<http://www.ics.uci.edu/pub/ietf/uri/draft-mavrakis-videotex-url-spec-01.txt>
   dc:type inet:Draft;
   dc:title "Videotex URL Specification";
   dc:creator [ dca:agentName "D. Mavrakis" ],
              [ dca:agentName "H. Layec" ],
              [ dca:agentName "K. Kartmann." ];
   dc:date "1997-05-20";
   :specifies
      [ :schemeName "videotex" ] .


<http://www.ics.uci.edu/pub/ietf/uri/draft-ietf-asid-whois-url-01.txt>
   dc:type inet:Draft;
   dc:title "WHOIS++ URL Specification";
   dc:date "1997-05";
   :specifies
      [ :schemeName "whois++"; # oops... not an XML name.
   dc:description "Distributed directory service.";
      ] .

<http://www.ietf.org/internet-drafts/draft-mohr-whodp-00.txt>
   dc:type inet:Draft;
   dc:title "WhoDP: Widely Hosted Object Data Protocol";
   dc:creator [ dca:agentName "Gordon Mohr"; dca:agentAffiliation [ dca:agentName "Activerse" ]];
   dc:date "1998-03-02";
   :specifies
      [ :schemeName "whodp" ] .

<http://www.ics.uci.edu/pub/ietf/uri/rfc2056.txt>
   dc:title "Uniform Resource Locators for Z39.50";
   inet:rfc "2056";
   inet:characters "14204 bytes"; 
   dc:creator [ dca:agentName "R. Denenberg" ], 
              [ dca:agentName "J. Kunze" ], 
              [ dca:agentName "D. Lynch." ];
   dc:date "1996-11";
   :specifies
      [ :schemeName "z39.50r" ],
      [ :schemeName "z39.50s" ] .

<http://developer.java.sun.com/developer/onlineTraining/protocolhandlers/>
  dc:title "A New Era for Java Protocol Handlers";
  dc:type :Article;
  dc:creator [ dca:agentName "Brian Maso"];
  dc:date "2000-08";
  :lastModified "Mon, 19 Mar 2001 22:02:47 GMT";
  :specifies
   [ :schemeName "jar"].


<http://search.ietf.org/internet-drafts/draft-josefsson-dns-url-00.txt>
    dc:type inet:Draft;
    dc:title "DNS URL scheme";
    dc:date "2000-11-24";
    dc:creator [ dca:agentName "S. Josefsson" ];
    :specifies
      [ :schemeName "dns" ].


<http://search.ietf.org/internet-drafts/draft-levin-iptel-h323-url-scheme-02.txt>
  dc:type inet:Draft;
  dc:title "H.323 URL scheme definition";
  dc:date "2001-02";
  :specifies
    [ :schemeName "h323" ].


<http://search.ietf.org/internet-drafts/draft-ietf-ipp-url-scheme-02.txt>
    dc:type inet:Draft;
    dc:title "Internet Printing Protocol (IPP): IPP URL Scheme";
    dc:date "2001-02-13";
    :specifies
      [ :schemeName "ipp" ].

#<http://aol.com/aim/remote/step4.adp?screen_name=screenname&button1=1&button2=1> 
[]
  :specifies [ :schemeName "aim" ] ;
  dc:title "AOL Instant Messenger: Test Your Remote" ;
  rdfs:seeAlso <http://www.aol.com/aim/faq/urls.html> .
<http://www.aol.com/aim/faq/urls.html>
  dc:title "Frequently Asked Questions: AIM URLs";
  rdfs:seeAlso <http://lists.w3.org/Archives/Public/uri/2001Mar/0005.html>.

