-
Notifications
You must be signed in to change notification settings - Fork 21
R2RML Construct Coverage
Nikolaos Konstantinou edited this page May 21, 2013
·
6 revisions
Current implementation supports the following constructs:
- rr:class
- rr:constant
- rr:column
- rr:datatype
- rr:IRI
- rr:language
- rr:Literal
- rr:LogicalTable
- rr:logicalTable
- rr:object
- rr:objectMap
- rr:parentTriplesMap
- rr:predicate
- rr:predicateMap
- rr:predicateObjectMap
- rr:sqlQuery (no nesting, union, intersection or difference in query)
- rr:subject
- rr:subjectMap
- rr:tableName
- rr:template
- rr:termType
Where rr is the R2RML namespace: (http://www.w3.org/ns/r2rml#).
Constructs not supported yet:
- rr:child
- rr:graph
- rr:joinCondition
- rr:parent
- rr:sqlVersion
- rr:SQL2008