Strabon

view scripts/printNTriples @ 1490:6e37f3f787ae

[maven-release-plugin] rollback the release of v3.3.1
author Babis Nikolaou <charnik@di.uoa.gr>
date Wed Mar 11 20:14:05 2015 +0200 (2015-03-11)
parents 8863c960e1f0
children
line source
1 #! /bin/bash
3 input=$1
5 if [ "$input" == "" ]; then
6 echo "give database name"
7 exit -1
8 fi
10 fgrep '[s=' $input \
11 | sed 's/\[s=\(.*\);o=\(.*\);p=\(.*\)\]/\1 \3 \2;/g' \
12 | sed 's/\(http:\/\/[^ >]*\)\([ ;]\)/<\1>\2/g' \
13 | sed 's/;/./g'