Skip to content

Commit b1bbdac

Browse files
authored
Add files via upload
1 parent a0481ea commit b1bbdac

1 file changed

Lines changed: 84 additions & 0 deletions

File tree

examples/example-map_new.yaml

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
prefixes: {bfo: 'http://purl.obolibrary.org/obo/', csvw: 'http://www.w3.org/ns/csvw#',
2+
data: 'https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example-metadata.json/',
3+
method: 'https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/',
4+
owl: 'http://www.w3.org/2002/07/owl#', rdf: 'http://www.w3.org/1999/02/22-rdf-syntax-ns#',
5+
rdfs: 'http://www.w3.org/2000/01/rdf-schema#', xml: 'http://www.w3.org/XML/1998/namespace',
6+
xsd: 'http://www.w3.org/2001/XMLSchema#'}
7+
base: http://purl.matolab.org/mseo/mappings/
8+
sources:
9+
columns: {access: 'https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example-metadata.json',
10+
iterator: '$..columns[*]', referenceFormulation: jsonpath}
11+
annotations: {access: 'https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example-metadata.json',
12+
iterator: '$.notes[*]', referenceFormulation: jsonpath}
13+
use_template_rowwise: 'false'
14+
mappings:
15+
SpecimenID:
16+
sources: [annotations]
17+
s: $(@id)
18+
condition:
19+
function: equal
20+
parameters:
21+
- [str1, $(label)]
22+
- [str2, aktuelle Probe]
23+
po:
24+
- ['http://purl.obolibrary.org/obo/RO_0010002', 'method:SpecimenID~iri']
25+
WidthMeasurement:
26+
sources: [annotations]
27+
s: $(@id)
28+
condition:
29+
function: equal
30+
parameters:
31+
- [str1, $(label)]
32+
- [str2, Probenbreite b0]
33+
po:
34+
- ['http://purl.obolibrary.org/obo/RO_0010002', 'method:WidthMeasurement~iri']
35+
ThicknessMeasurement:
36+
sources: [annotations]
37+
s: $(@id)
38+
condition:
39+
function: equal
40+
parameters:
41+
- [str1, $(label)]
42+
- [str2, Probendicke a0]
43+
po:
44+
- ['http://purl.obolibrary.org/obo/RO_0010002', 'method:ThicknessMeasurement~iri']
45+
ForceMeasurement:
46+
sources: [columns]
47+
s: $(@id)
48+
condition:
49+
function: equal
50+
parameters:
51+
- [str1, $(name)]
52+
- [str2, Standardkraft]
53+
po:
54+
- ['http://purl.obolibrary.org/obo/RO_0010002', 'method:ForceMeasurement~iri']
55+
LengthMeasurement:
56+
sources: [columns]
57+
s: $(@id)
58+
condition:
59+
function: equal
60+
parameters:
61+
- [str1, $(name)]
62+
- [str2, Standardweg]
63+
po:
64+
- ['http://purl.obolibrary.org/obo/RO_0010002', 'method:LengthMeasurement~iri']
65+
CrossheadSpeedSetPointValue:
66+
sources: [annotations]
67+
s: $(@id)
68+
condition:
69+
function: equal
70+
parameters:
71+
- [str1, $(label)]
72+
- [str2, Prüfgeschwindigkeit]
73+
po:
74+
- ['http://purl.obolibrary.org/obo/RO_0010002', 'method:CrossheadSpeedSetPointValue~iri']
75+
PreLoadSetPointValue:
76+
sources: [annotations]
77+
s: $(@id)
78+
condition:
79+
function: equal
80+
parameters:
81+
- [str1, $(label)]
82+
- [str2, Vorkraft]
83+
po:
84+
- ['http://purl.obolibrary.org/obo/RO_0010002', 'method:PreLoadSetPointValue~iri']

0 commit comments

Comments
 (0)