Created with TopBraid Composer
Person
Member
target class
source property 2
source property 1
target property
last name
first name
full name
Shaw
Charles
Charles shaw
Charles Darwin
Charles
Darwin
value2
true
Mapping template
result
targetProperty
value1
sourceProperty1
sourceProperty2
The class to map into.
Map instances into class {?targetClass}
targetClass
Maps all instances of a source class into a target class, by simply adding an rdf:type triple to it. This (simple) solution does not create new URIs for simplicity.
Map instances
The property to map into.
Concat properties
Concatenate {?sourceProperty1} and {?sourceProperty2} into {?targetProperty}
A mapping that combines two property values (which are assumed to have max cardinality 1) into a target string, which consists of string1 + separator + string2.
The first property.
The second property.