ProvenanceAccessScenarioUsingPAQ
From Provenance WG Wiki
(Difference between revisions)
| Line 1: | Line 1: | ||
''Walk through of how the [[ProvenanceAccessScenario | Provenance Access Scenario]] is satisfied using the [http://dvcs.w3.org/hg/prov/raw-file/tip/paq/provenance-access.html Provenance Access and Query] (W3C Editor's Draft 17 August 2011) proposal.'' | ''Walk through of how the [[ProvenanceAccessScenario | Provenance Access Scenario]] is satisfied using the [http://dvcs.w3.org/hg/prov/raw-file/tip/paq/provenance-access.html Provenance Access and Query] (W3C Editor's Draft 17 August 2011) proposal.'' | ||
| + | == 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 ''relation'' and as a ''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 35: | Line 36: | ||
Link: http://example.com/provenance/d2.prov; rel="provenance"; | 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" | Link: http://lists.w3.org/Archives/Public/public-prov-wg/2011Jul/att-0031/crime.html; rel="anchor" | ||
| - | + | ||
* '''Enacting the "Oh yeah?" feature''' | * '''Enacting the "Oh yeah?" feature''' | ||
*# ''A user requests a web browser (W) used to obtain the web documents (D1-4) to enact the "Oh yeah?" feature on the whole documents '' | *# ''A user requests a web browser (W) used to obtain the web documents (D1-4) to enact the "Oh yeah?" feature on the whole documents '' | ||
| + | |||
| + | == Online Image Documents D3 and D4 == | ||
| + | |||
| + | == Email attachments of HTML and Image Documents D5 and D6 == | ||
| + | |||
| + | == HTML and Image Documents D7 and D8 in File System == | ||
Revision as of 11:43, 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 relation and as a 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 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"; anchor="http://lists.w3.org/Archives/Public/public-prov-wg/2011Jul/att-0031/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"; 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-4) to enact the "Oh yeah?" feature on the whole documents
