ProvenanceAccessScenarioUsingPAQ
From Provenance WG Wiki
(Difference between revisions)
m |
|||
| Line 3: | Line 3: | ||
== Online HTML Documents D1 and D2 == | == Online HTML Documents D1 and D2 == | ||
* '''Obtaining the document D''' | * '''Obtaining the document D''' | ||
| - | ** HTML documents '''[https://github.com/timrdf/vsr/raw/master/data/source/tim-lebo/london-crime/version/2011-Jul-07/manual/crime.html D1]''' and '''D2''' are accessed using HTTP GET, and the servers return '''Link:''' headers as follows (using both alternate proposals for anchor as a '' | + | ** HTML documents '''[https://github.com/timrdf/vsr/raw/master/data/source/tim-lebo/london-crime/version/2011-Jul-07/manual/crime.html D1]''' and '''D2''' are accessed using HTTP GET, and the servers return '''Link:''' headers as follows (using both alternate proposals for anchor as a ''parameter'' and as a ''relation'') |
| + | ''Using anchor parameter'' | ||
GET https://github.com/timrdf/vsr/raw/master/data/source/tim-lebo/london-crime/version/2011-Jul-07/manual/crime.html HTTP/1.1 | GET https://github.com/timrdf/vsr/raw/master/data/source/tim-lebo/london-crime/version/2011-Jul-07/manual/crime.html HTTP/1.1 | ||
... | ... | ||
| Line 19: | Line 20: | ||
Link: http://example.com/provenance/d2.prov; rel="provenance"; anchor="http://lists.w3.org/Archives/Public/public-prov-wg/2011Jul/att-0031/crime.html" | Link: http://example.com/provenance/d2.prov; rel="provenance"; anchor="http://lists.w3.org/Archives/Public/public-prov-wg/2011Jul/att-0031/crime.html" | ||
| - | + | ''Using anchor relation'' | |
GET https://github.com/timrdf/vsr/raw/master/data/source/tim-lebo/london-crime/version/2011-Jul-07/manual/crime.html HTTP/1.1 | GET https://github.com/timrdf/vsr/raw/master/data/source/tim-lebo/london-crime/version/2011-Jul-07/manual/crime.html HTTP/1.1 | ||
... | ... | ||
| Line 38: | Line 39: | ||
* '''Enacting the "Oh yeah?" feature''' | * '''Enacting the "Oh yeah?" feature''' | ||
| - | * | + | ** ''A user requests a web browser (W) used to obtain the web documents (D1-2) to enact the "Oh yeah?" feature on the whole documents '' |
== Online Image Documents D3 and D4 == | == Online Image Documents D3 and D4 == | ||
Revision as of 11:46, 18 August 2011
Walk through of how the Provenance Access Scenario is satisfied using the Provenance Access and Query (W3C Editor's Draft 17 August 2011) proposal.
Contents |
Online HTML Documents D1 and D2
- Obtaining the document D
- HTML documents D1 and D2 are accessed using HTTP GET, and the servers return Link: headers as follows (using both alternate proposals for anchor as a parameter and as a relation)
Using anchor parameter
GET https://github.com/timrdf/vsr/raw/master/data/source/tim-lebo/london-crime/version/2011-Jul-07/manual/crime.html HTTP/1.1 ... HTTP/1.1 200 OK ... Link: http://example.com/provenance/d1.prov; rel="provenance"; anchor="https://github.com/timrdf/vsr/raw/master/data/source/tim-lebo/london-crime/version/2011-Jul-07/manual/crime.html"
GET http://lists.w3.org/Archives/Public/public-prov-wg/2011Jul/att-0031/crime.html HTTP/1.1 ... HTTP/1.1 200 OK ... Link: http://example.com/provenance/d2.prov; rel="provenance"; anchor="http://lists.w3.org/Archives/Public/public-prov-wg/2011Jul/att-0031/crime.html"
Using anchor relation
GET https://github.com/timrdf/vsr/raw/master/data/source/tim-lebo/london-crime/version/2011-Jul-07/manual/crime.html HTTP/1.1 ... HTTP/1.1 200 OK ... Link: http://example.com/provenance/d1.prov; rel="provenance"; Link: https://github.com/timrdf/vsr/raw/master/data/source/tim-lebo/london-crime/version/2011-Jul-07/manual/crime.html; rel="anchor"
GET http://lists.w3.org/Archives/Public/public-prov-wg/2011Jul/att-0031/crime.html HTTP/1.1 ... HTTP/1.1 200 OK ... Link: http://example.com/provenance/d2.prov; rel="provenance"; Link: http://lists.w3.org/Archives/Public/public-prov-wg/2011Jul/att-0031/crime.html; rel="anchor"
- Enacting the "Oh yeah?" feature
- A user requests a web browser (W) used to obtain the web documents (D1-2) to enact the "Oh yeah?" feature on the whole documents
