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-
206me:mechanical a skos:Concept ;
217 skos:broader me:Property ;
228 skos:definition " Properties of materials that are related to their mechanical behavior, such as strength, elasticity, and durability." @en ;
@@ -611,7 +597,7 @@ me:Professional a skos:Concept ;
611597 skos:definition " Persons or organizations providing services or materials around regenerative materials." @en ;
612598 skos:inScheme me:MyThesaurus ;
613599 skos:prefLabel " Fachleute" @de ,
614- " Professionals " @en ,
600+ " ProfessionalsTest " @en ,
615601 " Professionnels" @fr .
616602
617603me:Structure a skos:Concept ;
@@ -622,6 +608,20 @@ me:Structure a skos:Concept ;
622608 " Structure" @en ,
623609 " Structure" @fr .
624610
611+ me:Property a skos:Concept ;
612+ skos:definition " Properties of building materials." @en ;
613+ skos:inScheme me:MyThesaurus ;
614+ skos:prefLabel " Eigenschaften" @de ,
615+ " Properties" @en ,
616+ " Propriétés" @fr .
617+
618+ me:Object a skos:Concept ;
619+ skos:definition " A physical entity that can be described or measured, such as a building material or a structure." @en ;
620+ skos:inScheme me:MyThesaurus ;
621+ skos:prefLabel " Objekt" @de ,
622+ " Object" @en ,
623+ " Objet" @fr .
624+
625625me:MyThesaurus a skos:ConceptScheme ;
626626 dct:description " AREMA Ontology for building materials, buildings, natural resources, professionals, and technical constructions." @en ;
627627 dct:license <https://creativecommons.org/licenses/by/4.0/> ;
0 commit comments