summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfoaf/mkfoaf.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/foaf/mkfoaf.sh b/foaf/mkfoaf.sh
index beab077..7ac9621 100755
--- a/foaf/mkfoaf.sh
+++ b/foaf/mkfoaf.sh
@@ -50,8 +50,7 @@ linkedin2foaf() {
wget -q -O "$tmppath" "$uri"
# perl -i -pe 's/&([a-zA-Z0-9]+=|\s)/&$1/g' "$tmppath"
# xsltproc --html "$xsltdir/linkedin2foaf.xsl" "$tmppath" > "$outpath"
-# perl "$bindir/linkedin2rdf.pl" "$tmppath" "$uri" > "$outpath"
- perl "$bindir/any2rdf.pl" "$tmppath" "$uri" > "$outpath"
+ perl "$bindir/linkedin2rdf.pl" "$tmppath" "$uri" > "$outpath"
rm -f "$tmppath"
foafsign "$outpath"
}