mapping-master icon indicating copy to clipboard operation
mapping-master copied to clipboard

The IRI directive doesn't work properly in the declaration axiom

Open johardi opened this issue 7 years ago • 0 comments

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.

johardi avatar Dec 06 '18 00:12 johardi