prov-n qualified name
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Mon, 26 Mar 2012 21:11:35 +0100
changeset 2005 ea37339508e0
parent 2004 a9b4227912f0 (current diff)
parent 2003 a178b6cc511a (diff)
child 2006 9b934b83617c
prov-n qualified name
--- a/examples/bin/ckan-metadata.sh	Mon Mar 26 21:10:59 2012 +0100
+++ b/examples/bin/ckan-metadata.sh	Mon Mar 26 21:11:35 2012 +0100
@@ -1,4 +1,21 @@
 #!/bin/bash
+#
+# Prints metadata of the examples in this directory, for listing on CKAN.
+#
+# e.g., for file eg-11-w3c-publication/asn/convert/rdf/eg-11-w3c-publication.n3.ttl:
+#
+#  <http://thedatahub.org/dataset/w3c-provenance-working-group-prov-examples>
+#    a dcat:Dataset;
+#    dcterms:hasPart <http://dvcs.w3.org/hg/prov/file/tip/examples/eg-11-w3c-publication> .
+#
+#  <http://dvcs.w3.org/hg/prov/file/tip/examples/eg-11-w3c-publication> a dcat:Dataset;
+#     dcterms:title "eg-11-w3c-publication";
+#     foaf:homepage <http://www.w3.org/mid/EMEW3|dfd9b4f11131321fb55e13247fb34d1ao1GCHn08L.Moreau|ecs.soton.ac.uk|4F3E4569.7000800@ecs.soton.ac.uk>;
+#     foaf:homepage <http://www.w3.org/2011/prov/wiki/Eg-11-w3c-publication>;
+#  .
+#
+# Usage:
+#   bin/ckan-metadata.sh > meta/w3c-provenance-working-group-prov-examples.void.ttl
 
 BASE="http://dvcs.w3.org/hg/prov/file/tip/examples"
 RAW="http://dvcs.w3.org/hg/prov/raw-file/tip/examples"