The catalog.ttl file generated by the ontouml2owl-batch function is reporting a syntax problem at line 11.
The problem is: ERROR: Expected IRI to follow prefix "foaf:" on line 11.
Line 11 is: @prefix foaf: <<http://xmlns.com/foaf/0.1/>.
Note that a double < char is used.
Can you please correct that? The solution is remove the double char, leaving only one.
The catalog.ttl file generated by the ontouml2owl-batch function is reporting a syntax problem at line 11.
The problem is:
ERROR: Expected IRI to follow prefix "foaf:" on line 11.Line 11 is:
@prefix foaf: <<http://xmlns.com/foaf/0.1/>.Note that a double < char is used.
Can you please correct that? The solution is remove the double char, leaving only one.