Hi All,

As the subject name says, I am having problems parsing variables in a nested 
BNode of N3. The reasoning engine Euler (http://eulersharp.sourceforge.net/) 
successfully parses the following subject, but Jena does not.

:ClinicalProblemA03
     :hasReference        [rdf:type :Reference; :applyTo ?anyone; :referTo 
:ClinicalProblemB05];
     :isLinkedToOntology  true.

The error returned to me is:
Exception in thread "main" com.hp.hpl.jena.n3.turtle.TurtleParseException: 
[123, 64] : Error: Object is not a URI, blank node or literal

Any help is greatly appreciated here.

Thanks!
Taylor O.

Reply via email to