Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 869d02e5 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- added rdf namespace declaration

parent 3092ce72
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,7 @@ public class SWRLRendererVisitor implements AlignmentVisitor {
if ( embedded == false )
writer.println("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n");
writer.println("<swrlx:Ontology swrlx:name=\"generatedAl\"");
writer.println(" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"");
writer.println(" xmlns:swrlx=\"http://www.w3.org/2003/11/swrlx#\"");
writer.println(" xmlns:owlx=\"http://www.w3.org/2003/05/owl-xml\"");
writer.println(" xmlns:ruleml=\"http://www.w3.org/2003/11/ruleml#\">");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment