frmichel / morph-xr2rml

Implementation of the xR2RML mapping language and SPARQL-to-MongoDB prototype
Apache License 2.0
23 stars 5 forks source link

Constant term map with implicit type IRI #5

Open frmichel opened 5 years ago

frmichel commented 5 years ago

A constant object map with an IRI object still generates an literal. Example:

rr:predicateObjectMap [
  rr:predicate schema:url;
  rr:object <http://example.org>;
]

will generate: schema:url "http://example.org" whereas it should be schema:url <http://example.org>.

To be checked wether this is the expected behavior in the xR2RML rec.