|
46 | 46 | "material": "material_2",
|
47 | 47 | "kitem": ["kitem_2", "kitem_3"],
|
48 | 48 | },
|
| 49 | + { |
| 50 | + "name": "specimen_3", |
| 51 | + "youngs_modulus": [300, 400], |
| 52 | + "material": "material_3", |
| 53 | + "kitem": "kitem_4", |
| 54 | + }, |
49 | 55 | ]
|
50 | 56 | }
|
51 | 57 |
|
|
105 | 111 | ns1:hasYoungsModulus <https://w3id.org/emmo/domain/domain-nanoindentation/nanoindentation#YoungsModulus_specimen_2> ;
|
106 | 112 | ns1:hasKitem <https://w3id.org/steel/ProcessOntology/Kitem/kitem_2>, <https://w3id.org/steel/ProcessOntology/Kitem/kitem_3> .
|
107 | 113 |
|
| 114 | +<https://w3id.org/emmo/domain/domain-nanoindentation/nanoindentation#specimen_3> a ns1:Specimen ; |
| 115 | + ns1:hasIdentifier "specimen_3"^^xsd:string ; |
| 116 | + ns1:hasMaterial <https://w3id.org/emmo/domain/domain-nanoindentation/nanoindentation#Material_specimen_3> ; |
| 117 | + ns1:hasYoungsModulus <https://w3id.org/emmo/domain/domain-nanoindentation/nanoindentation#YoungsModulus_specimen_3> ; |
| 118 | + ns1:hasKitem <https://w3id.org/steel/ProcessOntology/Kitem/kitem_4> . |
| 119 | +
|
| 120 | +
|
108 | 121 | <https://w3id.org/emmo/domain/domain-nanoindentation/nanoindentation#Material_specimen_1> a ns1:Material ;
|
109 | 122 | ns1:hasIdentifier "material_1"^^xsd:string .
|
110 | 123 |
|
111 | 124 | <https://w3id.org/emmo/domain/domain-nanoindentation/nanoindentation#Material_specimen_2> a ns1:Material ;
|
112 | 125 | ns1:hasIdentifier "material_2"^^xsd:string .
|
113 | 126 |
|
| 127 | +<https://w3id.org/emmo/domain/domain-nanoindentation/nanoindentation#Material_specimen_3> a ns1:Material ; |
| 128 | + ns1:hasIdentifier "material_3"^^xsd:string . |
| 129 | +
|
114 | 130 | <https://w3id.org/emmo/domain/domain-nanoindentation/nanoindentation#YoungsModulus_specimen_1> a ns1:YoungsModulus ;
|
115 | 131 | ns2:hasUnit "http://qudt.org/vocab/unit/GigaPA"^^xsd:anyURI ;
|
116 | 132 | ns2:value 100 .
|
|
119 | 135 | ns2:hasUnit "http://qudt.org/vocab/unit/GigaPA"^^xsd:anyURI ;
|
120 | 136 | ns2:value "200-300"^^xsd:string .
|
121 | 137 |
|
122 |
| -
|
| 138 | +<https://w3id.org/emmo/domain/domain-nanoindentation/nanoindentation#YoungsModulus_specimen_3> a ns1:YoungsModulus ; |
| 139 | + ns2:hasUnit "http://qudt.org/vocab/unit/GigaPA"^^xsd:anyURI ; |
| 140 | + ns2:value 300, 400 . |
123 | 141 | """
|
124 | 142 |
|
125 | 143 | EXPECTED = """
|
|
0 commit comments