diff --git a/index.html b/index.html index f860ab89..401bc588 100644 --- a/index.html +++ b/index.html @@ -5156,17 +5156,30 @@
true
,
RDF literals with a
datatype IRI
- that equals xsd:integer
or xsd:double
are converted
- to a JSON numbers and RDF literals
+ that equals
+
+ xsd:integer
or xsd:double
are converted
+ to JSON numbers,
+ xsd:boolean
are converted to true
or
- false
based on their
+ false
,rdf:type
predicates will be serialized as @type
as long as the associated object is
either an IRI or blank node identifier.