RomanHargrave / openhandle

Automatically exported from code.google.com/p/openhandle
0 stars 1 forks source link

Add "include=datatypes" as querystring parameter #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add XSD datatypes option. The "include=datatypes" parameter may altre

RDF/XML - see [
http://www.w3.org/TR/rdf-syntax-grammar/#section-Syntax-datatyped-literals
RDF Syntax, 2.9]

<ex:size rdf:datatype="http://www.w3.org/2001/XMLSchema#int">123</ex:size>

RDF/N3

ex:size 123^^xsd:int

JSON

?? Not sure what to put here. Maybe something like:

"datatype" : "xsd:int"

Original issue reported on code.google.com by tony.ham...@gmail.com on 9 Mar 2008 at 2:59