You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ontology/arema-ontology.ttl
+31-19Lines changed: 31 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -236,6 +236,18 @@ me:NewBuilding a skos:Concept ;
236
236
"New"@en,
237
237
"Nouveau"@fr .
238
238
239
+
me:Object a skos:Concept ;
240
+
skos:definition "A general term for any physical entity that can be identified and described."@en ;
241
+
skos:inScheme me:MyThesaurus ;
242
+
skos:narrower me:Building,
243
+
me:BuildingMaterial,
244
+
me:Construction,
245
+
me:NaturalResource,
246
+
me:Professional ;
247
+
skos:prefLabel "Objekt"@de,
248
+
"Object"@en,
249
+
"Objet"@fr .
250
+
239
251
me:OfficeBuilding a skos:Concept ;
240
252
skos:broader me:Building ;
241
253
skos:definition "Buildings primarily used for commercial office purposes."@en ;
@@ -547,13 +559,6 @@ me:mechanical a skos:Concept ;
547
559
"Mechanical"@en,
548
560
"Mécanique"@fr .
549
561
550
-
me:Construction a skos:Concept ;
551
-
skos:definition "Constructions using building materials to become building elements."@en ;
552
-
skos:inScheme me:MyThesaurus ;
553
-
skos:prefLabel "Bauwerk"@de,
554
-
"Construction"@en,
555
-
"Construction"@fr .
556
-
557
562
me:Finishings a skos:Concept ;
558
563
skos:broader me:Construction ;
559
564
skos:definition "Finishing elements of a building, such as wall coverings, floor coverings, and ceiling finishes."@en ;
@@ -562,12 +567,12 @@ me:Finishings a skos:Concept ;
562
567
"Finishings"@en,
563
568
"Finitions"@fr .
564
569
565
-
me:BuildingMateriala skos:Concept ;
566
-
skos:definition "Materials made out of resources by transformation and processing for the purpose of building."@en ;
570
+
me:Constructiona skos:Concept ;
571
+
skos:definition "Constructions using building materials to become building elements."@en ;
567
572
skos:inScheme me:MyThesaurus ;
568
-
skos:prefLabel "Baustoff"@de,
569
-
"Building Material"@en,
570
-
"Matériaux de Construction"@fr .
573
+
skos:prefLabel "Bauwerk"@de,
574
+
"Construction"@en,
575
+
"Construction"@fr .
571
576
572
577
me:Envelope a skos:Concept ;
573
578
skos:broader me:Construction ;
@@ -578,6 +583,13 @@ me:Envelope a skos:Concept ;
578
583
"Envelope"@en,
579
584
"Enveloppe"@fr .
580
585
586
+
me:BuildingMaterial a skos:Concept ;
587
+
skos:definition "Materials made out of resources by transformation and processing for the purpose of building."@en ;
588
+
skos:inScheme me:MyThesaurus ;
589
+
skos:prefLabel "Baustoff"@de,
590
+
"Building Material"@en,
591
+
"Matériaux de Construction"@fr .
592
+
581
593
me:NaturalResource a skos:Concept ;
582
594
skos:definition "Resources that can potentially be used for construction; both occuring naturally (like bio- or geo-sourced) or being salvaged from demoltions."@en ;
583
595
skos:inScheme me:MyThesaurus ;
@@ -600,13 +612,6 @@ me:Building a skos:Concept ;
600
612
"Building"@en,
601
613
"Bâtiments"@fr .
602
614
603
-
me:Professional a skos:Concept ;
604
-
skos:definition "Persons or organizations providing services or materials around regenerative materials."@en ;
605
-
skos:inScheme me:MyThesaurus ;
606
-
skos:prefLabel "Fachleute"@de,
607
-
"Professional"@en,
608
-
"Professionnels"@fr .
609
-
610
615
me:Structure a skos:Concept ;
611
616
skos:broader me:Construction ;
612
617
skos:definition "A structure"@en ;
@@ -615,6 +620,13 @@ me:Structure a skos:Concept ;
615
620
"Structure"@en,
616
621
"Structure"@fr .
617
622
623
+
me:Professional a skos:Concept ;
624
+
skos:definition "Persons or organizations providing services or materials around regenerative materials."@en ;
625
+
skos:inScheme me:MyThesaurus ;
626
+
skos:prefLabel "Fachleute"@de,
627
+
"Professional"@en,
628
+
"Professionnels"@fr .
629
+
618
630
me:MyThesaurus a skos:ConceptScheme ;
619
631
dct:description "AREMA Ontology for building materials, buildings, natural resources, professionals, and technical constructions."@en ;
0 commit comments