|
| 1 | +prefixes: {bfo: 'http://purl.obolibrary.org/obo/', brick: 'https://brickschema.org/schema/Brick#', |
| 2 | + csvw: 'http://www.w3.org/ns/csvw#', data: 'https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example-metadata.json/', |
| 3 | + dc: 'http://purl.org/dc/elements/1.1/', dcam: 'http://purl.org/dc/dcam/', dcat: 'http://www.w3.org/ns/dcat#', |
| 4 | + dcmitype: 'http://purl.org/dc/dcmitype/', dcterms: 'http://purl.org/dc/terms/', |
| 5 | + doap: 'http://usefulinc.com/ns/doap#', foaf: 'http://xmlns.com/foaf/0.1/', geo: 'http://www.opengis.net/ont/geosparql#', |
| 6 | + method: 'https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/', |
| 7 | + odrl: 'http://www.w3.org/ns/odrl/2/', org: 'http://www.w3.org/ns/org#', owl: 'http://www.w3.org/2002/07/owl#', |
| 8 | + prof: 'http://www.w3.org/ns/dx/prof/', prov: 'http://www.w3.org/ns/prov#', qb: 'http://purl.org/linked-data/cube#', |
| 9 | + rdf: 'http://www.w3.org/1999/02/22-rdf-syntax-ns#', rdfs: 'http://www.w3.org/2000/01/rdf-schema#', |
| 10 | + schema: 'https://schema.org/', sh: 'http://www.w3.org/ns/shacl#', skos: 'http://www.w3.org/2004/02/skos/core#', |
| 11 | + sosa: 'http://www.w3.org/ns/sosa/', ssn: 'http://www.w3.org/ns/ssn/', time: 'http://www.w3.org/2006/time#', |
| 12 | + vann: 'http://purl.org/vocab/vann/', void: 'http://rdfs.org/ns/void#', wgs: 'https://www.w3.org/2003/01/geo/wgs84_pos#', |
| 13 | + xml: 'http://www.w3.org/XML/1998/namespace', xsd: 'http://www.w3.org/2001/XMLSchema#'} |
| 14 | +base: http://purl.matolab.org/mseo/mappings/ |
| 15 | +sources: |
| 16 | + data_entities: {access: 'https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example-metadata.json', |
| 17 | + iterator: '$..[*]', referenceFormulation: jsonpath} |
| 18 | +mappings: |
| 19 | + SpecimenID: |
| 20 | + sources: [data_entities] |
| 21 | + s: data:$(@id) |
| 22 | + condition: |
| 23 | + function: equal |
| 24 | + parameters: |
| 25 | + - [str1, $(label)] |
| 26 | + - [str2, aktuelle Probe] |
| 27 | + po: |
| 28 | + - ['bfo:RO_0010002', 'method:SpecimenID~iri'] |
| 29 | + WidthMeasurement: |
| 30 | + sources: [data_entities] |
| 31 | + s: data:$(@id) |
| 32 | + condition: |
| 33 | + function: equal |
| 34 | + parameters: |
| 35 | + - [str1, $(label)] |
| 36 | + - [str2, Probenbreite b0] |
| 37 | + po: |
| 38 | + - ['bfo:RO_0010002', 'method:WidthMeasurement~iri'] |
| 39 | + ThicknessMeasurement: |
| 40 | + sources: [data_entities] |
| 41 | + s: data:$(@id) |
| 42 | + condition: |
| 43 | + function: equal |
| 44 | + parameters: |
| 45 | + - [str1, $(label)] |
| 46 | + - [str2, Probendicke a0] |
| 47 | + po: |
| 48 | + - ['bfo:RO_0010002', 'method:ThicknessMeasurement~iri'] |
| 49 | + ForceMeasurement: |
| 50 | + sources: [data_entities] |
| 51 | + s: data:$(@id) |
| 52 | + condition: |
| 53 | + function: equal |
| 54 | + parameters: |
| 55 | + - [str1, $(name)] |
| 56 | + - [str2, Standardkraft] |
| 57 | + po: |
| 58 | + - ['bfo:RO_0010002', 'method:ForceMeasurement~iri'] |
| 59 | + LengthMeasurement: |
| 60 | + sources: [data_entities] |
| 61 | + s: data:$(@id) |
| 62 | + condition: |
| 63 | + function: equal |
| 64 | + parameters: |
| 65 | + - [str1, $(name)] |
| 66 | + - [str2, Standardweg] |
| 67 | + po: |
| 68 | + - ['bfo:RO_0010002', 'method:LengthMeasurement~iri'] |
| 69 | + CrossheadSpeedSetPointValue: |
| 70 | + sources: [data_entities] |
| 71 | + s: data:$(@id) |
| 72 | + condition: |
| 73 | + function: equal |
| 74 | + parameters: |
| 75 | + - [str1, $(label)] |
| 76 | + - [str2, Prüfgeschwindigkeit] |
| 77 | + po: |
| 78 | + - ['bfo:RO_0010002', 'method:CrossheadSpeedSetPointValue~iri'] |
| 79 | + PreLoadSetPointValue: |
| 80 | + sources: [data_entities] |
| 81 | + s: data:$(@id) |
| 82 | + condition: |
| 83 | + function: equal |
| 84 | + parameters: |
| 85 | + - [str1, $(label)] |
| 86 | + - [str2, Vorkraft] |
| 87 | + po: |
| 88 | + - ['bfo:RO_0010002', 'method:PreLoadSetPointValue~iri'] |
0 commit comments