mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-09 14:31:17 +00:00
Output literal datatypes for anyURI types.
This commit is contained in:
parent
b0daf66672
commit
13fbf16daa
@ -505,6 +505,8 @@ public class TurtleParser extends ParserBase {
|
||||
xst = "^^xsd:decimal";
|
||||
else if (type.equals("base64Binary"))
|
||||
xst = "^^xsd:base64Binary";
|
||||
else if (type.equals("canonical") || type.equals("oid") || type.equals("uri") || type.equals("url") || type.equals("uuid"))
|
||||
xst = "^^xsd:anyURI";
|
||||
else if (type.equals("instant"))
|
||||
xst = "^^xsd:dateTime";
|
||||
else if (type.equals("time"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user