Binary file .DS_Store has changed
--- a/paq/css/prov-aq.css Thu Jan 05 14:26:23 2012 +0000
+++ b/paq/css/prov-aq.css Thu Jan 05 15:07:10 2012 +0000
@@ -1,15 +1,21 @@
+/* --- Override ReSpec.css --- */
+
+code {
+ color: #224433;
+}
+
/* --- PATTERNS --- */
pre.pattern {
- border-top: 1px solid #ff4500;
- border-bottom: 1px solid #ff4500;
- color: #ff4500;
+ border-top: 1px solid #224433;
+ border-bottom: 1px solid #224433;
+ color: #224433;
padding: 1em;
margin-top: 1em;
}
pre.code {
- color: #ff4500;
+ color: #224433;
}
/*
@@ -17,7 +23,7 @@
content: "";
display: block;
width: 150px;
- background: #ff4500;
+ background: #224433;
color: #fff;
font-family: initial;
padding: 3px;
--- a/paq/prov-aq.html Thu Jan 05 14:26:23 2012 +0000
+++ b/paq/prov-aq.html Thu Jan 05 15:07:10 2012 +0000
@@ -2,6 +2,7 @@
<html>
<head>
<title>PROV-AQ: Provenance Access and Query</title>
+ <link rel="stylesheet" type="text/css" href="css/respec.css" />
<link rel="stylesheet" type="text/css" href="css/prov-aq.css" />
<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
<!-- Use common W3C-hosted version of ReSpec.js:
@@ -89,7 +90,8 @@
// if you want to have extra CSS, append them to this list
// it is recommended that the respec.css stylesheet be kept
- extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
+ //extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
+ extraCSS: [],
// editors, add as many as you like
// only "name" is required
@@ -177,7 +179,15 @@
The Provenance Data Model [[PROV-DM]] and Provenance Ontology [[PROV-O]] specifications define how to represent provenance information in the World Wide Web.
</p>
<p>
- This note describes how existing web mechanisms may be used to locate, retrieve and query provenance information.
+ This note describes how standard web protocols may be used to locate, retrieve and query provenance information:
+ <ul>
+ <li>
+ Simple mechanisms for retrieving and discovering provenance information are described in <a href="#accessing-provenance-information" class="sectionRef"></a> and <a href="#locating-provenance-information" class="sectionRef"></a> .
+ </li>
+ <li>
+ More advanced discovery service and query mechanisms that may be used for more demanding deployments are described in <a href="#provenance-services" class="sectionRef"></a>, <a href="#querying-provenance-information" class="sectionRef"></a> and <a href="#incremental-provenance-retrieval" class="sectionRef"></a>.
+ </li>
+ </ul>
</p>
<section>