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:termType
rdf:type
rdf:Property
rdfs:domain
rr:OVL-S_O_Map
rdfs:range
rr:OVL-termtype
rdfs:comment
A string indicating whether subject or object generated using the value from column name specified for rr:column should be an IRI reference, blank node, or (if object) a literal
owl:minCardinality
0
owl:maxCardinality
1
OVL:inconsistencyOfPredicate
select ?s, ("Error") as ?severity, ("rr:Literal is not a valid value for rr:termType property of a rr:SubjectMap element") as ?message where { ?s a rr:SubjectMap ; rr:termType rr:Literal . }