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)) }