fixed typo in spelling eg 12
authorTim L <lebot@rpi.edu>
Sun, 04 Mar 2012 13:13:28 -0500
changeset 1751 f139106942fb
parent 1750 a7e1c279eb6c
child 1752 edd8a9e38e9f
fixed typo in spelling eg 12
examples/bin/setup-example.sh
examples/eg-12-pnnl-atmospheric-climate-science-data-node/asn/eg-12-pnnl-atmospheric-climate-science-data-node.asn
examples/eg-12-pnnl-atmospheric-climate-science-data-node/document/homepage
examples/eg-12-pnnl-atmospheric-climate-science-data-node/json/eg-12-pnnl-atmospheric-climate-science-data-node.json
examples/eg-12-pnnl-atmospheric-climate-science-data-node/rdf/eg-12-pnnl-atmospheric-climate-science-data-node.ttl
examples/eg-12-pnnl-atmospheric-climate-science-data-node/xml/eg-12-pnnl-atmospheric-climate-science-data-node.xml
examples/eg-12-pnnl-atomospheric-climate-science-data-node/asn/eg-12-pnnl-atomospheric-climate-science-data-node.asn
examples/eg-12-pnnl-atomospheric-climate-science-data-node/document/homepage
examples/eg-12-pnnl-atomospheric-climate-science-data-node/json/eg-12-pnnl-atomospheric-climate-science-data-node.json
examples/eg-12-pnnl-atomospheric-climate-science-data-node/rdf/eg-12-pnnl-atomospheric-climate-science-data-node.ttl
examples/eg-12-pnnl-atomospheric-climate-science-data-node/xml/eg-12-pnnl-atomospheric-climate-science-data-node.xml
--- 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>