Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In RDF 1.1, simple literals (no language tag, no mentioned datatype)
a have datatype xsd:string. Literals with language tag have
datatype rdf:langString.
Output should not explicitly use ^^xsd:string (or datatype=)
NodeFactory should catch no datatype and set xsd:string or rdf:langString as appropriate.