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