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

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

Namespace Prefixes

PrefixIRI
rrhttp://www.w3.org/ns/r2rml#
rdfshttp://www.w3.org/2000/01/rdf-schema#
OVLhttp://www.openlinksw.com/schemas/OVL#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
xsdhhttp://www.w3.org/2001/XMLSchema#

Statements

Subject Item
rr:datatype
rdf:type
rdf:Property
rdfs:domain
rr:ObjectMap
rdfs:range
rdfs:Datatype
rdfs:comment
Specifies the datatype of the object component for the generated triple from a logical table row
owl:minCardinality
0
owl:maxCardinality
1
OVL:inconsistencyOfPredicate
select ?s, ("Error") as ?severity, ("rr:datatype can be specified only if rr:termType is not an rr:IRI or rr:BlankNode") as ?message where { ?s a ?t ; rr:datatype ?dt . optional { ?s rr:termType ?tt } . filter ((bound (?tt) && (?tt != rr:Literal)) || (?t = rr:SubjectMap)) }