- From: Dan Connolly <connolly@w3.org>
- Date: Tue, 16 Aug 2005 09:43:19 -0500
- To: Kendall Clark <kendall@monkeyfist.com>
- Cc: www-archive@w3.org
*** Overview.html.~1.61.~ Tue Aug 16 09:00:42 2005 --- Overview.html Tue Aug 16 09:13:59 2005 *************** *** 157,163 **** href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure"> section 6 of the W3C Patent Policy</a>.</em> </p> ! </div> --> <hr></hr> <h2> <a id="contents" name="contents">Table of Contents</a> --- 157,164 ---- href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure"> section 6 of the W3C Patent Policy</a>.</em> </p> ! --> ! </div> <hr></hr> <h2> <a id="contents" name="contents">Table of Contents</a> *************** *** 174,181 **** <li><a href="#query-bindings-http">HTTP Bindings</a></li> <li><a href="#query-bindings-soap">SOAP Bindings</a></li> </ol> ! </li> ! </li> <li><a href="#policy">Policy Considerations</a> <ol type="A"> <li><a href="#policy-security">Security</a></li> --- 175,181 ---- <li><a href="#query-bindings-http">HTTP Bindings</a></li> <li><a href="#query-bindings-soap">SOAP Bindings</a></li> </ol> ! </li> <li><a href="#policy">Policy Considerations</a> <ol type="A"> <li><a href="#policy-security">Security</a></li> *************** *** 219,225 **** emphasized text, they must be interpreted as described in <a href="http://www.faqs.org/rfcs/rfc2119.html">RFC 2119</a> [RFC2119].</p> ! <h2> <a id="ap" name="ap">2. SPARQL Protocol</a> </h2> <p>SPARQL Protocol contains one interface, --- 219,225 ---- emphasized text, they must be interpreted as described in <a href="http://www.faqs.org/rfcs/rfc2119.html">RFC 2119</a> [RFC2119].</p> ! <h2> <a id="ap" name="ap">2. SPARQL Protocol</a> </h2> <p>SPARQL Protocol contains one interface, *************** *** 399,405 **** <ol> <li>a <a href="http://www.w3.org/2001/sw/DataAccess/rf1/#defn-srd">SPARQL ! Results Document</a> </a> [SRD] (for SPARQL Query for RDF query forms <a href="">SELECT</a> and <a href="">ASK</a>); or,</li> <li>an instance of --- 399,405 ---- <ol> <li>a <a href="http://www.w3.org/2001/sw/DataAccess/rf1/#defn-srd">SPARQL ! Results Document</a> [SRD] (for SPARQL Query for RDF query forms <a href="">SELECT</a> and <a href="">ASK</a>); or,</li> <li>an instance of *************** *** 667,679 **** PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX myfoaf: <http://my.example/jose/foaf.rdf#> ! CONSTRUCT { myfoaf:jose foaf:depiction <http://my.example/jose/jose.jpg>. ! myfoaf:jose foaf:schoolHomepage <http://www.edu.example/>. ?s ?p ?o.} WHERE { ?s ?p ?o. myfoaf:jose foaf:nick "Little Jo". ! FILTER ( ! (?s = myfoaf:kendall && ?p = foaf:knows && ?o = myfoaf:edd ) ! && ! ( ?s = myfoaf:julia && ?p = foaf:mbox && ?o = <mailto:julia@mail.example> ) ! && ! ( ?s = myfoaf:julia && ?p = rdf:type && ?o = foaf:Person)) }</pre> <p>is conveyed to the SPARQL query --- 667,679 ---- PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX myfoaf: <http://my.example/jose/foaf.rdf#> ! CONSTRUCT { myfoaf:jose foaf:depiction <http://my.example/jose/jose.jpg>. ! myfoaf:jose foaf:schoolHomepage <http://www.edu.example/>. ?s ?p ?o.} WHERE { ?s ?p ?o. myfoaf:jose foaf:nick "Little Jo". ! FILTER ( ! (?s = myfoaf:kendall && ?p = foaf:knows && ?o = myfoaf:edd ) ! && ! ( ?s = myfoaf:julia && ?p = foaf:mbox && ?o = <mailto:julia@mail.example> ) ! && ! ( ?s = myfoaf:julia && ?p = rdf:type && ?o = foaf:Person)) }</pre> <p>is conveyed to the SPARQL query *************** *** 1426,1432 **** Revision 1.59 2005/08/11 17:27:19 kclark - abstracting HTTP traces ! - added <div> containers around traces - added new trace for POST binding - tweaked several examples --- 1426,1432 ---- Revision 1.59 2005/08/11 17:27:19 kclark - abstracting HTTP traces ! - added <div> containers around traces - added new trace for POST binding - tweaked several examples *************** *** 1439,1445 **** Revision 1.57 2005/08/08 20:55:08 kclark - many tweaks resulting from Andy Seaborne's review, including: s/RDF dataset/RDF dataset description/ ! s/XML type/instance of an XML type/ (did this by hand, not s&r) killed the bit about "equivalent serialization" - added new examples from Elias Torres - added examples for fault returns --- 1439,1445 ---- Revision 1.57 2005/08/08 20:55:08 kclark - many tweaks resulting from Andy Seaborne's review, including: s/RDF dataset/RDF dataset description/ ! s/XML type/instance of an XML type/ (did this by hand, not s&r) killed the bit about "equivalent serialization" - added new examples from Elias Torres - added examples for fault returns *************** *** 1460,1466 **** - added anchors for dataset sections Revision 1.54 2005/07/28 15:11:44 kclark ! - tweaked policy considerations section for readability & concision Revision 1.53 2005/07/27 19:42:14 kclark - changed to new MIME type for query results --- 1460,1466 ---- - added anchors for dataset sections Revision 1.54 2005/07/28 15:11:44 kclark ! - tweaked policy considerations section for readability & concision Revision 1.53 2005/07/27 19:42:14 kclark - changed to new MIME type for query results -- Dan Connolly, W3C http://www.w3.org/People/Connolly/ D3C2 887B 0F92 6005 C541 0875 0F91 96DE 6E52 C29E
Received on Tuesday, 16 August 2005 14:43:55 UTC