]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/metadata/create_V7_mowgli/invert.pl
Initial revision
[helm.git] / helm / metadata / create_V7_mowgli / invert.pl
index a20e52d9d9977c3e0b5c92a708028700bade07c4..9024799209851620fcff0d03064221b3d96abe42 100755 (executable)
@@ -28,7 +28,7 @@ while(($line1 = <IN>) && not ($line1 =~ /<\/h:Object>/)) { # <h:refObj
   $line4 =~ s/\Q$uri\E/$where/;
    
   open(OUT, ">>$who") or die "Error opening file $who";
-  print OUT "\t\t<h:backPointer>\n";
+  print OUT "\t\t<h:backPointer rdf:parseType="Resource">\n";
   print OUT $line2;
   if ($position eq 'MainHypothesis' || $position eq 'MainConclusion') {
      print OUT $line3;