--- a/examples/bin/setup-example.sh Sun Mar 04 13:06:07 2012 -0500
+++ b/examples/bin/setup-example.sh Sun Mar 04 13:13:28 2012 -0500
@@ -17,8 +17,13 @@
shift
fi
-count=`find . -maxdepth 1 -name "eg-*" | wc -l`
-let "count=count+1"
+if [ "$1" == "--id" ]; then # Hidden feature
+ count="$2"
+ shift 2
+else
+ count=`find . -maxdepth 1 -name "eg-*" | wc -l`
+ let "count=count+1"
+fi
title="$1"
shift
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-12-pnnl-atmospheric-climate-science-data-node/asn/eg-12-pnnl-atmospheric-climate-science-data-node.asn Sun Mar 04 13:13:28 2012 -0500
@@ -0,0 +1,1 @@
+entity(id)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-12-pnnl-atmospheric-climate-science-data-node/document/homepage Sun Mar 04 13:13:28 2012 -0500
@@ -0,0 +1,2 @@
+http://www.w3.org/2011/prov/wiki/Eg-12-pnnl-atmospheric-climate-science-data-node
+http://dvcs.w3.org/hg/prov/file/tip/examples/eg-12-pnnl-atmospheric-climate-science-data-node
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-12-pnnl-atmospheric-climate-science-data-node/json/eg-12-pnnl-atmospheric-climate-science-data-node.json Sun Mar 04 13:13:28 2012 -0500
@@ -0,0 +1,3 @@
+{
+
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-12-pnnl-atmospheric-climate-science-data-node/rdf/eg-12-pnnl-atmospheric-climate-science-data-node.ttl Sun Mar 04 13:13:28 2012 -0500
@@ -0,0 +1,11 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
+@prefix dcat: <http://www.w3.org/ns/dcat#> .
+@prefix void: <http://rdfs.org/ns/void#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix : <http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-12-pnnl-atmospheric-climate-science-data-node/rdf/eg-12-pnnl-atmospheric-climate-science-data-node.ttl#> .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-12-pnnl-atmospheric-climate-science-data-node/xml/eg-12-pnnl-atmospheric-climate-science-data-node.xml Sun Mar 04 13:13:28 2012 -0500
@@ -0,0 +1,2 @@
+<prov>
+</prov>
--- a/examples/eg-12-pnnl-atomospheric-climate-science-data-node/asn/eg-12-pnnl-atomospheric-climate-science-data-node.asn Sun Mar 04 13:06:07 2012 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-entity(id)
--- a/examples/eg-12-pnnl-atomospheric-climate-science-data-node/document/homepage Sun Mar 04 13:06:07 2012 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-http://www.w3.org/2011/prov/wiki/Eg-12-pnnl-atomospheric-climate-science-data-node
-http://dvcs.w3.org/hg/prov/file/tip/examples/eg-12-pnnl-atomospheric-climate-science-data-node
--- a/examples/eg-12-pnnl-atomospheric-climate-science-data-node/json/eg-12-pnnl-atomospheric-climate-science-data-node.json Sun Mar 04 13:06:07 2012 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-{
-
-}
--- a/examples/eg-12-pnnl-atomospheric-climate-science-data-node/rdf/eg-12-pnnl-atomospheric-climate-science-data-node.ttl Sun Mar 04 13:06:07 2012 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@prefix owl: <http://www.w3.org/2002/07/owl#> .
-@prefix dcterms: <http://purl.org/dc/terms/> .
-@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
-@prefix dcat: <http://www.w3.org/ns/dcat#> .
-@prefix void: <http://rdfs.org/ns/void#> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix : <http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-12-pnnl-atomospheric-climate-science-data-node/rdf/eg-12-pnnl-atomospheric-climate-science-data-node.ttl#> .
--- a/examples/eg-12-pnnl-atomospheric-climate-science-data-node/xml/eg-12-pnnl-atomospheric-climate-science-data-node.xml Sun Mar 04 13:06:07 2012 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-<prov>
-</prov>