From 509d11845afff1fb0f1f3f98cce2cc88980563e8 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 14 Jul 2011 21:14:05 +0200 Subject: Use linkedin2rdf.pl (not any2rdf.pl) to avoid non-stable website tracking URL. --- foaf/mkfoaf.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'foaf') 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" } -- cgit v1.2.3