Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Mat-O-Lab/MapToMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hanke committed Mar 3, 2023
2 parents ecfb8d2 + 43e92e9 commit 045231f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/example-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mappings:
condition:
function: equal
parameters:
- [str1, $(title)]
- [str1, $(titles)]
- [str2, Dehnung]
po:
- ['bfo:RO_0010002', 'method:StrainMeasurementInformation~iri']
Expand Down Expand Up @@ -85,7 +85,7 @@ mappings:
condition:
function: equal
parameters:
- [str1, $(title)]
- [str1, $(titles)]
- [str2, Standardkraft]
po:
- ['bfo:RO_0010002', 'method:ForceMeasurementInformation~iri']
Expand All @@ -95,7 +95,7 @@ mappings:
condition:
function: equal
parameters:
- [str1, $(title)]
- [str1, $(titles)]
- [str2, Dehnung]
po:
- ['bfo:RO_0010002', 'method:StressMeasurementInformation~iri']
Expand All @@ -105,7 +105,7 @@ mappings:
condition:
function: equal
parameters:
- [str1, $(title)]
- [str1, $(titles)]
- [str2, Standardweg]
po:
- ['bfo:RO_0010002', 'method:LenghtMeasurementInformation~iri']
Expand Down

0 comments on commit 045231f

Please sign in to comment.