Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 0.9.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
RDFXMLReader fails to correctly set the datatype of PropertyLiterals because RDFXMLWriter doesn't add the namespace prefix for the datatype attribute.
An example from the profile of workflow with an apiconsumer activity:
<parameterDimensions:parameterDimensions xmlns:parameterDimensions="http://ns.taverna.org.uk/2010/activity/apiconsumer#" xmlns:ns0="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://ns.taverna.org.uk/2010/activity/apiconsumer#" ns0:parseType="Collection"> <ns0:li xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" datatype="http://www.w3.org/2001/XMLSchema#int">0</ns0:li> </parameterDimensions:parameterDimensions>
Issue Links
- has dependent
-
SCAPE-3 OSGi Tavern 3 command-line - multiple execution environments
-
Attached example workflow that produces the error.