Martin O'Connor

Results 8 issues of Martin O'Connor

Mapping Master only allows integer literals for cardinality values in cardinality restrictions. For example, the expression Class: Container SubClassOf: @B*(ObjectProperty) max @C* where ```@C*``` would resolve an integer from a...

Mapping Master does not support class qualification on object cardinality restrictions. For example, in the following expression the Item class qualifier is not allowed: Class: Container SubClassOf: @B*(ObjectProperty) max 1...

Explain that xml:lang can only be used with rdf:PlainLiteral

ready

Document literal references, e.g., @"Dog"(Class)

Currently in Mapping Master a references clause resolves to exactly one value. References that support multi-value extraction would be useful in many common situations. For example, say we have the...

enhancement

I was looking at documenting the some directives (mm:CamelCaseEncode etc.) and discovered I was unsure about the use of the directives (apart from mm:IRI). https://github.com/protegeproject/mapping-master/wiki/MappingMasterDSL#iris Apart from the mm:IRI directive,...

Type: Enhancement

In the following example, the same reference expression using mm:uuidEncode (@B*(mm:uuidEncode)) resolves to different values in two expressions: Oddly, in the following slightly modified example it works correctly:

Type: Bug

This would work as follows: (1) Select a particular rule. (2) This would highlight the cell range for that rule. (3) Click on any cell in that selected range and...

Type: Enhancement
Status: Backlog