{
printf("\t\t<h:refObj rdf:parseType=\"Resource\">");
printf("\n\t\t\t\t<h:position rdf:resource=\"&hns;MainConclusion\"/>");
- printf("\n\t\t\t\t<h:occurrence><h:Object rdf:about=\"%s\"/></h:occurrence>",uri);
printf("\n\t\t\t\t<h:depth>%d</h:depth>",depth);
+ printf("\n\t\t\t\t<h:occurrence><h:Object rdf:about=\"%s\"/></h:occurrence>",uri);
printf("\n\t\t</h:refObj>\n");
}
}
{
fprintf(out,"\t\t<h:refObj rdf:parseType=\"Resource\">");
fprintf(out,"\n\t\t\t\t<h:position rdf:resource=\"&hns;MainConclusion\"/>");
- fprintf(out,"\n\t\t\t\t<h:occurrence><h:Object rdf:about=\"%s\"/></h:occurrence>",uri);
fprintf(out,"\n\t\t\t\t<h:depth>%d</h:depth>",depth);
+ fprintf(out,"\n\t\t\t\t<h:occurrence><h:Object rdf:about=\"%s\"/></h:occurrence>",uri);
fprintf(out,"\n\t\t</h:refObj>\n");
}
}