Skip to content

Commit e43f55f

Browse files
committed
feat: manually add properties
1 parent 5ea0d9c commit e43f55f

1 file changed

Lines changed: 167 additions & 5 deletions

File tree

src/ontology/arema-ontology.ttl

Lines changed: 167 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,166 @@
33
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
44
@prefix vann: <http://purl.org/vocab/vann/> .
55

6+
me:Property a skos:Concept ;
7+
skos:definition "Properties of building materials."@en ;
8+
skos:inScheme me:MyThesaurus ;
9+
skos:prefLabel "Eigenschaften"@de,
10+
"Properties"@en,
11+
"Propriétés"@fr .
12+
13+
me:Object a skos:Concept ;
14+
skos:definition "A physical entity that can be described or measured, such as a building material or a structure."@en ;
15+
skos:inScheme me:MyThesaurus ;
16+
skos:prefLabel "Objekt"@de,
17+
"Object"@en,
18+
"Objet"@fr .
19+
20+
me:mechanical a skos:Concept ;
21+
skos:broader me:Property ;
22+
skos:definition "Properties of materials that are related to their mechanical behavior, such as strength, elasticity, and durability."@en ;
23+
skos:inScheme me:MyThesaurus ;
24+
skos:prefLabel "Mechanisch"@de,
25+
"Mechanical"@en,
26+
"Mécanique"@fr .
27+
28+
me:density a skos:Concept ;
29+
skos:broader me:mechanical ;
30+
skos:definition "Density of a material, defined as its mass per unit volume."@en ;
31+
skos:inScheme me:MyThesaurus ;
32+
skos:prefLabel "Dichte"@de,
33+
"Density"@en,
34+
"Densité"@fr .
35+
36+
me:compressiveStrength a skos:Concept ;
37+
skos:broader me:mechanical ;
38+
skos:definition "The ability of a material to withstand axial loads without failure."@en ;
39+
skos:inScheme me:MyThesaurus ;
40+
skos:prefLabel "Druckfestigkeit"@de,
41+
"Compressive Strength"@en,
42+
"Résistance à la Compression"@fr .
43+
44+
45+
46+
me:tensileStrength a skos:Concept ;
47+
skos:broader me:mechanical ;
48+
skos:definition "The ability of a material to withstand tensile (pulling) forces without failure."@en ;
49+
skos:inScheme me:MyThesaurus ;
50+
skos:prefLabel "Zugfestigkeit"@de,
51+
"Tensile Strength"@en,
52+
"Résistance à la Traction"@fr .
53+
54+
me:youngsModulus a skos:Concept ;
55+
skos:broader me:mechanical ;
56+
skos:definition "A measure of the stiffness of a material, defined as the ratio of stress to strain in the linear elastic region."@en ;
57+
skos:inScheme me:MyThesaurus ;
58+
skos:prefLabel "E-Modul"@de,
59+
"Young's Modulus"@en,
60+
"Module d'élasticité"@fr .
61+
62+
me:hygrothermal a skos:Concept ;
63+
skos:broader me:Property ;
64+
skos:definition "Properties of materials related to their moisture and thermal behavior, such as thermal conductivity and moisture permeability."@en ;
65+
skos:inScheme me:MyThesaurus ;
66+
skos:prefLabel "Hygrothermisch"@de,
67+
"Hygrothermal"@en,
68+
"Hygrothermique"@fr .
69+
70+
me:thermalConductivity a skos:Concept ;
71+
skos:broader me:hygrothermal ;
72+
skos:definition "The ability of a material to conduct heat, defined as the amount of heat that passes through a unit area of the material per unit time for a given temperature difference."@en ;
73+
skos:inScheme me:MyThesaurus ;
74+
skos:prefLabel "Wärmeleitfähigkeit"@de,
75+
"Thermal Conductivity"@en,
76+
"Conductivité Thermique"@fr .
77+
78+
me:thermalCapacity a skos:Concept ;
79+
skos:broader me:hygrothermal ;
80+
skos:definition "The ability of a material to store thermal energy, defined as the amount of heat required to change the temperature of a unit mass of the material by one degree Celsius."@en ;
81+
skos:inScheme me:MyThesaurus ;
82+
skos:prefLabel "Wärmekapazität"@de,
83+
"Thermal Capacity"@en,
84+
"Capacité Thermique"@fr .
85+
86+
me:watervaporDiffusionResistance a skos:Concept ;
87+
skos:broader me:hygrothermal ;
88+
skos:definition "The resistance of a material to the diffusion of water vapor, defined as the ratio of the water vapor pressure difference across the material to the water vapor flux through the material."@en ;
89+
skos:inScheme me:MyThesaurus ;
90+
skos:prefLabel "Wasserdampfdiffusionswiderstand"@de,
91+
"Water vapor Diffusion Resistance"@en,
92+
"Résistance à la Diffusion de la Vapeur d'Eau"@fr .
93+
94+
me:moistureBufferingValue a skos:Concept ;
95+
skos:broader me:hygrothermal ;
96+
skos:definition "The ability of a material to buffer changes in moisture content, defined as the ratio of the change in moisture content to the change in relative humidity."@en ;
97+
skos:inScheme me:MyThesaurus ;
98+
skos:prefLabel "Feuchtepufferwert"@de,
99+
"Moisture Buffering Value"@en,
100+
"Valeur de Tampon d'Humidité"@fr .
101+
102+
me:porosity a skos:Concept ;
103+
skos:broader me:hygrothermal ;
104+
skos:definition "The ratio of the volume of voids in a material to the total volume of the material, expressed as a percentage."@en ;
105+
skos:inScheme me:MyThesaurus ;
106+
skos:prefLabel "Porosität"@de,
107+
"Porosity"@en,
108+
"Porosité"@fr .
109+
110+
me:effusivity a skos:Concept ;
111+
skos:broader me:hygrothermal ;
112+
skos:definition "A measure of a material's ability to exchange heat with its environment, defined as the square root of the product of thermal conductivity and volumetric heat capacity."@en ;
113+
skos:inScheme me:MyThesaurus ;
114+
skos:prefLabel "Effusivität"@de,
115+
"Effusivity"@en,
116+
"Effusivité"@fr .
117+
118+
me:waterContentAt80Percent a skos:Concept ;
119+
skos:broader me:hygrothermal ;
120+
skos:definition "The water content of a material at 80% relative humidity, expressed as a percentage of the dry mass of the material."@en ;
121+
skos:inScheme me:MyThesaurus ;
122+
skos:prefLabel "Wassergehalt bei 80% relativer Luftfeuchte"@de,
123+
"Water Content at 80% Relative Humidity"@en,
124+
"Teneur en Eau à 80% d'Humidité Relative"@fr .
125+
126+
me:freeSaturation a skos:Concept ;
127+
skos:broader me:hygrothermal ;
128+
skos:definition "The maximum amount of water that a material can absorb without any free water present, expressed as a percentage of the dry mass of the material."@en ;
129+
skos:inScheme me:MyThesaurus ;
130+
skos:prefLabel "Freie Sättigung"@de,
131+
"Free Saturation"@en,
132+
"Saturation Libre"@fr .
133+
134+
me:acoustic a skos:Concept ;
135+
skos:broader me:Property ;
136+
skos:definition "Properties of materials related to their acoustic behavior, such as sound absorption and sound insulation."@en ;
137+
skos:inScheme me:MyThesaurus ;
138+
skos:prefLabel "Akustisch"@de,
139+
"Acoustic"@en,
140+
"Acoustique"@fr .
141+
142+
me:absorptionCoefficientAt500Hz a skos:Concept ;
143+
skos:broader me:acoustic ;
144+
skos:definition "The sound absorption coefficient of a material at 500 Hz, defined as the ratio of the sound energy absorbed by the material to the total sound energy incident on the material."@en ;
145+
skos:inScheme me:MyThesaurus ;
146+
skos:prefLabel "Absorptionskoeffizient bei 500 Hz"@de,
147+
"Absorption Coefficient at 500 Hz"@en,
148+
"Coefficient d'Absorption à 500 Hz"@fr .
149+
150+
me:fireResistance a skos:Concept ;
151+
skos:broader me:Property ;
152+
skos:definition "The ability of a material to withstand fire or heat without significant degradation or failure."@en ;
153+
skos:inScheme me:MyThesaurus ;
154+
skos:prefLabel "Brandwiderstand"@de,
155+
"Fire Resistance"@en,
156+
"Résistance au Feu"@fr .
157+
158+
me:reactionToFireClassDINEN135011 a skos:Concept ;
159+
skos:broader me:fireResistance ;
160+
skos:definition "The classification of a material's reaction to fire according to the DIN EN 13501-1 standard, which assesses the fire performance of construction products."@en ;
161+
skos:inScheme me:MyThesaurus ;
162+
skos:prefLabel "Reaktion auf Feuer Klasse DIN EN 13501-1"@de,
163+
"Reaction to Fire Class DIN EN 13501-1"@en,
164+
"Classe de Réaction au Feu DIN EN 13501-1"@fr .
165+
6166
me:ApartmentBuilding a skos:Concept ;
7167
skos:broader me:Building ;
8168
skos:definition "Buildings sporting multiple storeys."@en ;
@@ -407,6 +567,7 @@ me:Finishings a skos:Concept ;
407567
"Finitions"@fr .
408568

409569
me:TechnicalConstruction a skos:Concept ;
570+
skos:broader me:Object ;
410571
skos:definition "Techniques used to assemble building materials to become building elements."@en ;
411572
skos:inScheme me:MyThesaurus ;
412573
skos:prefLabel "Bauweise"@de,
@@ -422,27 +583,31 @@ me:Envelope a skos:Concept ;
422583
"Enveloppe"@fr .
423584

424585
me:BuildingMaterial a skos:Concept ;
586+
skos:broader me:Object ;
425587
skos:definition "Materials made out of resources by transformation and processing for the purpose of building."@en ;
426588
skos:inScheme me:MyThesaurus ;
427589
skos:prefLabel "Baustoffe"@de,
428590
"Building Materials"@en,
429591
"Matériaux de Construction"@fr .
430592

431593
me:NaturalResource a skos:Concept ;
594+
skos:broader me:Object ;
432595
skos:definition "Resources that can potentially be used for construction; both occuring naturally (like bio- or geo-sourced) or being salvaged from demoltions."@en ;
433596
skos:inScheme me:MyThesaurus ;
434597
skos:prefLabel "Ressourcen"@de,
435598
"Resources"@en,
436599
"Ressources"@fr .
437600

438601
me:Building a skos:Concept ;
602+
skos:broader me:Object ;
439603
skos:definition "Exemplary buildings or structures made with a earnest commitment to using regenerative materials."@en ;
440604
skos:inScheme me:MyThesaurus ;
441605
skos:prefLabel "Gebäude"@de,
442606
"Buildings"@en,
443607
"Bâtiments"@fr .
444608

445609
me:Professional a skos:Concept ;
610+
skos:broader me:Object ;
446611
skos:definition "Persons or organizations providing services or materials around regenerative materials."@en ;
447612
skos:inScheme me:MyThesaurus ;
448613
skos:prefLabel "Fachleute"@de,
@@ -462,13 +627,10 @@ me:MyThesaurus a skos:ConceptScheme ;
462627
dct:license <https://creativecommons.org/licenses/by/4.0/> ;
463628
vann:preferredNamespacePrefix "me" ;
464629
vann:preferredNamespaceUri "https://w3id.org/arema/ontology/" ;
465-
skos:hasTopConcept me:Building,
466-
me:BuildingMaterial,
467-
me:NaturalResource,
468-
me:Professional,
469-
me:TechnicalConstruction ;
630+
skos:hasTopConcept me:Object, me:Property ;
470631
skos:prefLabel "AREMA Ontologie"@de,
471632
"AREMA Ontology"@en,
472633
"Ontologie AREMA"@fr,
473634
"Ontologia AREMA"@it .
474635

636+

0 commit comments

Comments
 (0)