Closed constnick closed 3 years ago
Have you tried giving an explicit type to the referenced cell, e.g,
Class: Class1 SubClassOf: (dataProp1 value @A1(xsd:integer)) SubClassOf: (dataProp1 value 111)
It looks like it is confused and failing silently when it does not know the type of the value.
Thank you, it works.
(I used example from MappingMasterDSL wiki, there is no explicit type in same case.)
Rule:
Cell A1 has any simple value. Axioms generated:
Test files in zip: CellfieTest.zip