Strabon
changeset 874:4762a336fc31 temporals
Added nquads format in strabon script.
author | Panayiotis Smeros <psmeros@di.uoa.gr> |
---|---|
date | Fri Feb 15 19:58:29 2013 +0200 (2013-02-15) |
parents | 4b408b8a06a9 |
children | 79951cf9c1e1 |
files | scripts/strabon |
line diff
1.1 --- a/scripts/strabon Fri Feb 08 17:47:14 2013 +0200 1.2 +++ b/scripts/strabon Fri Feb 15 19:58:29 2013 +0200 1.3 @@ -163,7 +163,7 @@ 1.4 echo 1.5 echo "OPTIONS can be one of the following" 1.6 echo " -f FORMAT : the RDF format of the files to store. The format can be one of the following:" 1.7 - echo " \`ntriples' (default), \`n3', \`rdfxml', or \`turtle'." 1.8 + echo " \`ntriples' (default), \`n3', \`rdfxml', \`turtle', or \`nquads'." 1.9 echo " -g NAMED_GRAPH : the URI of the named graph into which the RDF files shall be stored" 1.10 echo " (defaults to the default graph)." 1.11 } 1.12 @@ -466,7 +466,7 @@ 1.13 if test "${1}" = "-f"; then 1.14 shift 1.15 if ! test $# -ge 1; then 1.16 - echo "${CMD}: Option -f requires an RDF format (\`ntriples', \`n3', \`rdfxml', or \`turtle')" 1.17 + echo "${CMD}: Option -f requires an RDF format (\`ntriples', \`n3', \`rdfxml', \`turtle', or \`nquads')" 1.18 exit 2 1.19 else 1.20 FORMAT="${1}"