mapping-master
mapping-master copied to clipboard
The IRI directive doesn't work properly in the declaration axiom
This transformation rule, for example,
Class: @A*(IRI)
should prevent the default prefix from appearing in front of the value obtained from column A.
But instead MM creates an IRI with a default prefix attached to the value, e.g. A1="www.example.org/id/123" will produce:
http://www.semanticweb.org/ontologies/2018/10/untitled-ontology-118#www.example.org/id/123
MM should take the value and render it as an IRI as it is.