Skip to content

Commit efed3c9

Browse files
committed
chore: update ontology with sheet
1 parent 60778f5 commit efed3c9

1 file changed

Lines changed: 132 additions & 69 deletions

File tree

src/ontology/arema-ontology.ttl

Lines changed: 132 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ skos:inScheme me:AremaVocabulary ;
199199
skos:prefLabel "Construction Worker"@en , "Bauarbeiter"@de , "Ouvrier du bâtiment"@fr , "Operaio edile"@it ;
200200
.
201201

202-
me:BuildingInspector
202+
me:AssociationProfessional a skos:Concept ;
203203
skos:broader me:Professional ;
204204
a skos:Concept ;
205205
skos:inScheme me:AremaVocabulary ;
@@ -288,7 +288,10 @@ me:Concrete a skos:Concept ;
288288
skos:inScheme me:AremaVocabulary ;
289289
skos:prefLabel "Concrete"@en , "Beton"@de , "Béton"@fr , "Calcestruzzo"@it ;
290290
skos:broader me:BuildingMaterial ;
291-
.
291+
skos:definition "Loose building materials used to fill voids"@en ;
292+
skos:prefLabel "Schüttgut"@de,
293+
"Bulk"@en,
294+
"Vrac"@fr .
292295

293296
me:moreSpecificTypeOfConcrete a skos:Concept ;
294297
skos:inScheme me:AremaVocabulary ;
@@ -300,35 +303,94 @@ me:Glass a skos:Concept ;
300303
skos:inScheme me:AremaVocabulary ;
301304
skos:prefLabel "Glass"@en , "Glas"@de , "Verre"@fr , "Vetro"@it ;
302305
skos:broader me:BuildingMaterial ;
303-
.
306+
skos:definition "Building Materials that can be processed to become massive, homogene building elements. They can be load-bearing or not and are mostly in need of formwork. "@en ;
307+
skos:prefLabel "Massivbau"@de,
308+
"Massive"@en,
309+
"Massif"@fr .
304310

305311
me:Steel a skos:Concept ;
306312
skos:inScheme me:AremaVocabulary ;
307313
skos:prefLabel "Steel"@en , "Stahl"@de , "Acier"@fr , "Acciaio"@it ;
308314
skos:broader me:BuildingMaterial ;
309-
.
315+
skos:definition "Mixes of a binder, fillers and sometimes additives to bond bricks or to plaster or render surfaces."@en ;
316+
skos:prefLabel "Mörtel, Putz"@de,
317+
"Mortar, Plaster"@en,
318+
"Mortier, Crépis"@fr .
310319

311320
me:Wood a skos:Concept ;
312321
skos:inScheme me:AremaVocabulary ;
313322
skos:prefLabel "Wood"@en , "Holz"@de , "Bois"@fr , "Legno"@it ;
314323
skos:broader me:BuildingMaterial ;
315-
.
316-
317-
# Building Types
318-
me:Building
319-
owl:equivalentClass brick:Building ;
320-
owl:equivalentClass ifc:IfcBuilding .
321-
322-
me:ApartmentBuilding
324+
skos:definition "Prefabricated flat building materials, designed for different purposes as panelling and/or insulation"@en ;
325+
skos:prefLabel "Platten"@de,
326+
"Panels, Boards"@en,
327+
"Plaques"@fr .
328+
329+
me:PartitionWall a skos:Concept ;
330+
skos:broader me:Finishings,
331+
me:TechnicalConstruction ;
332+
skos:definition "Partition Wall, non load-bearing"@en ;
333+
skos:prefLabel "Trennwand"@de,
334+
"Partition Wall"@en .
335+
336+
me:PublicBuilding a skos:Concept ;
323337
skos:broader me:Building ;
324-
#skos:related ifc:IfcBuilding .
325-
.
338+
skos:definition "Buildings intended for use by the public, such as schools, libraries, or government offices."@en ;
339+
skos:prefLabel "Öffentliches Gebäude"@de,
340+
"Public Building"@en,
341+
"Bâtiment Public"@fr .
342+
343+
me:RenovationBuilding a skos:Concept ;
344+
skos:broader me:Building,
345+
me:BuildingStatus ;
346+
skos:definition "Buildings that underwent repair or adaptation to new needs."@en ;
347+
skos:prefLabel "Umbau"@de,
348+
"Renovation"@en,
349+
"Rénovation"@fr .
350+
351+
me:Researcher a skos:Concept ;
352+
skos:broader me:Professional ;
353+
skos:definition "A academic or industrial researcher with expertise in regenerative materials"@en ;
354+
skos:prefLabel "Forscher:in"@de,
355+
"Researcher"@en,
356+
"Chercheur/se"@fr .
326357

327-
me:OfficeBuilding
358+
me:Reseller a skos:Concept ;
359+
skos:broader me:Professional ;
360+
skos:definition "Company or individual reselling building materials "@en ;
361+
skos:prefLabel "Händler:in"@de,
362+
"Reseller"@en,
363+
"Revendeur/se"@fr .
364+
365+
me:Rock a skos:Concept ;
366+
skos:broader me:NaturalResource ;
367+
skos:definition "Natural rocks that can be found the bedrock"@en ;
368+
skos:prefLabel "Gestein"@de,
369+
"Rock"@en,
370+
"Roche"@fr .
371+
372+
me:Roof a skos:Concept ;
373+
skos:broader me:Structure,
374+
me:TechnicalConstruction ;
375+
skos:definition "Roof construction load-bearing"@en ;
376+
skos:prefLabel "Dach"@de,
377+
"Roof"@en .
378+
379+
me:RoofCovering a skos:Concept ;
380+
skos:broader me:Envelope,
381+
me:TechnicalConstruction ;
382+
skos:definition "Roof Covering"@en ;
383+
skos:prefLabel "Bedachung"@de,
384+
"Roof Covering"@en .
385+
386+
me:SimpleStructure a skos:Concept ;
328387
skos:broader me:Building ;
329-
#skos:related ifc:IfcBuilding .
330-
.
331-
me:SingleFamilyHouse
388+
skos:definition "Basic or minimal buildings or structures, typically with limited complexity or use."@en ;
389+
skos:prefLabel "Einfache Struktur"@de,
390+
"Simple Structure"@en,
391+
"Structure Simple"@fr .
392+
393+
me:SingleFamilyHouse a skos:Concept ;
332394
skos:broader me:Building ;
333395
#skos:related ifc:IfcBuilding .
334396
.
@@ -357,62 +419,63 @@ me:MoistureProtection
357419

358420
me:BuildingMaterial skos:definition "Materials used for construction purposes, including natural and manufactured substances."@en .
359421

360-
me:Building skos:definition "Physical structures intended for human use or occupancy, such as houses, offices, and public buildings."@en .
361-
362-
me:NaturalResource skos:definition "Naturally occurring substances or materials that can be used for construction, manufacturing, or energy production."@en .
363-
364-
me:Professional skos:definition "Persons or organizations providing expertise or services within the construction or building sectors."@en .
365-
366-
me:TechnicalConstruction skos:definition "Aspects of construction related to the physical realization of buildings, encompassing structural, thermal, acoustic, and service-related elements."@en .
367-
368-
me:Massive skos:definition "Building materials characterized by their mass and solidity, such as concrete or rammed earth."@en .
369-
370-
me:Bricks skos:definition "Modular building materials typically made of fired clay or similar substances, used in masonry construction."@en .
371-
372-
me:Panels skos:definition "Prefabricated flat building components, often used for walls, floors, and ceilings."@en .
373-
374-
me:Bulk skos:definition "Loose construction materials used in large quantities, such as gravel or sand."@en .
375-
376-
me:Mortar skos:definition "A mixture used in masonry to bond bricks, stones, or concrete blocks together."@en .
422+
me:TechnicalEquipement a skos:Concept ;
423+
skos:broader me:Other,
424+
me:TechnicalConstruction ;
425+
skos:definition "Technical Equipement as Heating, Ventilation, Water or electricity supply"@en ;
426+
skos:prefLabel "Technik"@de,
427+
"Technical Equipement"@en .
377428

378-
me:BuildingStatus skos:definition "Classification of buildings based on the type of intervention, such as new construction or renovation."@en .
429+
me:WindowDoor a skos:Concept ;
430+
skos:broader me:Envelope,
431+
me:TechnicalConstruction ;
432+
skos:definition "Windows and doors in envelope"@en ;
433+
skos:prefLabel "Fenster & Türen"@de,
434+
"Windows & Doors"@en .
379435

380-
me:NewBuilding skos:definition "Buildings that are newly constructed and not previously used or occupied."@en .
381-
382-
me:RenovationBuilding skos:definition "Buildings undergoing repair, improvement, or modernization."@en .
383-
384-
me:ApartmentBuilding skos:definition "Buildings containing multiple separate residential units."@en .
385-
386-
me:SingleFamilyHouse skos:definition "Residential buildings designed for occupancy by a single family."@en .
387-
388-
me:OfficeBuilding skos:definition "Buildings primarily used for commercial office purposes."@en .
389-
390-
me:PublicBuilding skos:definition "Buildings intended for use by the public, such as schools, libraries, or government offices."@en .
391-
392-
me:SimpleStructure skos:definition "Basic or minimal buildings or structures, typically with limited complexity or use."@en .
393-
394-
me:Earth skos:definition "Soil or clay materials used in construction, often in traditional building techniques."@en .
395-
396-
me:Rock skos:definition "Natural stone materials used in construction for strength and durability."@en .
397-
398-
me:Straw skos:definition "Dried stalks of grain plants used as a natural building material, often in combination with earth."@en .
399-
400-
me:Hemp skos:definition "Fibrous plant material used for insulation, blocks, and other eco-friendly construction purposes."@en .
401-
402-
me:Wood skos:definition "Timber or lumber derived from trees, commonly used in building structures and finishes."@en .
403-
404-
me:OtherFibers skos:definition "Various plant-based or synthetic fibers used as components in construction materials."@en .
405-
406-
me:Architect skos:definition "A professional responsible for designing buildings and overseeing their construction."@en .
436+
me:Wood a skos:Concept ;
437+
skos:broader me:BuildingMaterial,
438+
me:NaturalResource ;
439+
skos:definition "Timber"@en,
440+
"Wood"@en ;
441+
skos:prefLabel "Holz"@de,
442+
"Wood"@en,
443+
"Bois"@fr .
444+
445+
me:BuildingStatus a skos:Concept ;
446+
skos:broader me:Building ;
447+
skos:definition "Classification of buildings based on the type of intervention, such as new construction or renovation."@en ;
448+
skos:prefLabel "Art der Massnahme"@de,
449+
"Intervention Type"@en,
450+
"Type d'Intervention"@fr .
407451

408-
me:CivilEngineer skos:definition "A professional specializing in the design, construction, and maintenance of infrastructure and buildings."@en .
452+
me:BuildingMaterial a skos:Concept ;
453+
skos:definition "Materials made out of resources by transformation and processing for the purpose of building."@en ;
454+
skos:prefLabel "Baustoffe"@de,
455+
"Building Materials"@en,
456+
"Matériaux de Construction"@fr .
409457

410-
me:Craftsman skos:definition "A skilled worker specializing in manual trades related to construction, such as carpentry or masonry."@en .
458+
me:NaturalResource a skos:Concept ;
459+
skos:definition "Resources that can potentially be used for construction; both occuring naturally (like bio- or geo-sourced) or being salvaged from demoltions."@en ;
460+
skos:prefLabel "Ressourcen"@de,
461+
"Resources"@en,
462+
"Ressources"@fr .
411463

412-
me:MaterialProducer skos:definition "A company or individual involved in the production and supply of construction materials."@en .
464+
me:Building a skos:Concept ;
465+
skos:definition "Exemplary buildings or structures made with a earnest commitment to using regenerative materials."@en ;
466+
skos:prefLabel "Gebäude"@de,
467+
"Buildings"@en,
468+
"Bâtiments"@fr .
413469

414-
me:BuildingPhysicsProfessional skos:definition "A specialist focusing on the physical properties of buildings, including thermal, acoustic, and energy performance."@en .
470+
me:Professional a skos:Concept ;
471+
skos:definition "Persons or organizations providing services or materials around regenerative materials."@en ;
472+
skos:prefLabel "Fachleute"@de,
473+
"Professionals"@en,
474+
"Professionnels"@fr .
415475

416-
me:AssociationProfessional skos:definition "An organization representing the interests of professionals within the construction sector."@en .
476+
me:TechnicalConstruction a skos:Concept ;
477+
skos:definition "Techniques used to assemble building materials to become building elements."@en ;
478+
skos:prefLabel "Bauweise"@de,
479+
"Construction Techniques"@en,
480+
"Systèmes Constructifs"@fr .
417481

418-
me:ConstructionFirmProfessional skos:definition "A company engaged in building construction projects and services."@en .

0 commit comments

Comments
 (0)