Skip to content

Commit 43e92e9

Browse files
committed
updated example output
1 parent fce775c commit 43e92e9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

examples/example-map.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mappings:
2525
condition:
2626
function: equal
2727
parameters:
28-
- [str1, $(title)]
28+
- [str1, $(titles)]
2929
- [str2, Dehnung]
3030
po:
3131
- ['bfo:RO_0010002', 'method:StrainMeasurementInformation~iri']
@@ -85,7 +85,7 @@ mappings:
8585
condition:
8686
function: equal
8787
parameters:
88-
- [str1, $(title)]
88+
- [str1, $(titles)]
8989
- [str2, Standardkraft]
9090
po:
9191
- ['bfo:RO_0010002', 'method:ForceMeasurementInformation~iri']
@@ -95,7 +95,7 @@ mappings:
9595
condition:
9696
function: equal
9797
parameters:
98-
- [str1, $(title)]
98+
- [str1, $(titles)]
9999
- [str2, Dehnung]
100100
po:
101101
- ['bfo:RO_0010002', 'method:StressMeasurementInformation~iri']
@@ -105,7 +105,7 @@ mappings:
105105
condition:
106106
function: equal
107107
parameters:
108-
- [str1, $(title)]
108+
- [str1, $(titles)]
109109
- [str2, Standardweg]
110110
po:
111111
- ['bfo:RO_0010002', 'method:LenghtMeasurementInformation~iri']

0 commit comments

Comments
 (0)