This HTML5 document contains 10 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
rdfdfhttp://www.openlinksw.com/virtrdf-data-formats#
virtrdfhttp://www.openlinksw.com/schemas/virtrdf#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
xsdhhttp://www.w3.org/2001/XMLSchema#

Statements

Subject Item
rdfdf:sql-longnvarchar-fixedlang-x-any-nullable
rdf:type
virtrdf:QuadMapFormat
virtrdf:qmfName
sql-longnvarchar-fixedlang-x-any-nullable
virtrdf:qmfBoolTmpl
(case when ^{alias-dot}^^{column}^ is null then null when (length (^{alias-dot}^^{column}^) = 0) then 0 else 1 end)
virtrdf:qmfBoolOfShortTmpl
(case when ^{tree}^ is null then null when (length (^{tree}^) = 0) then 0 else 1 end)
virtrdf:qmfValRange-rvrRestrictions
virtrdf:SPART_VARR_IS_LIT
virtrdf:qmfSuperFormats
rdfdf:sql-longnvarchar-fixedlang-x-any-nullable-SuperFormats
virtrdf:inheritFrom
rdfdf:sql-longnvarchar-fixedlang-x-any
virtrdf:noInherit
virtrdf:qmfValRange-rvrRestrictions
virtrdf:qmfSparqlEbvTmpl
(case when ^{alias-dot}^^{column}^ is null then null when (length (^{alias-dot}^^{column}^) = 0) then sparql_ebv_pure (0) else sparql_ebv_pure (1) end)
virtrdf:qmfSparqlEbvOfShortTmpl
(case when ^{tree}^ is null then null when (length (^{tree}^) = 0) then sparql_ebv_pure (0) else sparql_ebv_pure (1) end)