We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d245a81 commit c25c632Copy full SHA for c25c632
1 file changed
src/ontology/AREMA-ontology.ttl
@@ -217,7 +217,8 @@ me:FreeSaturation a skos:Concept ;
217
skos:broader me:Hygrothermal ;
218
skos:inScheme me:AREMA ;
219
skos:prefLabel "Freie Wassersättigung"@de,
220
- "Free saturation"@en .
+ "Free saturation"@en,
221
+ "Saturation libre"@fr .
222
223
me:Hemp a skos:Concept ;
224
skos:broader me:NaturalResource ;
@@ -285,7 +286,9 @@ me:MoistureBufferingValue a skos:Concept ;
285
286
qudt:unit unit:GM-PER-M2 ;
287
288
- skos:prefLabel "Moisture Buffering value"@en .
289
+ skos:prefLabel "Feuchtepufferwert"@de,
290
+ "Moisture Buffering value"@en,
291
+ "Moisture Buffering value"@fr .
292
293
me:Mortar a skos:Concept ;
294
skos:broader me:BuildingMaterial ;
0 commit comments