@prefix : <http://w3id.org/cterm#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://w3id.org/cterm#> .

<http://w3id.org/cterm> rdf:type owl:Ontology ;
                         <http://purl.org/dc/terms/bibliographicCitation> "" ;
                         <http://purl.org/dc/terms/contributor> _:genid1 ,
                                                                _:genid3 ;
                         <http://purl.org/dc/terms/created> "2024-10-12"^^xsd:date ;
                         <http://purl.org/dc/terms/creator> _:genid5 ,
                                                            _:genid7 ;
                         <http://purl.org/dc/terms/description> "The Construction Terminology (CTERM) Ontology is providing terminology to use with the Construction Resource (CR) and Cost Item (CI), as well as with the DTC ontology for the broader scope of construction project management."@en ;
                         <http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/4.0/> ;
                         <http://purl.org/dc/terms/modified> "2025-04-07"^^xsd:date ;
                         <http://purl.org/dc/terms/rights> "Copyright 2025 by DABC, PoliMi" ;
                         <http://purl.org/dc/terms/title> "The Construction Terminology (CTERM) Ontology"@en ;
                         <http://purl.org/vocab/vann/preferredNamespacePrefix> "cterm" ;
                         <http://purl.org/vocab/vann/preferredNamespaceUri> : ;
                         owl:versionInfo "0.2" ;
                         <https://schema.org/codeRepository> <https://github.com/cpm-ont-network/terminology> .

_:genid1 rdf:type <https://schema.org/Person> ;
          <https://schema.org/email> <mailto:claudio.mirarchi@polimi.it> ;
          <https://schema.org/identifier> <https://orcid.org/0000-0002-9288-8662> ;
          <https://schema.org/memberOf> _:genid2 ;
          <https://schema.org/name> "Mirarchi, Claudio" .

_:genid3 rdf:type <https://schema.org/Person> ;
          <https://schema.org/email> <mailto:katharina.sigalov@rub.de> ;
          <https://schema.org/identifier> <https://orcid.org/0000-0002-3070-0759> ;
          <https://schema.org/memberOf> _:genid4 ;
          <https://schema.org/name> "Sigalov, Katharina" .

_:genid5 rdf:type <https://schema.org/Person> ;
          <https://schema.org/email> <mailto:jacopo.cassandro@polimi.it> ;
          <https://schema.org/identifier> <https://orcid.org/0000-0002-1487-8178> ;
          <https://schema.org/memberOf> _:genid6 ;
          <https://schema.org/name> "Cassandro, Jacopo" .

_:genid7 rdf:type <https://schema.org/Person> ;
          <https://schema.org/email> <mailto:philipp.hagedorn-n6v@rub.de> ;
          <https://schema.org/identifier> <https://orcid.org/0000-0002-6249-243X> ;
          <https://schema.org/memberOf> _:genid8 ,
                                        [ <https://schema.org/name> "Politecnico di Milano"
                                        ] ;
          <https://schema.org/name> "Hagedorn, Philipp" .

_:genid2 <https://schema.org/identifier> <https://www.dabc.polimi.it/persona/claudio-mirarchi/> ;
          <https://schema.org/name> "Politecnico di Milano, Dipartimento ABC" .

_:genid4 <https://schema.org/identifier> <https://www.inf.bi.ruhr-uni-bochum.de/iib/lehrstuhl/mitarbeiter/katharina_sigalov.html.en> ;
          <https://schema.org/name> "Ruhr University Bochum" .

_:genid6 <https://schema.org/identifier> <https://www.dabc.polimi.it/persona/jacopo-cassandro/> ;
          <https://schema.org/name> "Politecnico di Milano" .

_:genid8 <https://schema.org/identifier> <https://www.inf.bi.ruhr-uni-bochum.de/iib/lehrstuhl/mitarbeiter/philipp_hagedorn.html.en> ;
          <https://schema.org/name> "Ruhr University Bochum, Computing in Engineering" .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/bibliographicCitation
<http://purl.org/dc/terms/bibliographicCitation> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/contributor
<http://purl.org/dc/terms/contributor> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/created
<http://purl.org/dc/terms/created> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/description
<http://purl.org/dc/terms/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/modified
<http://purl.org/dc/terms/modified> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/rights
<http://purl.org/dc/terms/rights> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .


###  https://schema.org/codeRepository
<https://schema.org/codeRepository> rdf:type owl:AnnotationProperty .


###  https://schema.org/email
<https://schema.org/email> rdf:type owl:AnnotationProperty .


###  https://schema.org/identifier
<https://schema.org/identifier> rdf:type owl:AnnotationProperty .


###  https://schema.org/memberOf
<https://schema.org/memberOf> rdf:type owl:AnnotationProperty .


###  https://schema.org/name
<https://schema.org/name> rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  https://w3id.org/cterm#code
<https://w3id.org/cterm#code> rdf:type owl:ObjectProperty ;
                              rdfs:domain <https://w3id.org/cterm#Classification> ;
                              rdfs:range xsd:string ;
                              rdfs:label "code" .


###  https://w3id.org/cterm#hasAspect
<https://w3id.org/cterm#hasAspect> rdf:type owl:ObjectProperty ;
                                   rdfs:domain [ rdf:type owl:Class ;
                                                 owl:unionOf ( <https://w3id.org/ci#Work>
                                                               <https://w3id.org/cr#EquipmentResource>
                                                               <https://w3id.org/cr#MaterialResource>
                                                             )
                                               ] ;
                                   rdfs:range <https://w3id.org/cterm#Aspect> ;
                                   rdfs:label "hasAspect" .


###  https://w3id.org/cterm#hasCategory
<https://w3id.org/cterm#hasCategory> rdf:type owl:ObjectProperty ;
                                     rdfs:domain [ rdf:type owl:Class ;
                                                   owl:unionOf ( <https://w3id.org/ci#Activity>
                                                                 <https://w3id.org/ci#CostComponent>
                                                                 <https://w3id.org/ci#Work>
                                                                 <https://w3id.org/cr#Resource>
                                                               )
                                                 ] ;
                                     rdfs:range <https://w3id.org/cterm#Category> ;
                                     rdfs:label "hasCategory" .


###  https://w3id.org/cterm#hasClassification
<https://w3id.org/cterm#hasClassification> rdf:type owl:ObjectProperty ;
                                           rdfs:domain [ rdf:type owl:Class ;
                                                         owl:unionOf ( <https://w3id.org/ci#CostComponent>
                                                                       <https://w3id.org/ci#CostItem>
                                                                     )
                                                       ] ;
                                           rdfs:range <https://w3id.org/cterm#Classification> ;
                                           rdfs:label "has classification" .


###  https://w3id.org/cterm#hasClassificationSystem
<https://w3id.org/cterm#hasClassificationSystem> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://w3id.org/cterm#Classification> ;
                                                 rdfs:range <https://w3id.org/cterm#ClassificationSystem> ;
                                                 rdfs:label "has classification system" .


###  https://w3id.org/cterm#hasDimensionParameter
<https://w3id.org/cterm#hasDimensionParameter> rdf:type owl:ObjectProperty ;
                                               rdfs:domain [ rdf:type owl:Class ;
                                                             owl:unionOf ( <https://w3id.org/ci#Work>
                                                                           <https://w3id.org/cr#EquipmentResource>
                                                                           <https://w3id.org/cr#MaterialResource>
                                                                         )
                                                           ] ;
                                               rdfs:range <https://w3id.org/cterm#DimensionParameter> ;
                                               rdfs:label "hasDimensionParameter" .


###  https://w3id.org/cterm#hasFamily
<https://w3id.org/cterm#hasFamily> rdf:type owl:ObjectProperty ;
                                   rdfs:domain [ rdf:type owl:Class ;
                                                 owl:unionOf ( <https://w3id.org/ci#Activity>
                                                               <https://w3id.org/ci#CostComponent>
                                                               <https://w3id.org/ci#Work>
                                                               <https://w3id.org/cr#Resource>
                                                             )
                                               ] ;
                                   rdfs:range <https://w3id.org/cterm#Family> ;
                                   rdfs:label "hasFamily" .


###  https://w3id.org/cterm#hasFinishing
<https://w3id.org/cterm#hasFinishing> rdf:type owl:ObjectProperty ;
                                      rdfs:domain [ rdf:type owl:Class ;
                                                    owl:unionOf ( <https://w3id.org/ci#Work>
                                                                  <https://w3id.org/cr#MaterialResource>
                                                                )
                                                  ] ;
                                      rdfs:range <https://w3id.org/cterm#Finishing> ;
                                      rdfs:label "hasFinishing" .


###  https://w3id.org/cterm#hasFunction
<https://w3id.org/cterm#hasFunction> rdf:type owl:ObjectProperty ;
                                     rdfs:domain [ rdf:type owl:Class ;
                                                   owl:unionOf ( <https://w3id.org/ci#Activity>
                                                                 <https://w3id.org/ci#Work>
                                                                 <https://w3id.org/cr#EquipmentResource>
                                                                 <https://w3id.org/cr#MaterialResource>
                                                               )
                                                 ] ;
                                     rdfs:range <https://w3id.org/cterm#Function> ;
                                     rdfs:label "hasFunction" .


###  https://w3id.org/cterm#hasFurnishing
<https://w3id.org/cterm#hasFurnishing> rdf:type owl:ObjectProperty ;
                                       rdfs:domain <https://w3id.org/cr#MaterialResource> ;
                                       rdfs:range <https://w3id.org/cterm#Furnishing> ;
                                       rdfs:label "hasFurnishing" .


###  https://w3id.org/cterm#hasMaterial
<https://w3id.org/cterm#hasMaterial> rdf:type owl:ObjectProperty ;
                                     rdfs:domain [ rdf:type owl:Class ;
                                                   owl:unionOf ( <https://w3id.org/ci#CostComponent>
                                                                 <https://w3id.org/ci#Work>
                                                                 <https://w3id.org/cr#EquipmentResource>
                                                                 <https://w3id.org/cr#MaterialResource>
                                                               )
                                                 ] ;
                                     rdfs:range <https://w3id.org/cterm#Material> ;
                                     rdfs:label "hasMaterial" .


###  https://w3id.org/cterm#hasObject
<https://w3id.org/cterm#hasObject> rdf:type owl:ObjectProperty ;
                                   rdfs:domain [ rdf:type owl:Class ;
                                                 owl:unionOf ( <https://w3id.org/ci#Activity>
                                                               <https://w3id.org/ci#CostComponent>
                                                               <https://w3id.org/ci#Work>
                                                               <https://w3id.org/cr#Resource>
                                                             )
                                               ] ;
                                   rdfs:range <https://w3id.org/cterm#Object> ;
                                   rdfs:label "hasObject" .


###  https://w3id.org/cterm#hasObjectStandard
<https://w3id.org/cterm#hasObjectStandard> rdf:type owl:ObjectProperty ;
                                           rdfs:domain [ rdf:type owl:Class ;
                                                         owl:unionOf ( <https://w3id.org/ci#Activity>
                                                                       <https://w3id.org/ci#CostComponent>
                                                                       <https://w3id.org/ci#Work>
                                                                       <https://w3id.org/cr#EquipmentResource>
                                                                       <https://w3id.org/cr#MaterialResource>
                                                                     )
                                                       ] ;
                                           rdfs:range <https://w3id.org/cterm#Standard> ;
                                           rdfs:label "hasObjectStandard" .


###  https://w3id.org/cterm#hasOtherStandard
<https://w3id.org/cterm#hasOtherStandard> rdf:type owl:ObjectProperty ;
                                          rdfs:domain [ rdf:type owl:Class ;
                                                        owl:unionOf ( <https://w3id.org/ci#Activity>
                                                                      <https://w3id.org/ci#CostComponent>
                                                                      <https://w3id.org/ci#Work>
                                                                      <https://w3id.org/cr#EquipmentResource>
                                                                      <https://w3id.org/cr#MaterialResource>
                                                                    )
                                                      ] ;
                                          rdfs:range <https://w3id.org/cterm#Standard> ;
                                          rdfs:label "hasOtherStandard" .


###  https://w3id.org/cterm#hasParameterStandard
<https://w3id.org/cterm#hasParameterStandard> rdf:type owl:ObjectProperty ;
                                              rdfs:domain <https://w3id.org/cterm#Parameter> ;
                                              rdfs:range <https://w3id.org/cterm#Standard> ;
                                              rdfs:label "hasParameterStandard" .


###  https://w3id.org/cterm#hasPerformanceParameter
<https://w3id.org/cterm#hasPerformanceParameter> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain [ rdf:type owl:Class ;
                                                               owl:unionOf ( <https://w3id.org/ci#Work>
                                                                             <https://w3id.org/cr#EquipmentResource>
                                                                             <https://w3id.org/cr#MaterialResource>
                                                                           )
                                                             ] ;
                                                 rdfs:range <https://w3id.org/cterm#PerformanceParameter> ;
                                                 rdfs:label "hasPerformanceParameter" .


###  https://w3id.org/cterm#hasPhysicalParameter
<https://w3id.org/cterm#hasPhysicalParameter> rdf:type owl:ObjectProperty ;
                                              rdfs:domain [ rdf:type owl:Class ;
                                                            owl:unionOf ( <https://w3id.org/ci#Work>
                                                                          <https://w3id.org/cr#EquipmentResource>
                                                                          <https://w3id.org/cr#MaterialResource>
                                                                        )
                                                          ] ;
                                              rdfs:range <https://w3id.org/cterm#PhysicalParameter> ;
                                              rdfs:label "hasPhysicalParameter" .


###  https://w3id.org/cterm#hasQualificationLevel
<https://w3id.org/cterm#hasQualificationLevel> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://w3id.org/cr#LabourResource> ;
                                               rdfs:range <https://w3id.org/cterm#QualificationLevel> ;
                                               rdfs:label "hasQualificationLevel" .


###  https://w3id.org/cterm#hasType
<https://w3id.org/cterm#hasType> rdf:type owl:ObjectProperty ;
                                 rdfs:domain [ rdf:type owl:Class ;
                                               owl:unionOf ( <https://w3id.org/ci#Activity>
                                                             <https://w3id.org/ci#CostComponent>
                                                             <https://w3id.org/ci#Work>
                                                             <https://w3id.org/cr#Resource>
                                                           )
                                             ] ;
                                 rdfs:range <https://w3id.org/cterm#Type> ;
                                 rdfs:label "hasType" .


###  https://w3id.org/cterm#hasUnit
<https://w3id.org/cterm#hasUnit> rdf:type owl:ObjectProperty ;
                                 rdfs:domain <https://w3id.org/cterm#Parameter> ;
                                 rdfs:range <http://qudt.org/schema/qudt/Unit> ;
                                 rdfs:label "hasUnit" .


###  https://w3id.org/cterm#hasUse
<https://w3id.org/cterm#hasUse> rdf:type owl:ObjectProperty ;
                                rdfs:domain [ rdf:type owl:Class ;
                                              owl:unionOf ( <https://w3id.org/ci#Activity>
                                                            <https://w3id.org/ci#Work>
                                                            <https://w3id.org/cr#EquipmentResource>
                                                            <https://w3id.org/cr#MaterialResource>
                                                          )
                                            ] ;
                                rdfs:range <https://w3id.org/cterm#Use> ;
                                rdfs:label "hasUse" .


###  https://w3id.org/cterm#parameterType
<https://w3id.org/cterm#parameterType> rdf:type owl:ObjectProperty ;
                                       rdfs:domain <https://w3id.org/cterm#Parameter> ;
                                       rdfs:range <https://w3id.org/cterm#ParameterType> ;
                                       rdfs:label "parameter type" .


#################################################################
#    Data properties
#################################################################

###  https://w3id.org/cterm#parameterSymbol1
<https://w3id.org/cterm#parameterSymbol1> rdf:type owl:DatatypeProperty ;
                                          rdfs:domain <https://w3id.org/cterm#Parameter> ;
                                          rdfs:range xsd:string ;
                                          rdfs:label "parameterSimbol1" .


###  https://w3id.org/cterm#parameterSymbol2
<https://w3id.org/cterm#parameterSymbol2> rdf:type owl:DatatypeProperty ;
                                          rdfs:domain <https://w3id.org/cterm#Parameter> ;
                                          rdfs:range xsd:string ;
                                          rdfs:label "parameterSimbol2" .


###  https://w3id.org/cterm#parameterValue1
<https://w3id.org/cterm#parameterValue1> rdf:type owl:DatatypeProperty ;
                                         rdfs:domain <https://w3id.org/cterm#Parameter> ;
                                         rdfs:range xsd:string ;
                                         rdfs:label "parameterValue1" .


###  https://w3id.org/cterm#parameterValue2
<https://w3id.org/cterm#parameterValue2> rdf:type owl:DatatypeProperty ;
                                         rdfs:domain <https://w3id.org/cterm#Parameter> ;
                                         rdfs:range xsd:string ;
                                         rdfs:label "parameterValue2" .


###  https://w3id.org/cterm#standardBody
<https://w3id.org/cterm#standardBody> rdf:type owl:DatatypeProperty ;
                                      rdfs:domain <https://w3id.org/cterm#Standard> ;
                                      rdfs:range xsd:string ;
                                      rdfs:label "standardBody" .


###  https://w3id.org/cterm#standardNumber
<https://w3id.org/cterm#standardNumber> rdf:type owl:DatatypeProperty ;
                                        rdfs:domain <https://w3id.org/cterm#Standard> ;
                                        rdfs:range xsd:integer ;
                                        rdfs:label "standardNumber" .


###  https://w3id.org/cterm#standardPart
<https://w3id.org/cterm#standardPart> rdf:type owl:DatatypeProperty ;
                                      rdfs:domain <https://w3id.org/cterm#Standard> ;
                                      rdfs:range xsd:integer ;
                                      rdfs:label "standardPart" .


###  https://w3id.org/cterm#standardYear
<https://w3id.org/cterm#standardYear> rdf:type owl:DatatypeProperty ;
                                      rdfs:domain <https://w3id.org/cterm#Standard> ;
                                      rdfs:range xsd:integer ;
                                      rdfs:label "standardYear" .


#################################################################
#    Classes
#################################################################

###  http://qudt.org/schema/qudt/Unit
<http://qudt.org/schema/qudt/Unit> rdf:type owl:Class .


###  https://schema.org/Person
<https://schema.org/Person> rdf:type owl:Class .


###  https://w3id.org/ci#Activity
<https://w3id.org/ci#Activity> rdf:type owl:Class .


###  https://w3id.org/ci#CostComponent
<https://w3id.org/ci#CostComponent> rdf:type owl:Class .


###  https://w3id.org/ci#CostItem
<https://w3id.org/ci#CostItem> rdf:type owl:Class .


###  https://w3id.org/ci#Work
<https://w3id.org/ci#Work> rdf:type owl:Class .


###  https://w3id.org/cr#EquipmentResource
<https://w3id.org/cr#EquipmentResource> rdf:type owl:Class .


###  https://w3id.org/cr#LabourResource
<https://w3id.org/cr#LabourResource> rdf:type owl:Class .


###  https://w3id.org/cr#MaterialResource
<https://w3id.org/cr#MaterialResource> rdf:type owl:Class .


###  https://w3id.org/cr#Resource
<https://w3id.org/cr#Resource> rdf:type owl:Class .


###  https://w3id.org/cterm#Aspect
<https://w3id.org/cterm#Aspect> rdf:type owl:Class ;
                                rdfs:subClassOf <https://w3id.org/cterm#Terminology> ;
                                rdfs:label "Aspect" .


###  https://w3id.org/cterm#AspectOfEquipment
<https://w3id.org/cterm#AspectOfEquipment> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://w3id.org/cterm#Aspect> ;
                                           rdfs:label "Aspect Of Equipment" .


###  https://w3id.org/cterm#AspectOfMaterial
<https://w3id.org/cterm#AspectOfMaterial> rdf:type owl:Class ;
                                          rdfs:subClassOf <https://w3id.org/cterm#Aspect> ;
                                          rdfs:label "Aspect Of Material" .


###  https://w3id.org/cterm#AspectOfWorkOfConstructionWork
<https://w3id.org/cterm#AspectOfWorkOfConstructionWork> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://w3id.org/cterm#Aspect> ;
                                                        owl:disjointWith <https://w3id.org/cterm#AspectOfWorkOfProductWork> ,
                                                                         <https://w3id.org/cterm#AspectOfWorkOfTemporaryWork> ;
                                                        rdfs:label "Aspect Of Work Of ConstructionWork" .


###  https://w3id.org/cterm#AspectOfWorkOfProductWork
<https://w3id.org/cterm#AspectOfWorkOfProductWork> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/cterm#Aspect> ;
                                                   owl:disjointWith <https://w3id.org/cterm#AspectOfWorkOfTemporaryWork> ;
                                                   rdfs:label "Aspect Of Work Of ProductWork" .


###  https://w3id.org/cterm#AspectOfWorkOfTemporaryWork
<https://w3id.org/cterm#AspectOfWorkOfTemporaryWork> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/cterm#Aspect> ;
                                                     rdfs:label "Aspect Of Work Of TemporaryWork" .


###  https://w3id.org/cterm#Category
<https://w3id.org/cterm#Category> rdf:type owl:Class ;
                                  rdfs:subClassOf <https://w3id.org/cterm#Terminology> ;
                                  rdfs:label "Category" .


###  https://w3id.org/cterm#CategoryOfActivity
<https://w3id.org/cterm#CategoryOfActivity> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/cterm#Category> ;
                                            owl:disjointWith <https://w3id.org/cterm#CategoryOfCostComponent> ,
                                                             <https://w3id.org/cterm#CategoryOfWorkOfConstructionWork> ,
                                                             <https://w3id.org/cterm#CategoryOfWorkOfProductWork> ,
                                                             <https://w3id.org/cterm#CategoryOfWorkOfTemporaryWork> ;
                                            rdfs:label "Category Of Activity" .


###  https://w3id.org/cterm#CategoryOfCostComponent
<https://w3id.org/cterm#CategoryOfCostComponent> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/cterm#Category> ;
                                                 owl:disjointWith <https://w3id.org/cterm#CategoryOfWorkOfConstructionWork> ,
                                                                  <https://w3id.org/cterm#CategoryOfWorkOfProductWork> ,
                                                                  <https://w3id.org/cterm#CategoryOfWorkOfTemporaryWork> ;
                                                 rdfs:label "Category Of CostComponent" .


###  https://w3id.org/cterm#CategoryOfEquipment
<https://w3id.org/cterm#CategoryOfEquipment> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/cterm#Category> ;
                                             rdfs:label "Category of equipment" .


###  https://w3id.org/cterm#CategoryOfLabour
<https://w3id.org/cterm#CategoryOfLabour> rdf:type owl:Class ;
                                          rdfs:subClassOf <https://w3id.org/cterm#Category> ;
                                          rdfs:label "Category of labour" .


###  https://w3id.org/cterm#CategoryOfMaterial
<https://w3id.org/cterm#CategoryOfMaterial> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/cterm#Category> ;
                                            rdfs:label "Category of material" .


###  https://w3id.org/cterm#CategoryOfWorkOfConstructionWork
<https://w3id.org/cterm#CategoryOfWorkOfConstructionWork> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://w3id.org/cterm#Category> ;
                                                          owl:disjointWith <https://w3id.org/cterm#CategoryOfWorkOfProductWork> ,
                                                                           <https://w3id.org/cterm#CategoryOfWorkOfTemporaryWork> ;
                                                          rdfs:label "Category Of Work Of ConstructionWork" .


###  https://w3id.org/cterm#CategoryOfWorkOfProductWork
<https://w3id.org/cterm#CategoryOfWorkOfProductWork> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/cterm#Category> ;
                                                     owl:disjointWith <https://w3id.org/cterm#CategoryOfWorkOfTemporaryWork> ;
                                                     rdfs:label "Category Of Work Of ProductWork" .


###  https://w3id.org/cterm#CategoryOfWorkOfTemporaryWork
<https://w3id.org/cterm#CategoryOfWorkOfTemporaryWork> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://w3id.org/cterm#Category> ;
                                                       rdfs:label "Category Of Work Of TemporaryWork" .


###  https://w3id.org/cterm#Classification
<https://w3id.org/cterm#Classification> rdf:type owl:Class ;
                                        rdfs:subClassOf owl:Thing ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <https://w3id.org/cterm#code> ;
                                                          owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                          owl:onClass xsd:string
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <https://w3id.org/cterm#hasClassificationSystem> ;
                                                          owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                          owl:onClass <https://w3id.org/cterm#ClassificationSystem>
                                                        ] ;
                                        rdfs:label "Classification" .


###  https://w3id.org/cterm#ClassificationSystem
<https://w3id.org/cterm#ClassificationSystem> rdf:type owl:Class ;
                                              rdfs:subClassOf owl:Thing ;
                                              rdfs:label "Classification system" .


###  https://w3id.org/cterm#DimensionParameter
<https://w3id.org/cterm#DimensionParameter> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/cterm#Parameter> ,
                                                            [ rdf:type owl:Restriction ;
                                                              owl:onProperty <https://w3id.org/cterm#parameterType> ;
                                                              owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                              owl:onClass <https://w3id.org/cterm#DimensionParameterType>
                                                            ] ;
                                            owl:disjointWith <https://w3id.org/cterm#PerformanceParameter> ,
                                                             <https://w3id.org/cterm#PhysicalParameter> ;
                                            rdfs:label "Dimension Parameter" .


###  https://w3id.org/cterm#DimensionParameterType
<https://w3id.org/cterm#DimensionParameterType> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/cterm#ParameterType> ;
                                                rdfs:label "Dimension parameter type" .


###  https://w3id.org/cterm#Family
<https://w3id.org/cterm#Family> rdf:type owl:Class ;
                                rdfs:subClassOf <https://w3id.org/cterm#Terminology> ;
                                rdfs:label "Family" .


###  https://w3id.org/cterm#FamilyOfActivity
<https://w3id.org/cterm#FamilyOfActivity> rdf:type owl:Class ;
                                          rdfs:subClassOf <https://w3id.org/cterm#Family> ;
                                          owl:disjointWith <https://w3id.org/cterm#FamilyOfCostComponent> ,
                                                           <https://w3id.org/cterm#FamilyOfWork> ;
                                          rdfs:label "Family of Activity" .


###  https://w3id.org/cterm#FamilyOfCostComponent
<https://w3id.org/cterm#FamilyOfCostComponent> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/cterm#Family> ;
                                               owl:disjointWith <https://w3id.org/cterm#FamilyOfWork> ;
                                               rdfs:label "Family of CostComponent" .


###  https://w3id.org/cterm#FamilyOfEquipment
<https://w3id.org/cterm#FamilyOfEquipment> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://w3id.org/cterm#Family> ;
                                           rdfs:label "Family of equipment" .


###  https://w3id.org/cterm#FamilyOfLabour
<https://w3id.org/cterm#FamilyOfLabour> rdf:type owl:Class ;
                                        rdfs:subClassOf <https://w3id.org/cterm#Family> ;
                                        rdfs:label "Family of labour" .


###  https://w3id.org/cterm#FamilyOfMaterial
<https://w3id.org/cterm#FamilyOfMaterial> rdf:type owl:Class ;
                                          rdfs:subClassOf <https://w3id.org/cterm#Family> ;
                                          rdfs:label "Family of material" .


###  https://w3id.org/cterm#FamilyOfWork
<https://w3id.org/cterm#FamilyOfWork> rdf:type owl:Class ;
                                      rdfs:subClassOf <https://w3id.org/cterm#Family> ;
                                      rdfs:label "Family of Work" .


###  https://w3id.org/cterm#Finishing
<https://w3id.org/cterm#Finishing> rdf:type owl:Class ;
                                   rdfs:subClassOf <https://w3id.org/cterm#Terminology> ;
                                   rdfs:label "Finishing" .


###  https://w3id.org/cterm#FinishingOfMaterial
<https://w3id.org/cterm#FinishingOfMaterial> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/cterm#Finishing> ;
                                             rdfs:label "Finishing of material" .


###  https://w3id.org/cterm#FinishingOfWorkOfConstructionWork
<https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> rdf:type owl:Class ;
                                                           rdfs:subClassOf <https://w3id.org/cterm#Finishing> ;
                                                           rdfs:label "Finishing Of Work Of ConstructionWork" .


###  https://w3id.org/cterm#FinishingOfWorkOfProductWork
<https://w3id.org/cterm#FinishingOfWorkOfProductWork> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://w3id.org/cterm#Finishing> ;
                                                      rdfs:label "Finishing Of Work Of ProductWork" .


###  https://w3id.org/cterm#FinishingOfWorkOfTemporaryWork
<https://w3id.org/cterm#FinishingOfWorkOfTemporaryWork> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://w3id.org/cterm#Finishing> ;
                                                        rdfs:label "Finishing Of Work Of TemporaryWork" .


###  https://w3id.org/cterm#Function
<https://w3id.org/cterm#Function> rdf:type owl:Class ;
                                  rdfs:subClassOf <https://w3id.org/cterm#Terminology> ;
                                  rdfs:label "Function" .


###  https://w3id.org/cterm#FunctionOfActivity
<https://w3id.org/cterm#FunctionOfActivity> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/cterm#Function> ;
                                            owl:disjointWith <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ,
                                                             <https://w3id.org/cterm#FunctionOfWorkOfProductWork> ,
                                                             <https://w3id.org/cterm#FunctionOfWorkOfTemporaryWork> ;
                                            rdfs:label "FunctionOfActivity" .


###  https://w3id.org/cterm#FunctionOfEquipment
<https://w3id.org/cterm#FunctionOfEquipment> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/cterm#Function> ;
                                             rdfs:label "Function of equipment" .


###  https://w3id.org/cterm#FunctionOfMaterial
<https://w3id.org/cterm#FunctionOfMaterial> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/cterm#Function> ;
                                            rdfs:label "Function of material" .


###  https://w3id.org/cterm#FunctionOfWorkOfConstructionWork
<https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://w3id.org/cterm#Function> ;
                                                          owl:disjointWith <https://w3id.org/cterm#FunctionOfWorkOfProductWork> ,
                                                                           <https://w3id.org/cterm#FunctionOfWorkOfTemporaryWork> ;
                                                          rdfs:label "FunctionOfWorkOfConstructionWork" .


###  https://w3id.org/cterm#FunctionOfWorkOfProductWork
<https://w3id.org/cterm#FunctionOfWorkOfProductWork> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/cterm#Function> ;
                                                     owl:disjointWith <https://w3id.org/cterm#FunctionOfWorkOfTemporaryWork> ;
                                                     rdfs:label "FunctionOfWorkOfProductWork" .


###  https://w3id.org/cterm#FunctionOfWorkOfTemporaryWork
<https://w3id.org/cterm#FunctionOfWorkOfTemporaryWork> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://w3id.org/cterm#Function> ;
                                                       rdfs:label "FunctionOfWorkOfTemporaryWork" .


###  https://w3id.org/cterm#Furnishing
<https://w3id.org/cterm#Furnishing> rdf:type owl:Class ;
                                    rdfs:subClassOf <https://w3id.org/cterm#Terminology> ;
                                    rdfs:label "Furnishing" .


###  https://w3id.org/cterm#Material
<https://w3id.org/cterm#Material> rdf:type owl:Class ;
                                  rdfs:subClassOf <https://w3id.org/cterm#Terminology> ;
                                  rdfs:label "Material" .


###  https://w3id.org/cterm#Object
<https://w3id.org/cterm#Object> rdf:type owl:Class ;
                                rdfs:subClassOf <https://w3id.org/cterm#Terminology> ;
                                rdfs:label "Object" .


###  https://w3id.org/cterm#ObjectOfActivity
<https://w3id.org/cterm#ObjectOfActivity> rdf:type owl:Class ;
                                          rdfs:subClassOf <https://w3id.org/cterm#Object> ;
                                          owl:disjointWith <https://w3id.org/cterm#ObjectOfCostComponent> ,
                                                           <https://w3id.org/cterm#ObjectOfWorkOfConstructionWork> ,
                                                           <https://w3id.org/cterm#ObjectOfWorkOfProductWork> ,
                                                           <https://w3id.org/cterm#ObjectOfWorkOfTemporaryWork> ;
                                          rdfs:label "ObjectOfActivity" .


###  https://w3id.org/cterm#ObjectOfCostComponent
<https://w3id.org/cterm#ObjectOfCostComponent> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/cterm#Object> ;
                                               owl:disjointWith <https://w3id.org/cterm#ObjectOfWorkOfConstructionWork> ,
                                                                <https://w3id.org/cterm#ObjectOfWorkOfProductWork> ,
                                                                <https://w3id.org/cterm#ObjectOfWorkOfTemporaryWork> ;
                                               rdfs:label "ObjectOfCostComponent" .


###  https://w3id.org/cterm#ObjectOfEquipment
<https://w3id.org/cterm#ObjectOfEquipment> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://w3id.org/cterm#Object> ;
                                           rdfs:label "Object of equipment" .


###  https://w3id.org/cterm#ObjectOfLabour
<https://w3id.org/cterm#ObjectOfLabour> rdf:type owl:Class ;
                                        rdfs:subClassOf <https://w3id.org/cterm#Object> ;
                                        rdfs:label "Object of labour" .


###  https://w3id.org/cterm#ObjectOfMaterial
<https://w3id.org/cterm#ObjectOfMaterial> rdf:type owl:Class ;
                                          rdfs:subClassOf <https://w3id.org/cterm#Object> ;
                                          rdfs:label "Object of material" .


###  https://w3id.org/cterm#ObjectOfWorkOfConstructionWork
<https://w3id.org/cterm#ObjectOfWorkOfConstructionWork> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://w3id.org/cterm#Object> ;
                                                        owl:disjointWith <https://w3id.org/cterm#ObjectOfWorkOfProductWork> ,
                                                                         <https://w3id.org/cterm#ObjectOfWorkOfTemporaryWork> ;
                                                        rdfs:label "ObjectOfWorkOfConstructionWork" .


###  https://w3id.org/cterm#ObjectOfWorkOfProductWork
<https://w3id.org/cterm#ObjectOfWorkOfProductWork> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/cterm#Object> ;
                                                   owl:disjointWith <https://w3id.org/cterm#ObjectOfWorkOfTemporaryWork> ;
                                                   rdfs:label "ObjectOfWorkOfProductWork" .


###  https://w3id.org/cterm#ObjectOfWorkOfTemporaryWork
<https://w3id.org/cterm#ObjectOfWorkOfTemporaryWork> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/cterm#Object> ;
                                                     rdfs:label "ObjectOfWorkOfTemporaryWork" .


###  https://w3id.org/cterm#Parameter
<https://w3id.org/cterm#Parameter> rdf:type owl:Class ;
                                   rdfs:subClassOf owl:Thing ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <https://w3id.org/cterm#hasParameterStandard> ;
                                                     owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                     owl:onClass <https://w3id.org/cterm#Standard>
                                                   ] ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <https://w3id.org/cterm#hasUnit> ;
                                                     owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                     owl:onClass <http://qudt.org/schema/qudt/Unit>
                                                   ] ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <https://w3id.org/cterm#parameterSymbol1> ;
                                                     owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                     owl:onDataRange xsd:string
                                                   ] ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <https://w3id.org/cterm#parameterSymbol2> ;
                                                     owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                     owl:onDataRange xsd:string
                                                   ] ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <https://w3id.org/cterm#parameterValue1> ;
                                                     owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                     owl:onDataRange xsd:string
                                                   ] ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <https://w3id.org/cterm#parameterValue2> ;
                                                     owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                     owl:onDataRange xsd:string
                                                   ] ;
                                   rdfs:label "Parameter" .


###  https://w3id.org/cterm#ParameterType
<https://w3id.org/cterm#ParameterType> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/cterm#Terminology> ;
                                       rdfs:label "Parameter type" .


###  https://w3id.org/cterm#PerformanceParameter
<https://w3id.org/cterm#PerformanceParameter> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://w3id.org/cterm#Parameter> ,
                                                              [ rdf:type owl:Restriction ;
                                                                owl:onProperty <https://w3id.org/cterm#parameterType> ;
                                                                owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                owl:onClass <https://w3id.org/cterm#PerformanceParameterType>
                                                              ] ;
                                              owl:disjointWith <https://w3id.org/cterm#PhysicalParameter> ;
                                              rdfs:label "Performance Parameter" .


###  https://w3id.org/cterm#PerformanceParameterType
<https://w3id.org/cterm#PerformanceParameterType> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/cterm#ParameterType> ;
                                                  rdfs:label "Performance parameter type" .


###  https://w3id.org/cterm#PhysicalParameter
<https://w3id.org/cterm#PhysicalParameter> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://w3id.org/cterm#Parameter> ,
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty <https://w3id.org/cterm#parameterType> ;
                                                             owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                             owl:onClass <https://w3id.org/cterm#PhysicalParameterType>
                                                           ] ;
                                           rdfs:label "PhysicalParameter" .


###  https://w3id.org/cterm#PhysicalParameterType
<https://w3id.org/cterm#PhysicalParameterType> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/cterm#ParameterType> ;
                                               rdfs:label "Physical parameter type" .


###  https://w3id.org/cterm#QualificationLevel
<https://w3id.org/cterm#QualificationLevel> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/cterm#Terminology> ;
                                            rdfs:label "QualificationLevel" .


###  https://w3id.org/cterm#Standard
<https://w3id.org/cterm#Standard> rdf:type owl:Class ;
                                  rdfs:subClassOf <https://w3id.org/cterm#Terminology> ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <https://w3id.org/cterm#standardBody> ;
                                                    owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                    owl:onDataRange xsd:string
                                                  ] ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <https://w3id.org/cterm#standardNumber> ;
                                                    owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                    owl:onDataRange xsd:integer
                                                  ] ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <https://w3id.org/cterm#standardPart> ;
                                                    owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                    owl:onDataRange xsd:integer
                                                  ] ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <https://w3id.org/cterm#standardYear> ;
                                                    owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                    owl:onDataRange xsd:integer
                                                  ] ;
                                  rdfs:label "Standard" .


###  https://w3id.org/cterm#Terminology
<https://w3id.org/cterm#Terminology> rdf:type owl:Class ;
                                     rdfs:subClassOf owl:Thing ;
                                     rdfs:label "Terminology" .


###  https://w3id.org/cterm#Type
<https://w3id.org/cterm#Type> rdf:type owl:Class ;
                              rdfs:subClassOf <https://w3id.org/cterm#Terminology> ;
                              rdfs:label "Type" .


###  https://w3id.org/cterm#TypeOfActivity
<https://w3id.org/cterm#TypeOfActivity> rdf:type owl:Class ;
                                        rdfs:subClassOf <https://w3id.org/cterm#Type> ;
                                        owl:disjointWith <https://w3id.org/cterm#TypeOfConstructionWork> ,
                                                         <https://w3id.org/cterm#TypeOfProductWork> ,
                                                         <https://w3id.org/cterm#TypeOfTemporaryWork> ,
                                                         <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ,
                                                         <https://w3id.org/cterm#TypeOfWorkOfProductWork> ,
                                                         <https://w3id.org/cterm#TypeOfWorkOfTemporaryWork> ;
                                        rdfs:label "TypeOfActivity" .


###  https://w3id.org/cterm#TypeOfConstructionWork
<https://w3id.org/cterm#TypeOfConstructionWork> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/cterm#Type> ;
                                                owl:disjointWith <https://w3id.org/cterm#TypeOfProductWork> ,
                                                                 <https://w3id.org/cterm#TypeOfTemporaryWork> ,
                                                                 <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ,
                                                                 <https://w3id.org/cterm#TypeOfWorkOfProductWork> ,
                                                                 <https://w3id.org/cterm#TypeOfWorkOfTemporaryWork> ;
                                                rdfs:label "Type of construction work" .


###  https://w3id.org/cterm#TypeOfEquipment
<https://w3id.org/cterm#TypeOfEquipment> rdf:type owl:Class ;
                                         rdfs:subClassOf <https://w3id.org/cterm#Type> ;
                                         rdfs:label "Type of equipment" .


###  https://w3id.org/cterm#TypeOfLabour
<https://w3id.org/cterm#TypeOfLabour> rdf:type owl:Class ;
                                      rdfs:subClassOf <https://w3id.org/cterm#Type> ;
                                      rdfs:label "Type of labour" .


###  https://w3id.org/cterm#TypeOfMaterial
<https://w3id.org/cterm#TypeOfMaterial> rdf:type owl:Class ;
                                        rdfs:subClassOf <https://w3id.org/cterm#Type> ;
                                        rdfs:label "Type of material" .


###  https://w3id.org/cterm#TypeOfProductWork
<https://w3id.org/cterm#TypeOfProductWork> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://w3id.org/cterm#Type> ;
                                           owl:disjointWith <https://w3id.org/cterm#TypeOfTemporaryWork> ,
                                                            <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ,
                                                            <https://w3id.org/cterm#TypeOfWorkOfProductWork> ,
                                                            <https://w3id.org/cterm#TypeOfWorkOfTemporaryWork> ;
                                           rdfs:label "Type Of ProductWork" .


###  https://w3id.org/cterm#TypeOfTemporaryWork
<https://w3id.org/cterm#TypeOfTemporaryWork> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/cterm#Type> ;
                                             owl:disjointWith <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ,
                                                              <https://w3id.org/cterm#TypeOfWorkOfProductWork> ,
                                                              <https://w3id.org/cterm#TypeOfWorkOfTemporaryWork> ;
                                             rdfs:label "Type Of TemporaryWork" .


###  https://w3id.org/cterm#TypeOfWorkOfConstructionWork
<https://w3id.org/cterm#TypeOfWorkOfConstructionWork> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://w3id.org/cterm#Type> ;
                                                      owl:disjointWith <https://w3id.org/cterm#TypeOfWorkOfProductWork> ,
                                                                       <https://w3id.org/cterm#TypeOfWorkOfTemporaryWork> ;
                                                      rdfs:label "Type Of Work Of ConstructionWork" .


###  https://w3id.org/cterm#TypeOfWorkOfProductWork
<https://w3id.org/cterm#TypeOfWorkOfProductWork> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/cterm#Type> ;
                                                 owl:disjointWith <https://w3id.org/cterm#TypeOfWorkOfTemporaryWork> ;
                                                 rdfs:label "Type Of Work Of ProductWork" .


###  https://w3id.org/cterm#TypeOfWorkOfTemporaryWork
<https://w3id.org/cterm#TypeOfWorkOfTemporaryWork> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/cterm#Type> ;
                                                   rdfs:label "Type Of Work Of TemporaryWork" .


###  https://w3id.org/cterm#Use
<https://w3id.org/cterm#Use> rdf:type owl:Class ;
                             rdfs:subClassOf <https://w3id.org/cterm#Terminology> ;
                             rdfs:label "Use" .


###  https://w3id.org/cterm#UseOfActivity
<https://w3id.org/cterm#UseOfActivity> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/cterm#Use> ;
                                       owl:disjointWith <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ,
                                                        <https://w3id.org/cterm#UseOfWorkOfProductWork> ,
                                                        <https://w3id.org/cterm#UseOfWorkOfTemporaryWork> ;
                                       rdfs:label "Use Of Activity" .


###  https://w3id.org/cterm#UseOfEquipment
<https://w3id.org/cterm#UseOfEquipment> rdf:type owl:Class ;
                                        rdfs:subClassOf <https://w3id.org/cterm#Use> ;
                                        rdfs:label "Use of equipment" .


###  https://w3id.org/cterm#UseOfMaterial
<https://w3id.org/cterm#UseOfMaterial> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/cterm#Use> ;
                                       rdfs:label "Use of material" .


###  https://w3id.org/cterm#UseOfWorkOfConstructionWork
<https://w3id.org/cterm#UseOfWorkOfConstructionWork> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/cterm#Use> ;
                                                     owl:disjointWith <https://w3id.org/cterm#UseOfWorkOfProductWork> ,
                                                                      <https://w3id.org/cterm#UseOfWorkOfTemporaryWork> ;
                                                     rdfs:label "Use Of Work Of ConstructionWork" .


###  https://w3id.org/cterm#UseOfWorkOfProductWork
<https://w3id.org/cterm#UseOfWorkOfProductWork> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/cterm#Use> ;
                                                owl:disjointWith <https://w3id.org/cterm#UseOfWorkOfTemporaryWork> ;
                                                rdfs:label "Use Of Work Of ProductWork" .


###  https://w3id.org/cterm#UseOfWorkOfTemporaryWork
<https://w3id.org/cterm#UseOfWorkOfTemporaryWork> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/cterm#Use> ;
                                                  rdfs:label "Use Of Work Of TemporaryWork" .


#################################################################
#    Individuals
#################################################################

###  https://w3id.org/cterm#AboveGround
<https://w3id.org/cterm#AboveGround> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#AspectOfWorkOfConstructionWork> ;
                                     rdfs:label "Above Ground"@en ,
                                                "fuori terra"@it ,
                                                "Überirdisch"@de .


###  https://w3id.org/cterm#Accessories
<https://w3id.org/cterm#Accessories> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#CategoryOfMaterial> ;
                                     rdfs:label "Accessori"@it ,
                                                "Accessories"@en ,
                                                "Zubehör"@de .


###  https://w3id.org/cterm#Acoustic
<https://w3id.org/cterm#Acoustic> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                  rdfs:label "Acoustic"@en ,
                                             "Acustico"@it ,
                                             "Akustik"@de .


###  https://w3id.org/cterm#AerialHandling
<https://w3id.org/cterm#AerialHandling> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#CategoryOfEquipment> ;
                                        rdfs:label "Aerial Handling"@en ,
                                                   "Luftbewegung"@de ,
                                                   "movimentazione aerea"@it .


###  https://w3id.org/cterm#Aggregate
<https://w3id.org/cterm#Aggregate> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#ObjectOfMaterial> ;
                                   rdfs:label "Aggregate"@en ,
                                              "Aggregato"@it ,
                                              "Aggregiert"@de .


###  https://w3id.org/cterm#Agriculture
<https://w3id.org/cterm#Agriculture> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#FamilyOfLabour> ,
                                              <https://w3id.org/cterm#ObjectOfCostComponent> ;
                                     rdfs:label "Agriculture"@en ,
                                                "Colture/Agricoltura"@it ,
                                                "Landwirtschaft"@de ,
                                                "Nutzpflanzen/Landwirtschaft"@de .


###  https://w3id.org/cterm#AgroForestry
<https://w3id.org/cterm#AgroForestry> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#CategoryOfCostComponent> ;
                                      rdfs:label "Agro Forestale"@it ,
                                                 "Agro Forestry"@en ,
                                                 "Agro-Forstwirtschaft"@de .


###  https://w3id.org/cterm#AluminumFoil
<https://w3id.org/cterm#AluminumFoil> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                      rdfs:label "Aluminum Foil"@en ,
                                                 "Lamina In Alluminio"@it .


###  https://w3id.org/cterm#Anti-Corrosive
<https://w3id.org/cterm#Anti-Corrosive> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#FunctionOfMaterial> ;
                                        rdfs:label "Anti-Corrosive"@en ,
                                                   "Korrosionsschutz"@de ,
                                                   "anticorrosiva"@it .


###  https://w3id.org/cterm#Anti-Reflective
<https://w3id.org/cterm#Anti-Reflective> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#FunctionOfMaterial> ;
                                         rdfs:label "Anti-Reflective"@en ,
                                                    "Antireflex"@de ,
                                                    "antiriflesso"@it .


###  https://w3id.org/cterm#Anti-Slip
<https://w3id.org/cterm#Anti-Slip> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#FunctionOfMaterial> ;
                                   rdfs:label "Anti-Slip"@en ,
                                              "Rutschfest"@de ,
                                              "antisdrucciolo"@it .


###  https://w3id.org/cterm#Anti-Trauma
<https://w3id.org/cterm#Anti-Trauma> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#FunctionOfMaterial> ;
                                     rdfs:label "Anti-Trauma"@en ,
                                                "Stoßsicher"@de ,
                                                "antitrauma"@it .


###  https://w3id.org/cterm#Application
<https://w3id.org/cterm#Application> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#ObjectOfActivity> ;
                                     rdfs:label "Application"@en ,
                                                "Applicazione"@it ,
                                                "Aufbringung"@de .


###  https://w3id.org/cterm#Architecture
<https://w3id.org/cterm#Architecture> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#FamilyOfWork> ;
                                      rdfs:label "Architecture"@en ,
                                                 "Architektur"@de ,
                                                 "Architettura"@it .


###  https://w3id.org/cterm#Arm
<https://w3id.org/cterm#Arm> rdf:type owl:NamedIndividual ,
                                      <https://w3id.org/cterm#DimensionParameterType> ;
                             rdfs:label "Arm"@en ,
                                        "Auslegerlänge"@de ,
                                        "sbraccio"@it .


###  https://w3id.org/cterm#Assembly
<https://w3id.org/cterm#Assembly> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#ObjectOfActivity> ;
                                  rdfs:label "Assemblaggio"@it ,
                                             "Assembly"@en ,
                                             "Montage"@de ,
                                             "Montaggio"@it ,
                                             "Zusammenbau"@de .


###  https://w3id.org/cterm#Assistance
<https://w3id.org/cterm#Assistance> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#ObjectOfActivity> ;
                                    rdfs:label "Assistance"@en ,
                                               "Assistenza"@it ,
                                               "Unterstützung"@de .


###  https://w3id.org/cterm#Attic
<https://w3id.org/cterm#Attic> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#UseOfMaterial> ,
                                        <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                               rdfs:label "Attic"@en ,
                                          "Dachboden"@de ,
                                          "Sottotetto"@it .


###  https://w3id.org/cterm#AutoclavedAeratedConcrete
<https://w3id.org/cterm#AutoclavedAeratedConcrete> rdf:type owl:NamedIndividual ,
                                                            <https://w3id.org/cterm#Material> ;
                                                   rdfs:label "Autoclaved Aerated Concrete"@en ,
                                                              "Autoklavierter Porenbeton"@de ,
                                                              "conglomerato cementizio aerato autoclavato"@it .


###  https://w3id.org/cterm#Bags
<https://w3id.org/cterm#Bags> rdf:type owl:NamedIndividual ,
                                       <https://w3id.org/cterm#Furnishing> ;
                              rdfs:label "Bags"@en ,
                                         "Säcke"@de ,
                                         "sacchi"@it .


###  https://w3id.org/cterm#BaseLayer
<https://w3id.org/cterm#BaseLayer> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#UseOfMaterial> ;
                                   rdfs:label "Base Layer"@en ,
                                              "Tragschicht"@de ,
                                              "strato di base"@it .


###  https://w3id.org/cterm#BasementFlooring
<https://w3id.org/cterm#BasementFlooring> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                          rdfs:label "Basement Flooring"@en ,
                                                     "Fußböden im Untergeschoss"@de ,
                                                     "Pavimenti Piano Cantina"@it .


###  https://w3id.org/cterm#BasementWalls
<https://w3id.org/cterm#BasementWalls> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                       rdfs:label "Buried Walls"@en ,
                                                  "Pareti Interrate"@it ,
                                                  "Wände im Untergeschoss"@de .


###  https://w3id.org/cterm#Bathrooms
<https://w3id.org/cterm#Bathrooms> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#UseOfMaterial> ;
                                   rdfs:label "Badezimmer"@de ,
                                              "Bagni"@it ,
                                              "Bathrooms"@en .


###  https://w3id.org/cterm#Bathrooms-Kitchens
<https://w3id.org/cterm#Bathrooms-Kitchens> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                            rdfs:label "Bathrooms-Kitchens"@en ,
                                                       "Bäder-Küchen"@de ,
                                                       "bagni-cucine"@it .


###  https://w3id.org/cterm#BeamEdgesandCurbs
<https://w3id.org/cterm#BeamEdgesandCurbs> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#UseOfEquipment> ,
                                                    <https://w3id.org/cterm#UseOfWorkOfTemporaryWork> ;
                                           rdfs:label "Balken und Randplatten"@de ,
                                                      "Beam Edges and Curbs"@en ,
                                                      "sponde di travi e cordoli"@it .


###  https://w3id.org/cterm#Beams
<https://w3id.org/cterm#Beams> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                               rdfs:label "Balken"@de ,
                                          "Beams"@en ,
                                          "travi"@it .


###  https://w3id.org/cterm#BikePaths
<https://w3id.org/cterm#BikePaths> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#UseOfMaterial> ;
                                   rdfs:label "Bike Paths"@en ,
                                              "Radwege"@de ,
                                              "piste ciclabili"@it .


###  https://w3id.org/cterm#Binder
<https://w3id.org/cterm#Binder> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#ObjectOfMaterial> ;
                                rdfs:label "Binder"@de ,
                                           "Binder"@en ,
                                           "Legante"@it .


###  https://w3id.org/cterm#BinderLayer
<https://w3id.org/cterm#BinderLayer> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#UseOfMaterial> ;
                                     rdfs:label "Binder Layer"@en ,
                                                "Binderschicht"@de ,
                                                "strato di binder"@it .


###  https://w3id.org/cterm#BirdRepellent
<https://w3id.org/cterm#BirdRepellent> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#TypeOfMaterial> ;
                                       rdfs:label "Bird Repellent"@en ,
                                                  "Vogelabwehr"@de ,
                                                  "antipiccione"@it .


###  https://w3id.org/cterm#BirdRepellentDevice
<https://w3id.org/cterm#BirdRepellentDevice> rdf:type owl:NamedIndividual ,
                                                      <https://w3id.org/cterm#UseOfMaterial> ;
                                             rdfs:label "Bird Repellent Device"@en ,
                                                        "Vogelabwehr-Dissuasor"@de ,
                                                        "dissuasore antipiccione"@it .


###  https://w3id.org/cterm#Bitumen
<https://w3id.org/cterm#Bitumen> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#FinishingOfMaterial> ,
                                          <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                 rdfs:label "Bitume"@it ,
                                            "Bitumen"@de ,
                                            "Bitumen"@en .


###  https://w3id.org/cterm#BitumenLayer
<https://w3id.org/cterm#BitumenLayer> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                      rdfs:label "Bitumen Layer"@en ,
                                                 "Strato Di Bitume"@it .


###  https://w3id.org/cterm#BituminizedFeltboard
<https://w3id.org/cterm#BituminizedFeltboard> rdf:type owl:NamedIndividual ,
                                                       <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                              rdfs:label "Bituminized Feltboard"@en ,
                                                         "Cartonfeltro Bitumato"@it .


###  https://w3id.org/cterm#BituminizedGlassFiber
<https://w3id.org/cterm#BituminizedGlassFiber> rdf:type owl:NamedIndividual ,
                                                        <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                               rdfs:label "Bituminized Glass Fiber"@en ,
                                                          "Velo Vetro Bitumato"@it .


###  https://w3id.org/cterm#BituminousMix
<https://w3id.org/cterm#BituminousMix> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#UseOfMaterial> ;
                                       rdfs:label "Asphaltgemisch"@de ,
                                                  "Bituminous Mix"@en ,
                                                  "conglomerato bituminoso"@it .


###  https://w3id.org/cterm#BlackColor
<https://w3id.org/cterm#BlackColor> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#FinishingOfMaterial> ;
                                    rdfs:label "Black Color"@en ,
                                               "Colore Nero"@it ,
                                               "Schwarze Farbe"@de .


###  https://w3id.org/cterm#Blend
<https://w3id.org/cterm#Blend> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#FinishingOfMaterial> ;
                               rdfs:label "Blend"@en ,
                                          "Melange"@de ,
                                          "melange"@it .


###  https://w3id.org/cterm#Boom
<https://w3id.org/cterm#Boom> rdf:type owl:NamedIndividual ,
                                       <https://w3id.org/cterm#DimensionParameterType> ;
                              rdfs:label "Ausleger"@de ,
                                         "Boom"@en ,
                                         "braccio"@it .


###  https://w3id.org/cterm#Breathable
<https://w3id.org/cterm#Breathable> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#FunctionOfMaterial> ;
                                    rdfs:label "Atmungsaktiv"@de ,
                                               "Breathable"@en ,
                                               "Traspirante"@it .


###  https://w3id.org/cterm#Brush
<https://w3id.org/cterm#Brush> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#TypeOfActivity> ;
                               rdfs:label "A Pennello"@it ,
                                          "Brush"@en ,
                                          "Mit Pinsel"@de .


###  https://w3id.org/cterm#Building
<https://w3id.org/cterm#Building> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#CategoryOfLabour> ;
                                  rdfs:label "Bau"@de ,
                                             "Building"@en ,
                                             "edile"@it .


###  https://w3id.org/cterm#Buildings
<https://w3id.org/cterm#Buildings> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#CategoryOfCostComponent> ;
                                   rdfs:label "Buildings"@en ,
                                              "Edifici"@it ,
                                              "Gebäude"@de .


###  https://w3id.org/cterm#Bulk
<https://w3id.org/cterm#Bulk> rdf:type owl:NamedIndividual ,
                                       <https://w3id.org/cterm#AspectOfMaterial> ;
                              rdfs:label "Bulk"@en ,
                                         "Lose"@de ,
                                         "sfuso"@it .


###  https://w3id.org/cterm#Bush-Hammered
<https://w3id.org/cterm#Bush-Hammered> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                       rdfs:label "Bossiert"@de ,
                                                  "Bush-Hammered"@en ,
                                                  "bocciardato"@it .


###  https://w3id.org/cterm#Capacity
<https://w3id.org/cterm#Capacity> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#PerformanceParameterType> ;
                                  rdfs:label "Capacity"@en ,
                                             "Kapazität"@de ,
                                             "Tragfähigkeit"@de ,
                                             "capacità"@it ,
                                             "portata"@it .


###  https://w3id.org/cterm#Casing
<https://w3id.org/cterm#Casing> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ;
                                rdfs:label "Casing"@en ,
                                           "Kassettierungen"@de ,
                                           "incassettature"@it .


###  https://w3id.org/cterm#Casting
<https://w3id.org/cterm#Casting> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#ObjectOfActivity> ;
                                 rdfs:label "Casting"@en ,
                                            "Getto"@it ,
                                            "Guss"@de .


###  https://w3id.org/cterm#Cavities
<https://w3id.org/cterm#Cavities> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                  rdfs:label "Cavities"@en ,
                                             "Intercapedini"@it ,
                                             "Zwischenräume"@de .


###  https://w3id.org/cterm#Ceilings
<https://w3id.org/cterm#Ceilings> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                  rdfs:label "Ceilings"@en ,
                                             "Controsoffitti"@it ,
                                             "Decken"@de .


###  https://w3id.org/cterm#CellularGlass
<https://w3id.org/cterm#CellularGlass> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#Material> ;
                                       rdfs:label "Cellular Glass"@en ,
                                                  "Schaumglas"@de ,
                                                  "Vetro Cellulare"@it .


###  https://w3id.org/cterm#CementitiousCompound
<https://w3id.org/cterm#CementitiousCompound> rdf:type owl:NamedIndividual ,
                                                       <https://w3id.org/cterm#Material> ,
                                                       <https://w3id.org/cterm#UseOfMaterial> ;
                                              rdfs:label "Betonmischung"@de ,
                                                         "Cementitious Compound"@en ,
                                                         "conglomerato cementizio"@it .


###  https://w3id.org/cterm#Cemetery
<https://w3id.org/cterm#Cemetery> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#FamilyOfMaterial> ;
                                  rdfs:label "Cemetery"@en ,
                                             "Cimiteriali"@it ,
                                             "Friedhof"@de .


###  https://w3id.org/cterm#CeramicTerracotta-Brick
<https://w3id.org/cterm#CeramicTerracotta-Brick> rdf:type owl:NamedIndividual ,
                                                          <https://w3id.org/cterm#Material> ;
                                                 rdfs:label "Ceramic Terracotta-Brick"@en ,
                                                            "Keramik, Terrakotta-Ziegel"@de ,
                                                            "ceramica terracotta-laterizio"@it .


###  https://w3id.org/cterm#CharacteristicStrength
<https://w3id.org/cterm#CharacteristicStrength> rdf:type owl:NamedIndividual ,
                                                         <https://w3id.org/cterm#PerformanceParameterType> ;
                                                rdfs:label "Characteristic Strength"@en ,
                                                           "Charakteristische Festigkeit"@de ,
                                                           "resistenza caratteristica"@it .


###  https://w3id.org/cterm#Chemical
<https://w3id.org/cterm#Chemical> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#TypeOfMaterial> ;
                                  rdfs:label "Chemical"@en ,
                                             "Chemisch"@de ,
                                             "chimico"@it .


###  https://w3id.org/cterm#ChemicalWorkers
<https://w3id.org/cterm#ChemicalWorkers> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#CategoryOfLabour> ;
                                         rdfs:label "Chemical Workers"@en ,
                                                    "Chemiearbeiter"@de ,
                                                    "chimici"@it .


###  https://w3id.org/cterm#CircularColumns
<https://w3id.org/cterm#CircularColumns> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#UseOfEquipment> ,
                                                  <https://w3id.org/cterm#UseOfWorkOfTemporaryWork> ;
                                         rdfs:label "Circular Columns"@en ,
                                                    "Runde Pfeiler"@de ,
                                                    "pilastri circolari"@it .


###  https://w3id.org/cterm#CivilEngineering
<https://w3id.org/cterm#CivilEngineering> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#FamilyOfWork> ;
                                          rdfs:label "Bauingenieurwesen"@de ,
                                                     "Civil Engineering"@en ,
                                                     "Ingegneria Civile"@it .


###  https://w3id.org/cterm#Classic-Rustic
<https://w3id.org/cterm#Classic-Rustic> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                        rdfs:label "Classic-Rustic"@en ,
                                                   "Klassisch-Rustikal"@de ,
                                                   "classica-rustica"@it .


###  https://w3id.org/cterm#Cleaning
<https://w3id.org/cterm#Cleaning> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#ObjectOfActivity> ;
                                  rdfs:label "Cleaning"@en ,
                                             "Pulizia"@it ,
                                             "Reinigung"@de .


###  https://w3id.org/cterm#Closure
<https://w3id.org/cterm#Closure> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#FunctionOfMaterial> ;
                                 rdfs:label "Chiusura"@it ,
                                            "Closure"@en ,
                                            "Verschluss"@de .


###  https://w3id.org/cterm#Coastal_River
<https://w3id.org/cterm#Coastal_River> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#ObjectOfCostComponent> ;
                                       rdfs:label "Coastal/River"@en ,
                                                  "Marittime/Fluviali"@it ,
                                                  "See- und Flussbau"@de .


###  https://w3id.org/cterm#Coated
<https://w3id.org/cterm#Coated> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#FinishingOfMaterial> ,
                                         <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                rdfs:label "Beschichtet"@de ,
                                           "Coated"@en ,
                                           "Rivestito"@it ,
                                           "rivestito"@it .


###  https://w3id.org/cterm#CoatedWithRefractoryCeramicLayer
<https://w3id.org/cterm#CoatedWithRefractoryCeramicLayer> rdf:type owl:NamedIndividual ,
                                                                   <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                                          rdfs:label "Coated With Refractory Ceramic Layer"@en ,
                                                                     "Rivestito Con Strato Ceramico Refrattario"@it .


###  https://w3id.org/cterm#CoatedWithSpecialCardboard
<https://w3id.org/cterm#CoatedWithSpecialCardboard> rdf:type owl:NamedIndividual ,
                                                             <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                                    rdfs:label "Coated With Special Cardboard"@en ,
                                                               "Rivestito Di Cartone Speciale"@it .


###  https://w3id.org/cterm#CoatedwithFireproofMortar
<https://w3id.org/cterm#CoatedwithFireproofMortar> rdf:type owl:NamedIndividual ,
                                                            <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                                   rdfs:label "Coated with Fireproof Mortar"@en ,
                                                              "Mit Brandschutzmörtel beschichtet"@de ,
                                                              "rivestito con malta antincendio"@it .


###  https://w3id.org/cterm#CoatedwithRefractoryCeramicLayer
<https://w3id.org/cterm#CoatedwithRefractoryCeramicLayer> rdf:type owl:NamedIndividual ,
                                                                   <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                                          rdfs:label "Coated with Refractory Ceramic Layer"@en ,
                                                                     "Mit feuerfester Keramik beschichtet"@de ,
                                                                     "rivestito con strato di ceramica refrattaria"@it .


###  https://w3id.org/cterm#CoatedwithSpecialCardboard
<https://w3id.org/cterm#CoatedwithSpecialCardboard> rdf:type owl:NamedIndividual ,
                                                             <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                                    rdfs:label "Coated with Special Cardboard"@en ,
                                                               "Mit Spezialpappe beschichtet"@de ,
                                                               "rivestito in cartone speciale"@it .


###  https://w3id.org/cterm#Coating
<https://w3id.org/cterm#Coating> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#FunctionOfMaterial> ;
                                 rdfs:label "Coating"@en ,
                                            "Rivestimento"@it ,
                                            "Verkleidung"@de .


###  https://w3id.org/cterm#CoatingLayer
<https://w3id.org/cterm#CoatingLayer> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#UseOfMaterial> ;
                                      rdfs:label "Beschichtungsschicht"@de ,
                                                 "Coating Layer"@en ,
                                                 "Strato Di Rivestimento"@it .


###  https://w3id.org/cterm#Coatings
<https://w3id.org/cterm#Coatings> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#FamilyOfMaterial> ;
                                  rdfs:label "Coatings"@en ,
                                             "Rivestimenti"@it ,
                                             "Verkleidungen"@de .


###  https://w3id.org/cterm#Cold
<https://w3id.org/cterm#Cold> rdf:type owl:NamedIndividual ,
                                       <https://w3id.org/cterm#TypeOfActivity> ;
                              rdfs:label "A Freddo"@it ,
                                         "Cold"@en ,
                                         "Kalt"@de .


###  https://w3id.org/cterm#Colored
<https://w3id.org/cterm#Colored> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                 rdfs:label "Colored"@en ,
                                            "Gefärbt"@de ,
                                            "colorato"@it .


###  https://w3id.org/cterm#Columns
<https://w3id.org/cterm#Columns> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                 rdfs:label "Columns"@en ,
                                            "Pfeiler"@de ,
                                            "pilastri"@it .


###  https://w3id.org/cterm#Common
<https://w3id.org/cterm#Common> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#QualificationLevel> ;
                                rdfs:label "Allgemein"@de ,
                                           "Common"@en ,
                                           "comune"@it .


###  https://w3id.org/cterm#Complementary
<https://w3id.org/cterm#Complementary> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#FamilyOfMaterial> ;
                                       rdfs:label "Complementari"@it ,
                                                  "Complementary"@en ,
                                                  "Ergänzend"@de .


###  https://w3id.org/cterm#ComplementarySystems
<https://w3id.org/cterm#ComplementarySystems> rdf:type owl:NamedIndividual ,
                                                       <https://w3id.org/cterm#CategoryOfWorkOfConstructionWork> ;
                                              rdfs:label "Complementary Systems"@en ,
                                                         "Ergänzende Systeme"@de ,
                                                         "sistemi complementari"@it .


###  https://w3id.org/cterm#Complete
<https://w3id.org/cterm#Complete> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#TypeOfActivity> ;
                                  rdfs:label "Complete"@en ,
                                             "Totale"@it ,
                                             "Vollständig"@de .


###  https://w3id.org/cterm#Components
<https://w3id.org/cterm#Components> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#CategoryOfMaterial> ;
                                    rdfs:label "Components"@en ,
                                               "Komponenten"@de ,
                                               "componenti"@it .


###  https://w3id.org/cterm#CompressionResistance
<https://w3id.org/cterm#CompressionResistance> rdf:type owl:NamedIndividual ,
                                                        <https://w3id.org/cterm#PerformanceParameterType> ;
                                               rdfs:label "Compression Resistance"@en ,
                                                          "Druckfestigkeit"@de ,
                                                          "Resistenza A Compressione"@it .


###  https://w3id.org/cterm#CompressionStrength
<https://w3id.org/cterm#CompressionStrength> rdf:type owl:NamedIndividual ,
                                                      <https://w3id.org/cterm#PerformanceParameterType> ;
                                             rdfs:label "Compression Strength"@en ,
                                                        "Druckfestigkeit"@de ,
                                                        "Resistenza A Compressione"@it ,
                                                        "resistenza a compressione"@it .


###  https://w3id.org/cterm#ConcreteMixerTruck
<https://w3id.org/cterm#ConcreteMixerTruck> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#Furnishing> ;
                                            rdfs:label "Concrete Mixer Truck"@en ,
                                                       "Fahrmischer"@de ,
                                                       "autobetoniera"@it .


###  https://w3id.org/cterm#ConcretePoursinVerticalFormwork
<https://w3id.org/cterm#ConcretePoursinVerticalFormwork> rdf:type owl:NamedIndividual ,
                                                                  <https://w3id.org/cterm#UseOfEquipment> ;
                                                         rdfs:label "Betonierarbeiten in vertikalen Schalungen"@de ,
                                                                    "Concrete Pours in Vertical Formwork"@en ,
                                                                    "getti di conglomerato cementizio in casseforme verticali"@it .


###  https://w3id.org/cterm#ConcretePumps
<https://w3id.org/cterm#ConcretePumps> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#ObjectOfEquipment> ;
                                       rdfs:label "Betonpumpen"@de ,
                                                  "Concrete Pumps"@en ,
                                                  "pompe per cls"@it .


###  https://w3id.org/cterm#ConcreteStructure
<https://w3id.org/cterm#ConcreteStructure> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                           rdfs:label "Betonstruktur"@de ,
                                                      "Concrete Structure"@en ,
                                                      "struttura in conglomerato cementizio"@it .


###  https://w3id.org/cterm#ConcreteStructures
<https://w3id.org/cterm#ConcreteStructures> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                            rdfs:label "Betonstrukturen"@de ,
                                                       "Concrete Structures"@en ,
                                                       "strutture in conglomerato cementizio"@it .


###  https://w3id.org/cterm#ConcreteVibrator
<https://w3id.org/cterm#ConcreteVibrator> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#ObjectOfEquipment> ;
                                          rdfs:label "Betonvibrator"@de ,
                                                     "Concrete Vibrator"@en ,
                                                     "vibratore per calcestruzzo"@it .


###  https://w3id.org/cterm#Conglomerate
<https://w3id.org/cterm#Conglomerate> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#TypeOfMaterial> ;
                                      rdfs:label "Conglomerate"@en ,
                                                 "Gemisch"@de ,
                                                 "conglomerato"@it .


###  https://w3id.org/cterm#ConnectingBeams
<https://w3id.org/cterm#ConnectingBeams> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                         rdfs:label "Connecting Beams"@en ,
                                                    "Streifenfundamentbalken"@de ,
                                                    "corree"@it .


###  https://w3id.org/cterm#Connections
<https://w3id.org/cterm#Connections> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                     rdfs:label "Connections"@en ,
                                                "Verbindungen"@de ,
                                                "collegamenti"@it .


###  https://w3id.org/cterm#Consistency
<https://w3id.org/cterm#Consistency> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#PerformanceParameterType> ;
                                     rdfs:label "Consistency"@en ,
                                                "Konsistenz"@de ,
                                                "consistenza"@it .


###  https://w3id.org/cterm#ConsistencyClass
<https://w3id.org/cterm#ConsistencyClass> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#PerformanceParameterType> ;
                                          rdfs:label "Consistency Class"@en ,
                                                     "Konsistenzklasse"@de ,
                                                     "classe di consistenza"@it .


###  https://w3id.org/cterm#Consolidation
<https://w3id.org/cterm#Consolidation> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ,
                                                <https://w3id.org/cterm#ObjectOfActivity> ;
                                       rdfs:label "Consolidamento"@it ,
                                                  "Consolidation"@en ,
                                                  "Konsolidierung"@de ,
                                                  "consolidamento"@it .


###  https://w3id.org/cterm#Construction
<https://w3id.org/cterm#Construction> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#FamilyOfCostComponent> ,
                                               <https://w3id.org/cterm#FamilyOfLabour> ;
                                      rdfs:label "Bauwerk"@de ,
                                                 "Construction"@en ,
                                                 "Costruzioni"@it ,
                                                 "Edilizia"@it .


###  https://w3id.org/cterm#ConstructionSite
<https://w3id.org/cterm#ConstructionSite> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#FamilyOfWork> ;
                                          rdfs:label "Construction site"@en ,
                                                     "Ergotecnica"@it .


###  https://w3id.org/cterm#ConstructionSiteFences
<https://w3id.org/cterm#ConstructionSiteFences> rdf:type owl:NamedIndividual ,
                                                         <https://w3id.org/cterm#FunctionOfMaterial> ;
                                                rdfs:label "Baustellenzäune"@de ,
                                                           "Construction Site Fences"@en ,
                                                           "recinzioni cantieri"@it .


###  https://w3id.org/cterm#ConstructionWorkers
<https://w3id.org/cterm#ConstructionWorkers> rdf:type owl:NamedIndividual ,
                                                      <https://w3id.org/cterm#CategoryOfLabour> ;
                                             rdfs:label "Bauarbeiter"@de ,
                                                        "Construction Workers"@en ,
                                                        "edili"@it .


###  https://w3id.org/cterm#ContaminatedSites
<https://w3id.org/cterm#ContaminatedSites> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#ObjectOfCostComponent> ;
                                           rdfs:label "Contaminated Sites"@en ,
                                                      "Kontaminierte Standorte"@de ,
                                                      "Siti Contaminati"@it .


###  https://w3id.org/cterm#ContinuousFoundations
<https://w3id.org/cterm#ContinuousFoundations> rdf:type owl:NamedIndividual ,
                                                        <https://w3id.org/cterm#UseOfEquipment> ,
                                                        <https://w3id.org/cterm#UseOfWorkOfTemporaryWork> ;
                                               rdfs:label "Continuous Foundations"@en ,
                                                          "Streifenfundamente"@de ,
                                                          "fondazioni continue"@it .


###  https://w3id.org/cterm#CorkVegetableFiber
<https://w3id.org/cterm#CorkVegetableFiber> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#Material> ;
                                            rdfs:label "Cork Vegetable Fiber"@en ,
                                                       "Fibra Vegetale Sughero"@it .


###  https://w3id.org/cterm#CoveringLayers
<https://w3id.org/cterm#CoveringLayers> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#UseOfMaterial> ;
                                        rdfs:label "Covering Layers"@en ,
                                                   "Deckschichten"@de ,
                                                   "strati di copertura"@it .


###  https://w3id.org/cterm#CrackRepair
<https://w3id.org/cterm#CrackRepair> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#UseOfMaterial> ;
                                     rdfs:label "Crack Repair"@en ,
                                                "Rissreparatur"@de ,
                                                "riparazione fessure"@it .


###  https://w3id.org/cterm#Curved-Oblique
<https://w3id.org/cterm#Curved-Oblique> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#AspectOfWorkOfConstructionWork> ;
                                        rdfs:label "Curved-Oblique"@en ,
                                                   "Gebogen-Schief"@de ,
                                                   "curva-obliqua"@it .


###  https://w3id.org/cterm#CurvedWallsinElevation
<https://w3id.org/cterm#CurvedWallsinElevation> rdf:type owl:NamedIndividual ,
                                                         <https://w3id.org/cterm#UseOfEquipment> ,
                                                         <https://w3id.org/cterm#UseOfWorkOfTemporaryWork> ;
                                                rdfs:label "Curved Walls in Elevation"@en ,
                                                           "Geschwungene Wände in Höhe"@de ,
                                                           "pareti curvilinee in elevazione"@it .


###  https://w3id.org/cterm#DIN276
<https://w3id.org/cterm#DIN276> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#ClassificationSystem> ;
                                rdfs:label "DIN276" .


###  https://w3id.org/cterm#Decontamination
<https://w3id.org/cterm#Decontamination> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#CategoryOfCostComponent> ;
                                         rdfs:label "Bonifica"@it ,
                                                    "Decontamination"@en ,
                                                    "Decontaminazione"@it ,
                                                    "Dekontaminierung"@de .


###  https://w3id.org/cterm#Delimitations-Protections
<https://w3id.org/cterm#Delimitations-Protections> rdf:type owl:NamedIndividual ,
                                                            <https://w3id.org/cterm#FamilyOfMaterial> ;
                                                   rdfs:label "Abgrenzungen-Schutzvorrichtungen"@de ,
                                                              "Delimitations-Protections"@en ,
                                                              "delimitazioni-protezioni"@it .


###  https://w3id.org/cterm#Demolition
<https://w3id.org/cterm#Demolition> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#CategoryOfActivity> ,
                                             <https://w3id.org/cterm#ObjectOfActivity> ;
                                    rdfs:label "Abriss"@de ,
                                               "Demolition"@en ,
                                               "Demolizione"@it .


###  https://w3id.org/cterm#Density
<https://w3id.org/cterm#Density> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#PhysicalParameterType> ;
                                 rdfs:label "Density"@en ,
                                            "Densità"@it ,
                                            "Dichte"@de ,
                                            "densità"@it .


###  https://w3id.org/cterm#Diameter
<https://w3id.org/cterm#Diameter> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#DimensionParameterType> ;
                                  rdfs:label "Diameter"@en ,
                                             "Durchmesser"@de ,
                                             "diametro"@it .


###  https://w3id.org/cterm#Diaphragms
<https://w3id.org/cterm#Diaphragms> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                    rdfs:label "Diaphragmen"@de ,
                                               "Diaphragms"@en ,
                                               "diaframmi"@it .


###  https://w3id.org/cterm#DifferentiatedMesh
<https://w3id.org/cterm#DifferentiatedMesh> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#AspectOfMaterial> ;
                                            rdfs:label "Differentiated Mesh"@en ,
                                                       "Unterschiedliches Netz"@de ,
                                                       "maglia differenziata"@it .


###  https://w3id.org/cterm#Dismantling
<https://w3id.org/cterm#Dismantling> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#ObjectOfActivity> ;
                                     rdfs:label "Demontage"@de ,
                                                "Dismantling"@en ,
                                                "Smontaggio"@it .


###  https://w3id.org/cterm#Distribution
<https://w3id.org/cterm#Distribution> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#ObjectOfActivity> ;
                                      rdfs:label "Distribution"@en ,
                                                 "Distribuzione"@it ,
                                                 "Verteilung"@de .


###  https://w3id.org/cterm#Diwdag
<https://w3id.org/cterm#Diwdag> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#TypeOfMaterial> ;
                                rdfs:label "Diwdag (Bauweise)"@de ,
                                           "Diwdag (Construction Technique)"@en ,
                                           "diwdag"@it .


###  https://w3id.org/cterm#DoubleTwist
<https://w3id.org/cterm#DoubleTwist> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#TypeOfMaterial> ;
                                     rdfs:label "Doppeldrehung"@de ,
                                                "Double Twist"@en ,
                                                "a doppia torsione"@it .


###  https://w3id.org/cterm#Draining
<https://w3id.org/cterm#Draining> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#FunctionOfMaterial> ;
                                  rdfs:label "Drainierend"@de ,
                                             "Draining"@en ,
                                             "drenante"@it .


###  https://w3id.org/cterm#Draining-NoiseAbsorbingWearingLayer
<https://w3id.org/cterm#Draining-NoiseAbsorbingWearingLayer> rdf:type owl:NamedIndividual ,
                                                                      <https://w3id.org/cterm#UseOfMaterial> ;
                                                             rdfs:label "Drainierende/Schallabsorbierende Deckschicht"@de ,
                                                                        "Draining-Noise Absorbing Wearing Layer"@en ,
                                                                        "strato di usura drenante-fonoassorbente"@it .


###  https://w3id.org/cterm#DrainingSyntheticLayer
<https://w3id.org/cterm#DrainingSyntheticLayer> rdf:type owl:NamedIndividual ,
                                                         <https://w3id.org/cterm#UseOfMaterial> ;
                                                rdfs:label "Drainierender Kunststoffbelag"@de ,
                                                           "Draining Synthetic Layer"@en ,
                                                           "manto sintetico drenante"@it .


###  https://w3id.org/cterm#DriveableFlatRoof
<https://w3id.org/cterm#DriveableFlatRoof> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                           rdfs:label "Befahrbares Flachdach"@de ,
                                                      "Copertura Piana Carrabile"@it ,
                                                      "Driveable Flat Roof"@en .


###  https://w3id.org/cterm#Drywall
<https://w3id.org/cterm#Drywall> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                 rdfs:label "Drywall"@en ,
                                            "Trockenbau"@de ,
                                            "a secco"@it .


###  https://w3id.org/cterm#EPDMRubber
<https://w3id.org/cterm#EPDMRubber> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#Material> ;
                                    rdfs:label "EPDM Rubber"@en ,
                                               "EPDM-Gummi"@de ,
                                               "gomma epdm"@it .


###  https://w3id.org/cterm#ElasticCoating
<https://w3id.org/cterm#ElasticCoating> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#FunctionOfMaterial> ;
                                        rdfs:label "Elastic Coating"@en ,
                                                   "Elastische Beschichtung"@de ,
                                                   "rivestimento elastico"@it .


###  https://w3id.org/cterm#ElasticModulus
<https://w3id.org/cterm#ElasticModulus> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#PerformanceParameterType> ;
                                        rdfs:label "Elastic Modulus"@en ,
                                                   "Elastizitätsmodul"@de ,
                                                   "modulo elastico"@it .


###  https://w3id.org/cterm#ElectricalEngineering
<https://w3id.org/cterm#ElectricalEngineering> rdf:type owl:NamedIndividual ,
                                                        <https://w3id.org/cterm#FamilyOfWork> ;
                                               rdfs:label "Electrical Engineering"@en ,
                                                          "Elektroingenieurwesen"@de ,
                                                          "Ingegneria Elettrica"@it .


###  https://w3id.org/cterm#Electrifiable
<https://w3id.org/cterm#Electrifiable> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#TypeOfMaterial> ;
                                       rdfs:label "Electrifiable"@en ,
                                                  "Elektrifizierbar"@de ,
                                                  "elettrificabile"@it .


###  https://w3id.org/cterm#Electro-Welded
<https://w3id.org/cterm#Electro-Welded> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#TypeOfMaterial> ;
                                        rdfs:label "Electro-Welded"@en ,
                                                   "Elektroschweißgitter"@de ,
                                                   "elettrosaldata"@it .


###  https://w3id.org/cterm#Electro-WeldedMesh
<https://w3id.org/cterm#Electro-WeldedMesh> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                            rdfs:label "Electro-Welded Mesh"@en ,
                                                       "Geschweißtes Netz"@de ,
                                                       "rete elettrosaldata"@it .


###  https://w3id.org/cterm#Electroforged
<https://w3id.org/cterm#Electroforged> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#TypeOfMaterial> ;
                                       rdfs:label "Electroforged"@en ,
                                                  "Elektroschmiedegitter"@de ,
                                                  "elettroforgiata"@it .


###  https://w3id.org/cterm#Elevation-Foundation
<https://w3id.org/cterm#Elevation-Foundation> rdf:type owl:NamedIndividual ,
                                                       <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                              rdfs:label "Elevation-Foundation"@en ,
                                                         "Erhöhung-Fundament"@de ,
                                                         "elevazione-fondazione"@it .


###  https://w3id.org/cterm#Environment
<https://w3id.org/cterm#Environment> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#FamilyOfCostComponent> ;
                                     rdfs:label "Ambiente"@it ,
                                                "Environment"@en ,
                                                "Umgebung"@de .


###  https://w3id.org/cterm#Ergotechnique
<https://w3id.org/cterm#Ergotechnique> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#FamilyOfCostComponent> ;
                                       rdfs:label "Ergotechnik"@de ,
                                                  "Ergotechnique"@en ,
                                                  "Ergotecnica"@it .


###  https://w3id.org/cterm#Excavation
<https://w3id.org/cterm#Excavation> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#ObjectOfActivity> ;
                                    rdfs:label "Aushub"@de ,
                                               "Excavation"@en ,
                                               "Scavo"@it .


###  https://w3id.org/cterm#ExcavationSystems
<https://w3id.org/cterm#ExcavationSystems> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#CategoryOfWorkOfTemporaryWork> ;
                                           rdfs:label "Aushubsysteme"@de ,
                                                      "Excavation Systems"@en ,
                                                      "sistemi di scavo"@it .


###  https://w3id.org/cterm#Execution
<https://w3id.org/cterm#Execution> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#ObjectOfActivity> ;
                                   rdfs:label "Ausführung"@de ,
                                              "Esecuzione"@it ,
                                              "Execution"@en .


###  https://w3id.org/cterm#ExistingScreeds
<https://w3id.org/cterm#ExistingScreeds> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                         rdfs:label "Existing Screeds"@en ,
                                                    "Massetti Esistenti"@it ,
                                                    "Vorhandene Estriche"@de .


###  https://w3id.org/cterm#ExpandedClay
<https://w3id.org/cterm#ExpandedClay> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#Material> ;
                                      rdfs:label "Argilla Espansa"@it ,
                                                 "Expanded Clay"@en .


###  https://w3id.org/cterm#ExpandedCorkVegetableFiber
<https://w3id.org/cterm#ExpandedCorkVegetableFiber> rdf:type owl:NamedIndividual ,
                                                             <https://w3id.org/cterm#Material> ;
                                                    rdfs:label "Expanded Cork Vegetable Fiber"@en ,
                                                               "Expandierter Korkpflanzenfaser"@de ,
                                                               "Fibra Vegetale Sughero Espanso"@it .


###  https://w3id.org/cterm#ExpandedNaturalRockPerlite
<https://w3id.org/cterm#ExpandedNaturalRockPerlite> rdf:type owl:NamedIndividual ,
                                                             <https://w3id.org/cterm#Material> ;
                                                    rdfs:label "Expanded Natural Rock Perlite"@en ,
                                                               "Expandierte Naturstein-Perlit"@de ,
                                                               "Roccia Naturale Perlite Espansa"@it .


###  https://w3id.org/cterm#ExpandedNaturalRockVermiculite
<https://w3id.org/cterm#ExpandedNaturalRockVermiculite> rdf:type owl:NamedIndividual ,
                                                                 <https://w3id.org/cterm#Material> ;
                                                        rdfs:label "Expanded Natural Rock Vermiculite"@en ,
                                                                   "Roccia Naturale Vermiculite Espansa"@it .


###  https://w3id.org/cterm#ExpandedPolyethylenePlastic
<https://w3id.org/cterm#ExpandedPolyethylenePlastic> rdf:type owl:NamedIndividual ,
                                                              <https://w3id.org/cterm#Material> ;
                                                     rdfs:label "Expanded Polyethylene Plastic"@en ,
                                                                "Plastica Polietilene Espanso"@it .


###  https://w3id.org/cterm#ExpandedPolystyrenePlastic
<https://w3id.org/cterm#ExpandedPolystyrenePlastic> rdf:type owl:NamedIndividual ,
                                                             <https://w3id.org/cterm#Material> ;
                                                    rdfs:label "Expanded Polystyrene Plastic (EPS)"@en ,
                                                               "Kunststoff expandiertes Polystyrol (EPS)"@de ,
                                                               "Plastica Polistirene Espanso (EPS)"@it .


###  https://w3id.org/cterm#Exposure
<https://w3id.org/cterm#Exposure> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#PerformanceParameterType> ;
                                  rdfs:label "Exposition"@de ,
                                             "Exposure"@en ,
                                             "esposizione"@it .


###  https://w3id.org/cterm#ExposureClass
<https://w3id.org/cterm#ExposureClass> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#PerformanceParameterType> ;
                                       rdfs:label "Expositionsklasse"@de ,
                                                  "Exposure Class"@en ,
                                                  "classe di esposizione"@it .


###  https://w3id.org/cterm#Exterior
<https://w3id.org/cterm#Exterior> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#UseOfMaterial> ;
                                  rdfs:label "Außenbereich"@de ,
                                             "Exterior"@en ,
                                             "esterno"@it .


###  https://w3id.org/cterm#ExternalSurfaces
<https://w3id.org/cterm#ExternalSurfaces> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#UseOfMaterial> ;
                                          rdfs:label "Außenflächen"@de ,
                                                     "External Surfaces"@en ,
                                                     "superfici esterne"@it .


###  https://w3id.org/cterm#ExternalWalls
<https://w3id.org/cterm#ExternalWalls> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#UseOfMaterial> ;
                                       rdfs:label "Außenwände"@de ,
                                                  "External Walls"@en ,
                                                  "Pareti Esterne"@it .


###  https://w3id.org/cterm#ExtrudedPolystyrenePlastic
<https://w3id.org/cterm#ExtrudedPolystyrenePlastic> rdf:type owl:NamedIndividual ,
                                                             <https://w3id.org/cterm#Material> ;
                                                    rdfs:label "Extruded Polystyrene Plastic (XPS)"@en ,
                                                               "Kunststoff extrudiertes Polystyrol (XPS)"@de ,
                                                               "Plastica Polistirene Estruso (XPS)"@it .


###  https://w3id.org/cterm#FallHeights
<https://w3id.org/cterm#FallHeights> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#PerformanceParameterType> ;
                                     rdfs:label "Fall Heights"@en ,
                                                "Fallhöhen"@de ,
                                                "altezze di caduta"@it .


###  https://w3id.org/cterm#Fastening
<https://w3id.org/cterm#Fastening> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#FunctionOfMaterial> ,
                                            <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ;
                                   rdfs:label "Befestigung"@de ,
                                              "Fastening"@en ,
                                              "fissaggio"@it .


###  https://w3id.org/cterm#Fastenings
<https://w3id.org/cterm#Fastenings> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#FamilyOfMaterial> ;
                                    rdfs:label "Befestigungen"@de ,
                                               "Fastenings"@en ,
                                               "fissaggi"@it .


###  https://w3id.org/cterm#Fences
<https://w3id.org/cterm#Fences> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#FunctionOfMaterial> ;
                                rdfs:label "Fences"@en ,
                                           "Zäune"@de ,
                                           "recinzioni"@it .


###  https://w3id.org/cterm#FerrousAlloySteelB450A
<https://w3id.org/cterm#FerrousAlloySteelB450A> rdf:type owl:NamedIndividual ,
                                                         <https://w3id.org/cterm#Material> ;
                                                rdfs:label "Eisenlegierung Stahl B450A"@de ,
                                                           "Ferrous Alloy Steel B450A"@en ,
                                                           "lega ferrosa acciaio B450A"@it .


###  https://w3id.org/cterm#FerrousAlloySteelB450C
<https://w3id.org/cterm#FerrousAlloySteelB450C> rdf:type owl:NamedIndividual ,
                                                         <https://w3id.org/cterm#Material> ;
                                                rdfs:label "Eisenlegierung Stahl B450C"@de ,
                                                           "Ferrous Alloy Steel B450C"@en ,
                                                           "lega ferrosa acciaio B450C"@it .


###  https://w3id.org/cterm#Filling
<https://w3id.org/cterm#Filling> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ;
                                 rdfs:label "Filling"@en ,
                                            "Verfüllung"@de ,
                                            "tamponamento"@it .


###  https://w3id.org/cterm#FilteringGeotextile
<https://w3id.org/cterm#FilteringGeotextile> rdf:type owl:NamedIndividual ,
                                                      <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                             rdfs:label "Filtering Geotextile"@en ,
                                                        "Filtrierendes Geotextil"@de ,
                                                        "Geotessile Filtrante"@it .


###  https://w3id.org/cterm#Finish
<https://w3id.org/cterm#Finish> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#FunctionOfMaterial> ;
                                rdfs:label "Finish"@en ,
                                           "Finitura"@it ,
                                           "Oberfläche"@de .


###  https://w3id.org/cterm#FirWool
<https://w3id.org/cterm#FirWool> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                 rdfs:label "Fir Wool"@en ,
                                            "Lana Di Abete"@it .


###  https://w3id.org/cterm#FireProtectionSystems
<https://w3id.org/cterm#FireProtectionSystems> rdf:type owl:NamedIndividual ,
                                                        <https://w3id.org/cterm#FamilyOfMaterial> ;
                                               rdfs:label "Brandschutzanlagen"@de ,
                                                          "Fire Protection Systems"@en ,
                                                          "Impianti Antincendio"@it .


###  https://w3id.org/cterm#FireReaction
<https://w3id.org/cterm#FireReaction> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#PerformanceParameterType> ;
                                      rdfs:label "Brandverhalten"@de ,
                                                 "Feuerwiderstand"@de ,
                                                 "Fire Reaction"@en ,
                                                 "Reazione Al Fuoco"@it ,
                                                 "reazione al fuoco"@it .


###  https://w3id.org/cterm#FireResistance
<https://w3id.org/cterm#FireResistance> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#PerformanceParameterType> ;
                                        rdfs:label "Feuerbeständigkeit"@de ,
                                                   "Fire Resistance"@en ,
                                                   "Resistenza Al Fuoco"@it ,
                                                   "resistenza al fuoco"@it .


###  https://w3id.org/cterm#FireSafety
<https://w3id.org/cterm#FireSafety> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#FamilyOfWork> ;
                                    rdfs:label "Antincendio"@it ,
                                               "Brandschutz"@de ,
                                               "Fire Safety"@en .


###  https://w3id.org/cterm#Fireproof
<https://w3id.org/cterm#Fireproof> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#FunctionOfMaterial> ;
                                   rdfs:label "Antincendio"@it ,
                                              "Brandschutz"@de ,
                                              "Fireproof"@en .


###  https://w3id.org/cterm#FireproofPartition
<https://w3id.org/cterm#FireproofPartition> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ;
                                            rdfs:label "Brandschutztrennwand"@de ,
                                                       "Fireproof Partition"@en ,
                                                       "divisorio antincendio"@it .


###  https://w3id.org/cterm#FireproofPartitionWall
<https://w3id.org/cterm#FireproofPartitionWall> rdf:type owl:NamedIndividual ,
                                                         <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ;
                                                rdfs:label "Brandschutzvorsatzschale"@de ,
                                                           "Fireproof Partition Wall"@en ,
                                                           "controparete antincendio"@it .


###  https://w3id.org/cterm#FirstCoat
<https://w3id.org/cterm#FirstCoat> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#TypeOfActivity> ;
                                   rdfs:label "Erster Anstrich"@de ,
                                              "First Coat"@en ,
                                              "Prima Mano"@it .


###  https://w3id.org/cterm#FiveHoles
<https://w3id.org/cterm#FiveHoles> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#AspectOfMaterial> ;
                                   rdfs:label "5 Holes"@en ,
                                              "5 Löcher"@de ,
                                              "5 fori"@it .


###  https://w3id.org/cterm#Fixed
<https://w3id.org/cterm#Fixed> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#TypeOfMaterial> ;
                               rdfs:label "Fest"@de ,
                                          "Fixed"@en ,
                                          "fissa"@it .


###  https://w3id.org/cterm#FixedCranes
<https://w3id.org/cterm#FixedCranes> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#ObjectOfEquipment> ;
                                     rdfs:label "Feste Kräne"@de ,
                                                "Fixed Cranes"@en ,
                                                "gru fisse"@it .


###  https://w3id.org/cterm#FixedGoal
<https://w3id.org/cterm#FixedGoal> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#UseOfMaterial> ;
                                   rdfs:label "Festes Tor"@de ,
                                              "Fixed Goal"@en ,
                                              "porta fissa"@it .


###  https://w3id.org/cterm#FlatHead
<https://w3id.org/cterm#FlatHead> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#AspectOfEquipment> ;
                                  rdfs:label "Flacher Kopf"@de ,
                                             "Flat Head"@en ,
                                             "testa piatta"@it .


###  https://w3id.org/cterm#FlatRoof
<https://w3id.org/cterm#FlatRoof> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                  rdfs:label "Copertura Piana"@it ,
                                             "Flachdach"@de ,
                                             "Flat Roof"@en .


###  https://w3id.org/cterm#FlatRoofWithWalkableSurface
<https://w3id.org/cterm#FlatRoofWithWalkableSurface> rdf:type owl:NamedIndividual ,
                                                              <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                                     rdfs:label "Copertura Piana Con Pavimentazione Pedonabile"@it ,
                                                                "Flachdach mit begehbarem Belag"@de ,
                                                                "Flat roof with walk-on covering"@en .


###  https://w3id.org/cterm#FlatRoofs
<https://w3id.org/cterm#FlatRoofs> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#UseOfMaterial> ;
                                   rdfs:label "Coperture Piane"@it ,
                                              "Flachdächer"@de ,
                                              "Flat Roofs"@en .


###  https://w3id.org/cterm#Floor
<https://w3id.org/cterm#Floor> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#UseOfMaterial> ;
                               rdfs:label "Floor"@en ,
                                          "Fußboden"@de ,
                                          "Pavimento"@it .


###  https://w3id.org/cterm#FloorSlab
<https://w3id.org/cterm#FloorSlab> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ,
                                            <https://w3id.org/cterm#UseOfMaterial> ,
                                            <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                   rdfs:label "Bodenplatte"@de ,
                                              "Decke"@de ,
                                              "Deckenplatte"@de ,
                                              "Floor Slab"@en ,
                                              "FloorSlab"@en ,
                                              "Solaio"@it ,
                                              "solaio"@it .


###  https://w3id.org/cterm#FloorSlabs
<https://w3id.org/cterm#FloorSlabs> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                    rdfs:label "Bodenplatten"@de ,
                                               "Floor Slabs"@en ,
                                               "solette"@it .


###  https://w3id.org/cterm#FloorUnderlay
<https://w3id.org/cterm#FloorUnderlay> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                       rdfs:label "Floor Underlay"@en ,
                                                  "Fußbodenunterlage"@de ,
                                                  "Sottopavimenti"@it .


###  https://w3id.org/cterm#Flooring
<https://w3id.org/cterm#Flooring> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#FamilyOfMaterial> ,
                                           <https://w3id.org/cterm#UseOfMaterial> ;
                                  rdfs:label "Bodenbelag"@de ,
                                             "Bodenbeläge"@de ,
                                             "Flooring"@en ,
                                             "Pavimentazioni"@it ,
                                             "pavimentazione"@it .


###  https://w3id.org/cterm#Floors
<https://w3id.org/cterm#Floors> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                rdfs:label "Bodenbeläge"@de ,
                                           "Floors"@en ,
                                           "Pavimenti"@it .


###  https://w3id.org/cterm#FloorsOverUnheatedAreas
<https://w3id.org/cterm#FloorsOverUnheatedAreas> rdf:type owl:NamedIndividual ,
                                                          <https://w3id.org/cterm#UseOfMaterial> ,
                                                          <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                                 rdfs:label "Böden über unbeheizten Bereichen"@de ,
                                                            "Decken über unbeheizten Bereichen"@de ,
                                                            "Floors Over Unheated Areas"@en ,
                                                            "Solai Su Zone Non Riscaldate"@it .


###  https://w3id.org/cterm#Fluid
<https://w3id.org/cterm#Fluid> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#AspectOfMaterial> ;
                               rdfs:label "Fluid"@en ,
                                          "Flüssig"@de ,
                                          "fluido"@it .


###  https://w3id.org/cterm#Footings-InvertedBeams-Slabs
<https://w3id.org/cterm#Footings-InvertedBeams-Slabs> rdf:type owl:NamedIndividual ,
                                                               <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                                      rdfs:label "Footings-Inverted Beams-Slabs"@en ,
                                                                 "Fundamente-Umgekehrte Balken-Platten"@de ,
                                                                 "plinti-travi rovesce-platee"@it .


###  https://w3id.org/cterm#ForDamConstruction
<https://w3id.org/cterm#ForDamConstruction> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                            rdfs:label "For Dam Construction"@en ,
                                                       "Zur Realisierung von Stauwerken"@de ,
                                                       "per realizzazione di briglia"@it .


###  https://w3id.org/cterm#ForFootball
<https://w3id.org/cterm#ForFootball> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#TypeOfMaterial> ;
                                     rdfs:label "For Football"@en ,
                                                "Für Fußball"@de ,
                                                "da calcio"@it .


###  https://w3id.org/cterm#ForRemanipulationAndReuseForHydraulicAdjustment
<https://w3id.org/cterm#ForRemanipulationAndReuseForHydraulicAdjustment> rdf:type owl:NamedIndividual ,
                                                                                  <https://w3id.org/cterm#FunctionOfActivity> ;
                                                                         rdfs:label "For Remanipulation And Reuse For Hydraulic Adjustment"@en ,
                                                                                    "Per Rimaneggiamento E Riutilizzo Per Variazione Della Conformazione Del Paraggio Idraulico"@it ,
                                                                                    "Zur Umgestaltung Und Wiederverwendung Zur Änderung Der Hydraulischen Anpassung"@de .


###  https://w3id.org/cterm#Forestry
<https://w3id.org/cterm#Forestry> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#CategoryOfLabour> ;
                                  rdfs:label "Forestry"@en ,
                                             "Forstwirtschaft"@de ,
                                             "forestale"@it .


###  https://w3id.org/cterm#Forming
<https://w3id.org/cterm#Forming> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#ObjectOfActivity> ;
                                 rdfs:label "Ausbildung"@de ,
                                            "Formazione"@it ,
                                            "Forming"@en .


###  https://w3id.org/cterm#Formwork
<https://w3id.org/cterm#Formwork> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#ObjectOfEquipment> ,
                                           <https://w3id.org/cterm#ObjectOfWorkOfTemporaryWork> ;
                                  rdfs:label "Formwork"@en ,
                                             "Schalung"@de ,
                                             "Schalungen"@de ,
                                             "cassaforma"@it ,
                                             "casseforme"@it .


###  https://w3id.org/cterm#FormworkForReinforcedConcreteStructures
<https://w3id.org/cterm#FormworkForReinforcedConcreteStructures> rdf:type owl:NamedIndividual ,
                                                                          <https://w3id.org/cterm#UseOfMaterial> ;
                                                                 rdfs:label "Casseri Per Strutture In Conglomerato Cementizio"@it ,
                                                                            "Formwork For Reinforced Concrete Structures"@en ,
                                                                            "Schalungen für Betonstrukturen"@de .


###  https://w3id.org/cterm#FormworkForThermalBridges
<https://w3id.org/cterm#FormworkForThermalBridges> rdf:type owl:NamedIndividual ,
                                                            <https://w3id.org/cterm#UseOfMaterial> ;
                                                   rdfs:label "Casseri Per Ponti Termici"@it ,
                                                              "Formwork For Thermal Bridges"@en ,
                                                              "Schalungen für Wärmebrücken"@de .


###  https://w3id.org/cterm#Foundation
<https://w3id.org/cterm#Foundation> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#ObjectOfWorkOfConstructionWork> ;
                                    rdfs:label "Foundation"@en ,
                                               "Fundament"@de ,
                                               "fondazione"@it .


###  https://w3id.org/cterm#FoundationSystems
<https://w3id.org/cterm#FoundationSystems> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#CategoryOfWorkOfConstructionWork> ;
                                           rdfs:label "Foundation Systems"@en ,
                                                      "Fundamentensysteme"@de ,
                                                      "sistemi di fondazione"@it .


###  https://w3id.org/cterm#FrontClosure
<https://w3id.org/cterm#FrontClosure> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#FunctionOfMaterial> ;
                                      rdfs:label "Chiusura Frontale"@it ,
                                                 "Front Closure"@en ,
                                                 "Frontverschluss"@de .


###  https://w3id.org/cterm#FrontWithDoor
<https://w3id.org/cterm#FrontWithDoor> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#TypeOfActivity> ;
                                       rdfs:label "Front With Door"@en ,
                                                  "Front mit Tür"@de ,
                                                  "Frontale Con Porta"@it .


###  https://w3id.org/cterm#Furniture
<https://w3id.org/cterm#Furniture> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#FamilyOfWork> ;
                                   rdfs:label "Arredo"@it ,
                                              "Furniture"@en ,
                                              "Möbel"@de .


###  https://w3id.org/cterm#Galvanized
<https://w3id.org/cterm#Galvanized> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#FinishingOfMaterial> ;
                                    rdfs:label "Galvanized"@en ,
                                               "Verzinkt"@de ,
                                               "zincata"@it .


###  https://w3id.org/cterm#GasImpermeableMultilayer
<https://w3id.org/cterm#GasImpermeableMultilayer> rdf:type owl:NamedIndividual ,
                                                           <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                                  rdfs:label "Gas Impermeable Multilayer"@en ,
                                                             "Multistrato Gas Impermeabile"@it .


###  https://w3id.org/cterm#Generic
<https://w3id.org/cterm#Generic> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                 rdfs:label "Generic"@en ,
                                            "Generico"@it ,
                                            "Generisch"@de .


###  https://w3id.org/cterm#GenericBitumen
<https://w3id.org/cterm#GenericBitumen> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#FinishingOfMaterial> ,
                                                 <https://w3id.org/cterm#Material> ;
                                        rdfs:label "Allgemeines Bitumen"@de ,
                                                   "Bitume Generico"@it ,
                                                   "Generic Bitumen"@en ,
                                                   "Generisches Bitumen"@de ,
                                                   "bitume generico"@it .


###  https://w3id.org/cterm#GenericCement
<https://w3id.org/cterm#GenericCement> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#Material> ;
                                       rdfs:label "Allgemeiner Zement"@de ,
                                                  "Generic Cement"@en ,
                                                  "cemento generico"@it .


###  https://w3id.org/cterm#GenericEngineeredWood
<https://w3id.org/cterm#GenericEngineeredWood> rdf:type owl:NamedIndividual ,
                                                        <https://w3id.org/cterm#Material> ;
                                               rdfs:label "Allgemeines Kunstholz"@de ,
                                                          "Generic Engineered Wood"@en ,
                                                          "legno artificiale generico"@it .


###  https://w3id.org/cterm#GenericFerrousAlloy
<https://w3id.org/cterm#GenericFerrousAlloy> rdf:type owl:NamedIndividual ,
                                                      <https://w3id.org/cterm#Material> ;
                                             rdfs:label "Allgemeine Eisenlegierung"@de ,
                                                        "Generic Ferrous Alloy"@en ,
                                                        "lega ferrosa generico"@it .


###  https://w3id.org/cterm#GenericFerrousAlloySteel
<https://w3id.org/cterm#GenericFerrousAlloySteel> rdf:type owl:NamedIndividual ,
                                                           <https://w3id.org/cterm#Material> ;
                                                  rdfs:label "Allgemeine Eisenlegierung"@de ,
                                                             "Generic Ferrous Alloy Steel"@en ,
                                                             "lega ferrosa acciaio generico"@it .


###  https://w3id.org/cterm#GenericMaterial
<https://w3id.org/cterm#GenericMaterial> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#Material> ;
                                         rdfs:label "Allgemeines Material"@de ,
                                                    "Generic Material"@en ,
                                                    "Materiale Generico"@it ,
                                                    "materiale generico"@it .


###  https://w3id.org/cterm#GenericMetal
<https://w3id.org/cterm#GenericMetal> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#Material> ;
                                      rdfs:label "Allgemeines Metall"@de ,
                                                 "Generic Metal"@en ,
                                                 "metallo generico"@it .


###  https://w3id.org/cterm#GenericMineralFiber
<https://w3id.org/cterm#GenericMineralFiber> rdf:type owl:NamedIndividual ,
                                                      <https://w3id.org/cterm#Material> ;
                                             rdfs:label "Fibra Minerale Generico"@it ,
                                                        "Generic Mineral Fiber"@en ,
                                                        "Generische Mineralfaser"@de .


###  https://w3id.org/cterm#GenericNaturalRock
<https://w3id.org/cterm#GenericNaturalRock> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#Material> ;
                                            rdfs:label "Allgemeiner Naturstein"@de ,
                                                       "Generic Natural Rock"@en ,
                                                       "roccia naturale generico"@it .


###  https://w3id.org/cterm#GenericNaturalWood
<https://w3id.org/cterm#GenericNaturalWood> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#Material> ;
                                            rdfs:label "Allgemeines Naturholz"@de ,
                                                       "Generic Natural Wood"@en ,
                                                       "legno naturale generico"@it .


###  https://w3id.org/cterm#GenericPlaster
<https://w3id.org/cterm#GenericPlaster> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#Material> ;
                                        rdfs:label "Allgemeiner Gips"@de ,
                                                   "Generic Plaster"@en ,
                                                   "gesso generico"@it .


###  https://w3id.org/cterm#GenericRubber
<https://w3id.org/cterm#GenericRubber> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#Material> ;
                                       rdfs:label "Allgemeiner Gummi"@de ,
                                                  "Generic Rubber"@en ,
                                                  "Gomma Generico"@it ,
                                                  "gomma generico"@it .


###  https://w3id.org/cterm#GenericStructures
<https://w3id.org/cterm#GenericStructures> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#UseOfMaterial> ;
                                           rdfs:label "Allgemeine Strukturen"@de ,
                                                      "Generic Structures"@en ,
                                                      "strutture generiche"@it .


###  https://w3id.org/cterm#GlassFiber
<https://w3id.org/cterm#GlassFiber> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                    rdfs:label "Glass Fiber"@en ,
                                               "Velo Vetro"@it .


###  https://w3id.org/cterm#Gluing
<https://w3id.org/cterm#Gluing> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#ObjectOfActivity> ;
                                rdfs:label "Gluing"@en ,
                                           "Incollaggio"@it ,
                                           "Verkleben"@de .


###  https://w3id.org/cterm#GoldenYellowColor
<https://w3id.org/cterm#GoldenYellowColor> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#FinishingOfMaterial> ;
                                           rdfs:label "Colore Giallo Dorata"@it ,
                                                      "Golden Yellow Color"@en ,
                                                      "Goldgelbe Farbe"@de .


###  https://w3id.org/cterm#Granular
<https://w3id.org/cterm#Granular> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#FinishingOfMaterial> ;
                                  rdfs:label "Granular"@en ,
                                             "Granulata"@it ,
                                             "Körnig"@de .


###  https://w3id.org/cterm#Granulometry
<https://w3id.org/cterm#Granulometry> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#DimensionParameterType> ;
                                      rdfs:label "Granulometria"@it ,
                                                 "Granulometry"@en ,
                                                 "Korngrößenverteilung"@de .


###  https://w3id.org/cterm#GraphiteExpandedPolystyrenePlastic
<https://w3id.org/cterm#GraphiteExpandedPolystyrenePlastic> rdf:type owl:NamedIndividual ,
                                                                     <https://w3id.org/cterm#Material> ;
                                                            rdfs:label "Expandiertes Polystyrol (EPS) mit Graphit"@de ,
                                                                       "Graphite Expanded Polystyrene Plastic (EPS)"@en ,
                                                                       "Plastica Polistirene Espanso (EPS) Con Grafite"@it .


###  https://w3id.org/cterm#GrayColor
<https://w3id.org/cterm#GrayColor> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#FinishingOfMaterial> ,
                                            <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                   rdfs:label "Colore Grigio"@it ,
                                              "Graue Farbe"@de ,
                                              "Gray Color"@en ,
                                              "colore grigio"@it .


###  https://w3id.org/cterm#Green
<https://w3id.org/cterm#Green> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#FinishingOfMaterial> ;
                               rdfs:label "Green"@en ,
                                          "Grün"@de ,
                                          "colore verde"@it .


###  https://w3id.org/cterm#GreenAreas
<https://w3id.org/cterm#GreenAreas> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#ObjectOfCostComponent> ;
                                    rdfs:label "Parchi/Giardini/Aree Verdi"@it ,
                                               "Parks/Gardens/Green Areas"@en ,
                                               "Parks/Gärten/Grünflächen"@de .


###  https://w3id.org/cterm#Green_Forest
<https://w3id.org/cterm#Green_Forest> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#ObjectOfCostComponent> ;
                                      rdfs:label "Green/Forest"@en ,
                                                 "Gün/Wald"@de ,
                                                 "Verde Boschivo/Forestale"@it .


###  https://w3id.org/cterm#GreeneryandLandscaping
<https://w3id.org/cterm#GreeneryandLandscaping> rdf:type owl:NamedIndividual ,
                                                         <https://w3id.org/cterm#FamilyOfMaterial> ;
                                                rdfs:label "Greenery and Landscaping"@en ,
                                                           "Grünanlagen und Landschaftsbau"@de ,
                                                           "verde e paesaggio"@it .


###  https://w3id.org/cterm#Grout
<https://w3id.org/cterm#Grout> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#UseOfMaterial> ;
                               rdfs:label "Grout"@en ,
                                          "Mörtel"@de ,
                                          "boiacche"@it .


###  https://w3id.org/cterm#Handling
<https://w3id.org/cterm#Handling> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#FamilyOfEquipment> ,
                                           <https://w3id.org/cterm#ObjectOfActivity> ;
                                  rdfs:label "Bewegungen"@de ,
                                             "Handling"@en ,
                                             "Movimentazione"@it .


###  https://w3id.org/cterm#HardNaturalStoneStructure
<https://w3id.org/cterm#HardNaturalStoneStructure> rdf:type owl:NamedIndividual ,
                                                            <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                                   rdfs:label "Hard Natural Stone Structure"@en ,
                                                              "Struktur aus Naturhartstein"@de ,
                                                              "struttura in pietra naturale dura"@it .


###  https://w3id.org/cterm#HeadDiameter
<https://w3id.org/cterm#HeadDiameter> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#DimensionParameterType> ;
                                      rdfs:label "Head Diameter"@en ,
                                                 "Kopfdurchmesser"@de ,
                                                 "diametro testa"@it .


###  https://w3id.org/cterm#HeatReflective
<https://w3id.org/cterm#HeatReflective> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#FunctionOfMaterial> ;
                                        rdfs:label "Heat Reflective"@en ,
                                                   "Wärmereflektierend"@de ,
                                                   "termoriflettente"@it .


###  https://w3id.org/cterm#Height
<https://w3id.org/cterm#Height> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#DimensionParameterType> ;
                                rdfs:label "Altezza"@it ,
                                           "Height"@en ,
                                           "Höhe"@de ,
                                           "altezza"@it .


###  https://w3id.org/cterm#HelicopterGroundAssistant
<https://w3id.org/cterm#HelicopterGroundAssistant> rdf:type owl:NamedIndividual ,
                                                            <https://w3id.org/cterm#QualificationLevel> ;
                                                   rdfs:label "Bodenhelfer für Hubschrauber"@de ,
                                                              "Helicopter Ground Assistant"@en ,
                                                              "assistente a terra di elicotterista"@it .


###  https://w3id.org/cterm#HelicopterPilot
<https://w3id.org/cterm#HelicopterPilot> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#QualificationLevel> ;
                                         rdfs:label "Helicopter Pilot"@en ,
                                                    "Hubschrauberpilot"@de ,
                                                    "elicotterista"@it .


###  https://w3id.org/cterm#HempVegetableFiber
<https://w3id.org/cterm#HempVegetableFiber> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#Material> ;
                                            rdfs:label "Fibra Vegetale Canapa"@it ,
                                                       "Hanffaser"@de ,
                                                       "Hemp Vegetable Fiber"@en .


###  https://w3id.org/cterm#Hexagonal
<https://w3id.org/cterm#Hexagonal> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#AspectOfMaterial> ;
                                   rdfs:label "Hexagonal"@en ,
                                              "Sechseckig"@de ,
                                              "esagonale"@it .


###  https://w3id.org/cterm#HexagonalMesh
<https://w3id.org/cterm#HexagonalMesh> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#AspectOfMaterial> ;
                                       rdfs:label "Hexagonal Mesh"@en ,
                                                  "Sechseckiges Netz"@de ,
                                                  "maglia esagonale"@it ,
                                                  "maglie esagonali"@it .


###  https://w3id.org/cterm#HighDensityRockWool
<https://w3id.org/cterm#HighDensityRockWool> rdf:type owl:NamedIndividual ,
                                                      <https://w3id.org/cterm#Material> ;
                                             rdfs:label "Fibra Minerale Lana Di Roccia Ad Alta Densità"@it ,
                                                        "High Density Rock Wool"@en .


###  https://w3id.org/cterm#HollowBox
<https://w3id.org/cterm#HollowBox> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#AspectOfWorkOfConstructionWork> ;
                                   rdfs:label "Hollow Box"@en ,
                                              "Mit Hohlkasten"@de ,
                                              "a cassa vuota"@it .


###  https://w3id.org/cterm#HookHeight
<https://w3id.org/cterm#HookHeight> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#DimensionParameterType> ;
                                    rdfs:label "Hook Height"@en ,
                                               "Höhe unter Haken"@de ,
                                               "altezza sotto gancio"@it .


###  https://w3id.org/cterm#HorizontalStructures
<https://w3id.org/cterm#HorizontalStructures> rdf:type owl:NamedIndividual ,
                                                       <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                              rdfs:label "HorizontalStructures"@en ,
                                                         "StruttureOrizzontali"@it .


###  https://w3id.org/cterm#HorizontalSurfaces
<https://w3id.org/cterm#HorizontalSurfaces> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#UseOfMaterial> ;
                                            rdfs:label "Horizontal Surfaces"@en ,
                                                       "Horizontale Flächen"@de ,
                                                       "superfici orizzontali"@it .


###  https://w3id.org/cterm#HousingStructuralElements
<https://w3id.org/cterm#HousingStructuralElements> rdf:type owl:NamedIndividual ,
                                                            <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ;
                                                   rdfs:label "Housing Structural Elements"@en ,
                                                              "Unterbringung struktureller Elemente"@de ,
                                                              "alloggiamento elementi strutturali"@it .


###  https://w3id.org/cterm#Hydraulic
<https://w3id.org/cterm#Hydraulic> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#CategoryOfCostComponent> ,
                                            <https://w3id.org/cterm#TypeOfMaterial> ;
                                   rdfs:label "Hydraulic"@en ,
                                              "Hydraulik"@de ,
                                              "Idraulica"@it .


###  https://w3id.org/cterm#HydraulicEngineering
<https://w3id.org/cterm#HydraulicEngineering> rdf:type owl:NamedIndividual ,
                                                       <https://w3id.org/cterm#FamilyOfWork> ;
                                              rdfs:label "Hydraulic Engineering"@en ,
                                                         "Ingegneria Idraulica"@it ,
                                                         "Wasserbauingenieurwesen"@de .


###  https://w3id.org/cterm#ImprovedAdhesion
<https://w3id.org/cterm#ImprovedAdhesion> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#TypeOfMaterial> ;
                                          rdfs:label "Improved Adhesion"@en ,
                                                     "Mit verbesserter Haftung"@de ,
                                                     "ad aderenza migliorata"@it .


###  https://w3id.org/cterm#InBlocks
<https://w3id.org/cterm#InBlocks> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                  rdfs:label "Aus Blöcken"@de ,
                                             "In Blocks"@en ,
                                             "in blocchi"@it .


###  https://w3id.org/cterm#InBricks
<https://w3id.org/cterm#InBricks> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                  rdfs:label "Aus Fliesen"@de ,
                                             "In Bricks"@en ,
                                             "in tavelle"@it .


###  https://w3id.org/cterm#InHollowBlocks
<https://w3id.org/cterm#InHollowBlocks> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                        rdfs:label "Aus Hohlblöcken"@de ,
                                                   "In Hollow Blocks"@en ,
                                                   "in blocchi cavi"@it ,
                                                   "in blocchi forati"@it .


###  https://w3id.org/cterm#InHoneycombBlocks
<https://w3id.org/cterm#InHoneycombBlocks> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                           rdfs:label "Aus Wabenblöcken"@de ,
                                                      "In Honeycomb Blocks"@en ,
                                                      "in blocchi alveolati"@it .


###  https://w3id.org/cterm#InModularPanels
<https://w3id.org/cterm#InModularPanels> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#AspectOfMaterial> ;
                                         rdfs:label "In Modular Panels"@en ,
                                                    "In Modulenpanelen"@de ,
                                                    "in pannello modulare"@it .


###  https://w3id.org/cterm#InMulti-HoleBlocks
<https://w3id.org/cterm#InMulti-HoleBlocks> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                            rdfs:label "Aus Mehrlochblöcken"@de ,
                                                       "In Multi-Hole Blocks"@en ,
                                                       "in blocchi multiforo"@it .


###  https://w3id.org/cterm#InPanels
<https://w3id.org/cterm#InPanels> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#AspectOfMaterial> ,
                                           <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                  rdfs:label "In Paneelen"@de ,
                                             "In Panels"@en ,
                                             "in pannelli"@it .


###  https://w3id.org/cterm#InPerforatedBricks
<https://w3id.org/cterm#InPerforatedBricks> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                            rdfs:label "Aus gelochten Fliesen"@de ,
                                                       "In Perforated Bricks"@en ,
                                                       "in tavelle forate"@it .


###  https://w3id.org/cterm#InSemi-SolidBlocks
<https://w3id.org/cterm#InSemi-SolidBlocks> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                            rdfs:label "Aus Halbvollen Blöcken"@de ,
                                                       "In Semi-Solid Blocks"@en ,
                                                       "in blocchi semipieni"@it .


###  https://w3id.org/cterm#InSlabs
<https://w3id.org/cterm#InSlabs> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                 rdfs:label "In Platten"@de ,
                                            "In Slabs"@en ,
                                            "in lastre"@it .


###  https://w3id.org/cterm#InSolidBlocks
<https://w3id.org/cterm#InSolidBlocks> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                       rdfs:label "Aus Vollblöcken"@de ,
                                                  "In Solid Blocks"@en ,
                                                  "in blocchi pieni"@it .


###  https://w3id.org/cterm#InSwiss-TypeBlocks
<https://w3id.org/cterm#InSwiss-TypeBlocks> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                            rdfs:label "Aus Schweizer Typ-Blöcken"@de ,
                                                       "In Swiss-Type Blocks"@en ,
                                                       "in blocchi tipo svizzero"@it .


###  https://w3id.org/cterm#Infrastructure
<https://w3id.org/cterm#Infrastructure> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#FamilyOfCostComponent> ;
                                        rdfs:label "Infrastructure"@en ,
                                                   "Infrastruktur"@de ,
                                                   "Infrastrutture"@it .


###  https://w3id.org/cterm#Injection
<https://w3id.org/cterm#Injection> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#FunctionOfMaterial> ;
                                   rdfs:label "Injection"@en ,
                                              "Injektion"@de ,
                                              "iniezione"@it .


###  https://w3id.org/cterm#Inland
<https://w3id.org/cterm#Inland> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#AspectOfWorkOfConstructionWork> ;
                                rdfs:label "Hinterland"@de ,
                                           "Inland"@en ,
                                           "entroterra"@it .


###  https://w3id.org/cterm#Installation
<https://w3id.org/cterm#Installation> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#ObjectOfActivity> ;
                                      rdfs:label "Installation"@de ,
                                                 "Installation"@en ,
                                                 "Installazione"@it .


###  https://w3id.org/cterm#Insulation
<https://w3id.org/cterm#Insulation> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#FunctionOfMaterial> ,
                                             <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ,
                                             <https://w3id.org/cterm#TypeOfMaterial> ;
                                    rdfs:label "Coibentazione"@it ,
                                               "Dämmstoff"@de ,
                                               "Dämmung"@de ,
                                               "Insulation"@en ,
                                               "Isolamento"@it ,
                                               "Isolierung"@de ,
                                               "isolante"@it .


###  https://w3id.org/cterm#InsulationSystems
<https://w3id.org/cterm#InsulationSystems> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#CategoryOfWorkOfConstructionWork> ;
                                           rdfs:label "Dämmsysteme"@it ,
                                                      "Insulation Systems"@en ,
                                                      "Sistemi Di Isolamento"@it .


###  https://w3id.org/cterm#Insulations
<https://w3id.org/cterm#Insulations> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#FamilyOfMaterial> ;
                                     rdfs:label "Dämmstoffe"@de ,
                                                "Insulations"@en ,
                                                "Isolamenti"@it .


###  https://w3id.org/cterm#Interior
<https://w3id.org/cterm#Interior> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#UseOfMaterial> ;
                                  rdfs:label "Innenbereich"@de ,
                                             "Interior"@en ,
                                             "interno"@it .


###  https://w3id.org/cterm#IntermediateFloors
<https://w3id.org/cterm#IntermediateFloors> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#UseOfMaterial> ,
                                                     <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                            rdfs:label "Intermediate Floors"@en ,
                                                       "Solai Intermedi"@it ,
                                                       "Zwischendecken"@de .


###  https://w3id.org/cterm#InternalPartitionWalls
<https://w3id.org/cterm#InternalPartitionWalls> rdf:type owl:NamedIndividual ,
                                                         <https://w3id.org/cterm#UseOfMaterial> ;
                                                rdfs:label "Innenwände"@de ,
                                                           "Internal Partition Walls"@en ,
                                                           "Pareti Divisorie Interne"@it .


###  https://w3id.org/cterm#InternalSurfaces
<https://w3id.org/cterm#InternalSurfaces> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#UseOfMaterial> ;
                                          rdfs:label "Innenflächen"@de ,
                                                     "Internal Surfaces"@en ,
                                                     "superfici interne"@it .


###  https://w3id.org/cterm#InternalWalls
<https://w3id.org/cterm#InternalWalls> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                       rdfs:label "Internal Walls"@en ,
                                                  "Pareti Dall Interno"@it .


###  https://w3id.org/cterm#IronMetal
<https://w3id.org/cterm#IronMetal> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#Material> ;
                                   rdfs:label "Eisenmetall"@de ,
                                              "Iron Metal"@en ,
                                              "metallo ferro"@it .


###  https://w3id.org/cterm#Ironware
<https://w3id.org/cterm#Ironware> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#ObjectOfMaterial> ;
                                  rdfs:label "Eisenwaren"@de ,
                                             "Ironware"@en ,
                                             "ferramenta"@it .


###  https://w3id.org/cterm#Kitchens
<https://w3id.org/cterm#Kitchens> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#UseOfMaterial> ;
                                  rdfs:label "Cucine"@it ,
                                             "Kitchens"@en ,
                                             "Küchen"@de .


###  https://w3id.org/cterm#KraftPaper
<https://w3id.org/cterm#KraftPaper> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                    rdfs:label "Carta Kraft"@it ,
                                               "Kraft Paper"@en .


###  https://w3id.org/cterm#Land
<https://w3id.org/cterm#Land> rdf:type owl:NamedIndividual ,
                                       <https://w3id.org/cterm#ObjectOfCostComponent> ;
                              rdfs:label "Gelände"@de ,
                                         "Land"@en ,
                                         "Terreno"@it .


###  https://w3id.org/cterm#LandSlopes
<https://w3id.org/cterm#LandSlopes> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#ObjectOfCostComponent> ;
                                    rdfs:label "Gelände/Hänge"@de ,
                                               "Land/Slopes"@en ,
                                               "Terreno/Versanti"@it .


###  https://w3id.org/cterm#Landscaping
<https://w3id.org/cterm#Landscaping> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#FamilyOfWork> ;
                                     rdfs:label "Landscaping"@en ,
                                                "Landschaftsbau"@de ,
                                                "Verde E Paesaggio"@it .


###  https://w3id.org/cterm#Laying
<https://w3id.org/cterm#Laying> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#ObjectOfActivity> ;
                                rdfs:label "Laying"@en ,
                                           "Posa"@it ,
                                           "Verlegung"@de .


###  https://w3id.org/cterm#Length
<https://w3id.org/cterm#Length> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#DimensionParameterType> ;
                                rdfs:label "Length"@en ,
                                           "Lunghezza"@it ,
                                           "Länge"@de ,
                                           "lunghezza"@it .


###  https://w3id.org/cterm#Level1
<https://w3id.org/cterm#Level1> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#TypeOfLabour> ;
                                rdfs:label "Level 1"@en ,
                                           "Stufe 1"@de ,
                                           "livello 1°"@it .


###  https://w3id.org/cterm#Level2
<https://w3id.org/cterm#Level2> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#TypeOfLabour> ;
                                rdfs:label "Level 2"@en ,
                                           "Stufe 2"@de ,
                                           "livello 2°"@it .


###  https://w3id.org/cterm#Level3
<https://w3id.org/cterm#Level3> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#TypeOfLabour> ;
                                rdfs:label "Level 3"@en ,
                                           "Stufe 3"@de ,
                                           "livello 3°"@it .


###  https://w3id.org/cterm#LevelB1
<https://w3id.org/cterm#LevelB1> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#TypeOfLabour> ;
                                 rdfs:label "Level B1"@en ,
                                            "Stufe B1"@de ,
                                            "livello B1"@it .


###  https://w3id.org/cterm#LevelC1
<https://w3id.org/cterm#LevelC1> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#TypeOfLabour> ;
                                 rdfs:label "Level C1"@en ,
                                            "Stufe C1"@de ,
                                            "livello C1"@it .


###  https://w3id.org/cterm#LevelC2
<https://w3id.org/cterm#LevelC2> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#TypeOfLabour> ;
                                 rdfs:label "Level C2"@en ,
                                            "Stufe C2"@de ,
                                            "livello C2"@it .


###  https://w3id.org/cterm#LevelC3
<https://w3id.org/cterm#LevelC3> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#TypeOfLabour> ;
                                 rdfs:label "Level C3"@en ,
                                            "Stufe C3"@de ,
                                            "livello C3"@it .


###  https://w3id.org/cterm#LevelD1
<https://w3id.org/cterm#LevelD1> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#TypeOfLabour> ;
                                 rdfs:label "Level D1"@en ,
                                            "Stufe D1"@de ,
                                            "livello D1"@it .


###  https://w3id.org/cterm#LevelD2
<https://w3id.org/cterm#LevelD2> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#TypeOfLabour> ;
                                 rdfs:label "Level D2"@en ,
                                            "Stufe D2"@de ,
                                            "livello D2"@it .


###  https://w3id.org/cterm#LightweightConcrete
<https://w3id.org/cterm#LightweightConcrete> rdf:type owl:NamedIndividual ,
                                                      <https://w3id.org/cterm#UseOfMaterial> ;
                                             rdfs:label "Leichtbeton"@de ,
                                                        "Lightweight Concrete"@en ,
                                                        "conglomerato cementizio alleggerito"@it .


###  https://w3id.org/cterm#Lime-SilicaMixMaterial
<https://w3id.org/cterm#Lime-SilicaMixMaterial> rdf:type owl:NamedIndividual ,
                                                         <https://w3id.org/cterm#Material> ;
                                                rdfs:label "Kalk-Silikat-Mix"@de ,
                                                           "Lime-Silica Mix Material"@en ,
                                                           "materiale mix calce-silicio"@it .


###  https://w3id.org/cterm#Lintels
<https://w3id.org/cterm#Lintels> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                 rdfs:label "Architravi"@it ,
                                            "Lintels"@en .


###  https://w3id.org/cterm#Load
<https://w3id.org/cterm#Load> rdf:type owl:NamedIndividual ,
                                       <https://w3id.org/cterm#PerformanceParameterType> ;
                              rdfs:label "Last"@de ,
                                         "Load"@en ,
                                         "carico"@it .


###  https://w3id.org/cterm#Load-Bearing
<https://w3id.org/cterm#Load-Bearing> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ;
                                      rdfs:label "Load-Bearing"@en ,
                                                 "Tragend"@de ,
                                                 "portante"@it .


###  https://w3id.org/cterm#LoadClass
<https://w3id.org/cterm#LoadClass> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#PerformanceParameterType> ;
                                   rdfs:label "Lastklasse"@de ,
                                              "Load Class"@en ,
                                              "classe di carico"@it .


###  https://w3id.org/cterm#LooseMesh
<https://w3id.org/cterm#LooseMesh> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#TypeOfMaterial> ;
                                   rdfs:label "Lockeres Netz"@de ,
                                              "Loose Mesh"@en ,
                                              "a maglia sciolta"@it .


###  https://w3id.org/cterm#Maintenance
<https://w3id.org/cterm#Maintenance> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#CategoryOfActivity> ;
                                     rdfs:label "Instandhaltung"@de ,
                                                "Maintenance"@en ,
                                                "Manutenzione"@it .


###  https://w3id.org/cterm#Manual
<https://w3id.org/cterm#Manual> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#TypeOfActivity> ;
                                rdfs:label "A Mano"@it ,
                                           "Manual"@en ,
                                           "Manuell"@de .


###  https://w3id.org/cterm#ManualStoneRemoval
<https://w3id.org/cterm#ManualStoneRemoval> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#TypeOfActivity> ;
                                            rdfs:label "Manual Stone Removal"@en ,
                                                       "Manuelle Steinentfernung"@de ,
                                                       "Spietramento A Mano"@it .


###  https://w3id.org/cterm#Masonry
<https://w3id.org/cterm#Masonry> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#FamilyOfMaterial> ,
                                          <https://w3id.org/cterm#UseOfMaterial> ;
                                 rdfs:label "Masonry"@en ,
                                            "Mauerwerk"@de ,
                                            "Murature"@it .


###  https://w3id.org/cterm#MasonryLayer
<https://w3id.org/cterm#MasonryLayer> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#ObjectOfWorkOfConstructionWork> ,
                                               <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                      rdfs:label "Masonry Layer"@en ,
                                                 "Mauerwerksschicht"@de ,
                                                 "Strato Di Muratura"@it ,
                                                 "strato di muratura"@it .


###  https://w3id.org/cterm#MatteBronzeColor
<https://w3id.org/cterm#MatteBronzeColor> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#FinishingOfMaterial> ;
                                          rdfs:label "Colore Bronzo Opaco"@it ,
                                                     "Mattbronze Farbe"@de ,
                                                     "Matte Bronze Color"@en .


###  https://w3id.org/cterm#MechanicalEngineering
<https://w3id.org/cterm#MechanicalEngineering> rdf:type owl:NamedIndividual ,
                                                        <https://w3id.org/cterm#FamilyOfWork> ;
                                               rdfs:label "Gebäudeausrüstung"@de ,
                                                          "Ingegneria Meccanica"@it ,
                                                          "Mechanical Engineering"@en .


###  https://w3id.org/cterm#MechanizedHandling
<https://w3id.org/cterm#MechanizedHandling> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#CategoryOfEquipment> ;
                                            rdfs:label "Mechanisierte Bewegung"@de ,
                                                       "Mechanized Handling"@en ,
                                                       "movimentazione meccanizzata"@it .


###  https://w3id.org/cterm#Mesh
<https://w3id.org/cterm#Mesh> rdf:type owl:NamedIndividual ,
                                       <https://w3id.org/cterm#ObjectOfMaterial> .


###  https://w3id.org/cterm#MetalProp
<https://w3id.org/cterm#MetalProp> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#TypeOfEquipment> ;
                                   rdfs:label "Metal Prop"@en ,
                                              "Metallstütze"@de ,
                                              "puntello metallico"@it .


###  https://w3id.org/cterm#Metalworkers
<https://w3id.org/cterm#Metalworkers> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#CategoryOfLabour> ;
                                      rdfs:label "Metallarbeiter"@de ,
                                                 "Metalworkers"@en ,
                                                 "metalmeccanici"@it .


###  https://w3id.org/cterm#MineralFiberFirWool
<https://w3id.org/cterm#MineralFiberFirWool> rdf:type owl:NamedIndividual ,
                                                      <https://w3id.org/cterm#Material> ;
                                             rdfs:label "Fibra Minerale Lana Di Abete"@it ,
                                                        "Mineral Fiber Fir Wool"@en ,
                                                        "Mineralfaser Tannenwolle"@de .


###  https://w3id.org/cterm#MineralFiberGlassWool
<https://w3id.org/cterm#MineralFiberGlassWool> rdf:type owl:NamedIndividual ,
                                                        <https://w3id.org/cterm#Material> ;
                                               rdfs:label "Fibra Minerale Lana Di Vetro"@it ,
                                                          "Mineral Fiber Glass Wool"@en ,
                                                          "Mineralfaser Glaswolle"@de .


###  https://w3id.org/cterm#MineralFiberRockWool
<https://w3id.org/cterm#MineralFiberRockWool> rdf:type owl:NamedIndividual ,
                                                       <https://w3id.org/cterm#Material> ;
                                              rdfs:label "Fibra Minerale Lana Di Roccia"@it ,
                                                         "Mineral Fiber Rock Wool"@en ,
                                                         "Mineralfaser Steinwolle"@de .


###  https://w3id.org/cterm#MineralFiberWoodWool
<https://w3id.org/cterm#MineralFiberWoodWool> rdf:type owl:NamedIndividual ,
                                                       <https://w3id.org/cterm#Material> ;
                                              rdfs:label "Fibra Minerale Lana Di Legno"@it ,
                                                         "Mineral Fiber Wood Wool"@en ,
                                                         "Mineralfaser Holzwolle"@de .


###  https://w3id.org/cterm#MineralizedFirWool
<https://w3id.org/cterm#MineralizedFirWool> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                            rdfs:label "Lana Di Abete Mineralizzata"@it ,
                                                       "Mineralized FirWool"@en .


###  https://w3id.org/cterm#MineralizedGlassFiber
<https://w3id.org/cterm#MineralizedGlassFiber> rdf:type owl:NamedIndividual ,
                                                        <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                               rdfs:label "Mineralized Glass Fiber"@en ,
                                                          "Velo Vetro Mineralizzato"@it .


###  https://w3id.org/cterm#MineralizedWoodVegetableFiber
<https://w3id.org/cterm#MineralizedWoodVegetableFiber> rdf:type owl:NamedIndividual ,
                                                                <https://w3id.org/cterm#Material> ;
                                                       rdfs:label "Fibra Vegetale Legno Mineralizzata"@it ,
                                                                  "Mineralized Wood Vegetable Fiber"@en .


###  https://w3id.org/cterm#MineralizedWoodWool
<https://w3id.org/cterm#MineralizedWoodWool> rdf:type owl:NamedIndividual ,
                                                      <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                             rdfs:label "Lana Di Legno Mineralizzata"@it ,
                                                        "Mineralized Wood Wool"@en .


###  https://w3id.org/cterm#MixedSlabStructure
<https://w3id.org/cterm#MixedSlabStructure> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                            rdfs:label "Mischdeckenkonstruktion"@de ,
                                                       "Mixed Slab Structure"@en ,
                                                       "struttura in solaio misto"@it .


###  https://w3id.org/cterm#MixedSlabwithDeepBeams
<https://w3id.org/cterm#MixedSlabwithDeepBeams> rdf:type owl:NamedIndividual ,
                                                         <https://w3id.org/cterm#UseOfEquipment> ,
                                                         <https://w3id.org/cterm#UseOfWorkOfTemporaryWork> ;
                                                rdfs:label "Mischdecke mit Balken in der Dicke"@de ,
                                                           "Mixed Slab with Deep Beams"@en ,
                                                           "solaio misto con travi a spessore"@it .


###  https://w3id.org/cterm#MixedSlabwithDeepBeamsforFlatStructures
<https://w3id.org/cterm#MixedSlabwithDeepBeamsforFlatStructures> rdf:type owl:NamedIndividual ,
                                                                          <https://w3id.org/cterm#UseOfEquipment> ,
                                                                          <https://w3id.org/cterm#UseOfWorkOfTemporaryWork> ;
                                                                 rdfs:label "Mischdecke mit Balken in der Dicke für flache Strukturen"@de ,
                                                                            "Mixed Slab with Deep Beams for Flat Structures"@en ,
                                                                            "solaio misto con travi in spessore per strutture piane"@it .


###  https://w3id.org/cterm#Mixing
<https://w3id.org/cterm#Mixing> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#CategoryOfEquipment> ;
                                rdfs:label "Mischung"@de ,
                                           "Mixing"@en ,
                                           "miscelazione"@it .


###  https://w3id.org/cterm#Mixtures
<https://w3id.org/cterm#Mixtures> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#FamilyOfMaterial> ;
                                  rdfs:label "Mischungen"@de ,
                                             "Mixtures"@en ,
                                             "impasti"@it .


###  https://w3id.org/cterm#MobileCrane
<https://w3id.org/cterm#MobileCrane> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#TypeOfEquipment> ;
                                     rdfs:label "Autokran"@de ,
                                                "Mobile Crane"@en ,
                                                "autogrù"@it .


###  https://w3id.org/cterm#Modification
<https://w3id.org/cterm#Modification> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#FamilyOfActivity> ;
                                      rdfs:label "Modifica"@it ,
                                                 "Modification"@en ,
                                                 "Änderung"@de .


###  https://w3id.org/cterm#Modular
<https://w3id.org/cterm#Modular> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#TypeOfWorkOfTemporaryWork> ;
                                 rdfs:label "Modular"@de ,
                                            "Modular"@en ,
                                            "componibile"@it .


###  https://w3id.org/cterm#ModularFormwork
<https://w3id.org/cterm#ModularFormwork> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#TypeOfEquipment> ;
                                         rdfs:label "Modular Formwork"@en ,
                                                    "Modulare Schalung"@de ,
                                                    "cassaforma componibile"@it .


###  https://w3id.org/cterm#NaturalBlondCorkVegetableFiber
<https://w3id.org/cterm#NaturalBlondCorkVegetableFiber> rdf:type owl:NamedIndividual ,
                                                                 <https://w3id.org/cterm#Material> ;
                                                        rdfs:label "Fibra Vegetale Sughero Biondo Naturale"@it ,
                                                                   "Natural Blond Cork Vegetable Fiber"@en ,
                                                                   "Natürliche blonde Korkpflanzenfaser"@de .


###  https://w3id.org/cterm#Net
<https://w3id.org/cterm#Net> rdf:type owl:NamedIndividual ,
                                      <https://w3id.org/cterm#ObjectOfMaterial> ;
                             rdfs:label "Net"@en ,
                                        "Netz"@de ,
                                        "rete"@it .


###  https://w3id.org/cterm#NominalDiameter
<https://w3id.org/cterm#NominalDiameter> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#DimensionParameterType> ;
                                         rdfs:label "Nennmaß-Durchmesser"@de ,
                                                    "Nominal Diameter"@en ,
                                                    "diametro nominale"@it .


###  https://w3id.org/cterm#Non-Combustible
<https://w3id.org/cterm#Non-Combustible> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#AspectOfMaterial> ,
                                                  <https://w3id.org/cterm#FunctionOfMaterial> ;
                                         rdfs:label "Incombustibile"@it ,
                                                    "Nicht brennbar"@de ,
                                                    "Non-Combustible"@en ,
                                                    "incombustibile"@it .


###  https://w3id.org/cterm#Non-RelevantGenericMaterial
<https://w3id.org/cterm#Non-RelevantGenericMaterial> rdf:type owl:NamedIndividual ,
                                                              <https://w3id.org/cterm#Material> ;
                                                     rdfs:label "Allgemeines, nicht relevantes Material"@de ,
                                                                "Non-Relevant Generic Material"@en ,
                                                                "materiale generico non rilevante"@it .


###  https://w3id.org/cterm#Non-Structural
<https://w3id.org/cterm#Non-Structural> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#FunctionOfMaterial> ;
                                        rdfs:label "Nicht strukturell"@de ,
                                                   "Non-Structural"@en ,
                                                   "non strutturale"@it .


###  https://w3id.org/cterm#NonHeatedAttics
<https://w3id.org/cterm#NonHeatedAttics> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                         rdfs:label "Non Heated Attics"@en ,
                                                    "Sottotetti Non Riscaldati"@it .


###  https://w3id.org/cterm#NonWalkableAttics
<https://w3id.org/cterm#NonWalkableAttics> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                           rdfs:label "Nicht begehbare Dachböden"@de ,
                                                      "Non Walkable Attics"@en ,
                                                      "Sottotetti Non Praticabili"@it .


###  https://w3id.org/cterm#NormalColor
<https://w3id.org/cterm#NormalColor> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                     rdfs:label "Normal Color"@en ,
                                                "Normale Farbe"@de ,
                                                "colore normale"@it .


###  https://w3id.org/cterm#OliveGrayColor
<https://w3id.org/cterm#OliveGrayColor> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#FinishingOfMaterial> ;
                                        rdfs:label "Colore Grigio Oliva"@it ,
                                                   "Olive Gray Color"@en ,
                                                   "Olivgraue Farbe"@de .


###  https://w3id.org/cterm#Omniclass
<https://w3id.org/cterm#Omniclass> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#ClassificationSystem> ;
                                   rdfs:label "Omniclass" .


###  https://w3id.org/cterm#OnSite
<https://w3id.org/cterm#OnSite> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#TypeOfActivity> ;
                                rdfs:label "In Opera"@it ,
                                           "On Site"@en ,
                                           "Vor Ort"@de .


###  https://w3id.org/cterm#OneCoat
<https://w3id.org/cterm#OneCoat> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#TypeOfActivity> ;
                                 rdfs:label "Ein Anstrich"@de ,
                                            "One Coat"@en ,
                                            "Una Mano"@it .


###  https://w3id.org/cterm#Openings
<https://w3id.org/cterm#Openings> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                  rdfs:label "Openings"@en ,
                                             "aperture"@it ,
                                             "Öffnungen"@de .


###  https://w3id.org/cterm#OrangeColor
<https://w3id.org/cterm#OrangeColor> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#FinishingOfMaterial> ;
                                     rdfs:label "Orange Color"@en ,
                                                "Orange Farbe"@de ,
                                                "colore arancione"@it .


###  https://w3id.org/cterm#Paint
<https://w3id.org/cterm#Paint> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#FinishingOfMaterial> ;
                               rdfs:label "Lack"@de ,
                                          "Paint"@en ,
                                          "vernice"@it .


###  https://w3id.org/cterm#Panel
<https://w3id.org/cterm#Panel> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#ObjectOfMaterial> ;
                               rdfs:label "Paneel"@de ,
                                          "Panel"@en ,
                                          "Pannello"@it .


###  https://w3id.org/cterm#Panels
<https://w3id.org/cterm#Panels> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#AspectOfMaterial> ,
                                         <https://w3id.org/cterm#AspectOfWorkOfConstructionWork> ;
                                rdfs:label "Paneele"@de ,
                                           "Panels"@en ,
                                           "Pannelli"@it .


###  https://w3id.org/cterm#ParapetsforStraightBalconiesinReinforcedConcrete
<https://w3id.org/cterm#ParapetsforStraightBalconiesinReinforcedConcrete> rdf:type owl:NamedIndividual ,
                                                                                   <https://w3id.org/cterm#UseOfEquipment> ;
                                                                          rdfs:label "Geländer für geradlinige Balkone aus Stahlbeton"@de ,
                                                                                     "Parapets for Straight Balconies in Reinforced Concrete"@en ,
                                                                                     "parapetti per balconi rettilinei in conglomerato cementizio armato"@it .


###  https://w3id.org/cterm#Partial
<https://w3id.org/cterm#Partial> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#TypeOfActivity> ;
                                 rdfs:label "Partial"@en ,
                                            "Parziale"@it ,
                                            "Teilweise"@de .


###  https://w3id.org/cterm#PartiallySubliming
<https://w3id.org/cterm#PartiallySubliming> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#FinishingOfMaterial> ;
                                            rdfs:label "Partially Subliming"@en ,
                                                       "Parzialmente Sublimante"@it ,
                                                       "Teilweise sublimierend"@de .


###  https://w3id.org/cterm#Partition
<https://w3id.org/cterm#Partition> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#FunctionOfMaterial> ;
                                   rdfs:label "Divisoria"@it ,
                                              "Partition"@en ,
                                              "Trennwand"@de .


###  https://w3id.org/cterm#PartitionWall
<https://w3id.org/cterm#PartitionWall> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ;
                                       rdfs:label "Partition Wall"@en ,
                                                  "Vorsatzschale"@de ,
                                                  "controparete"@it .


###  https://w3id.org/cterm#PartitionWalls
<https://w3id.org/cterm#PartitionWalls> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#UseOfMaterial> ;
                                        rdfs:label "Contropareti"@it ,
                                                   "Partition Walls"@en ,
                                                   "Trennwände"@de .


###  https://w3id.org/cterm#PartitionWallsWithMetalStructure
<https://w3id.org/cterm#PartitionWallsWithMetalStructure> rdf:type owl:NamedIndividual ,
                                                                   <https://w3id.org/cterm#UseOfMaterial> ;
                                                          rdfs:label "Contropareti Con Struttura Metallica"@it ,
                                                                     "Partition Walls With Metal Structure"@en ,
                                                                     "Trennwände mit Metallstruktur"@de .


###  https://w3id.org/cterm#PassageWidth
<https://w3id.org/cterm#PassageWidth> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#DimensionParameterType> ;
                                      rdfs:label "Durchgangsbreite"@de ,
                                                 "Passage Width"@en ,
                                                 "larghezza di passaggio"@it .


###  https://w3id.org/cterm#PastelColor
<https://w3id.org/cterm#PastelColor> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                     rdfs:label "Pastel Color"@en ,
                                                "Pastellfarbe"@de ,
                                                "colore pastello"@it .


###  https://w3id.org/cterm#PerimeterCavities
<https://w3id.org/cterm#PerimeterCavities> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                           rdfs:label "Intercapedini Perimetrali"@it ,
                                                      "Perimeter Cavities"@en .


###  https://w3id.org/cterm#Perimeter_PartitionCavities
<https://w3id.org/cterm#Perimeter_PartitionCavities> rdf:type owl:NamedIndividual ,
                                                              <https://w3id.org/cterm#UseOfMaterial> ;
                                                     rdfs:label "Intercapedini Perimetrali/Divisorie"@it ,
                                                                "Perimeter-/Trennwände"@de ,
                                                                "Perimeter/Partition Cavities"@en .


###  https://w3id.org/cterm#Piles
<https://w3id.org/cterm#Piles> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                               rdfs:label "Pfähle"@de ,
                                          "Piles"@en ,
                                          "pali"@it .


###  https://w3id.org/cterm#Pillars
<https://w3id.org/cterm#Pillars> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                 rdfs:label "Pilastri"@it ,
                                            "Pillars"@en ,
                                            "Säulen"@en .


###  https://w3id.org/cterm#PinkColor
<https://w3id.org/cterm#PinkColor> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#FinishingOfMaterial> ;
                                   rdfs:label "Colore Rosa"@it ,
                                              "Pink Color"@en ,
                                              "Rosafarbene Farbe"@de .


###  https://w3id.org/cterm#PipeClosures
<https://w3id.org/cterm#PipeClosures> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ;
                                      rdfs:label "Pipe Closures"@en ,
                                                 "Verschlüsse für Rohre"@de ,
                                                 "chiusure canne"@it .


###  https://w3id.org/cterm#PitchedRoof
<https://w3id.org/cterm#PitchedRoof> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                     rdfs:label "Copertura A Falde"@it ,
                                                "Pitched Roof"@en ,
                                                "Pultdach"@de .


###  https://w3id.org/cterm#PitchedRoofs
<https://w3id.org/cterm#PitchedRoofs> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#UseOfMaterial> ;
                                      rdfs:label "Coperture A Falde"@it ,
                                                 "Pitched Roofs"@en ,
                                                 "Pultdächer"@de .


###  https://w3id.org/cterm#PitchedRoofsWithShingles
<https://w3id.org/cterm#PitchedRoofsWithShingles> rdf:type owl:NamedIndividual ,
                                                           <https://w3id.org/cterm#UseOfMaterial> ;
                                                  rdfs:label "Coperture A Falde Con Tegole"@it ,
                                                             "Pitched Roofs With Shingles"@en ,
                                                             "Pultdächer mit Dachziegeln"@de .


###  https://w3id.org/cterm#PitchedRoofsWithTiles
<https://w3id.org/cterm#PitchedRoofsWithTiles> rdf:type owl:NamedIndividual ,
                                                        <https://w3id.org/cterm#UseOfMaterial> ;
                                               rdfs:label "Coperture A Falde Con Coppi"@it ,
                                                          "Pitched Roofs With Tiles"@en ,
                                                          "Pultdächer mit Ziegeln"@de .


###  https://w3id.org/cterm#Plasterboard
<https://w3id.org/cterm#Plasterboard> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#UseOfMaterial> ;
                                      rdfs:label "Cartongesso"@it ,
                                                 "Gipskartonplatten"@de ,
                                                 "Plasterboard"@en .


###  https://w3id.org/cterm#Plastered
<https://w3id.org/cterm#Plastered> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                   rdfs:label "Plastered"@en ,
                                              "Verputzt"@de ,
                                              "intonacato"@it .


###  https://w3id.org/cterm#Plastering
<https://w3id.org/cterm#Plastering> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#ObjectOfActivity> ;
                                    rdfs:label "Plastering"@en ,
                                               "Stuccatura"@it ,
                                               "Verputzen"@de .


###  https://w3id.org/cterm#Plastic-Coated
<https://w3id.org/cterm#Plastic-Coated> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#FinishingOfMaterial> ;
                                        rdfs:label "Kunststoffbeschichtet"@de ,
                                                   "Plastic-Coated"@en ,
                                                   "Plastificata"@it .


###  https://w3id.org/cterm#PlasticCoating
<https://w3id.org/cterm#PlasticCoating> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#FinishingOfMaterial> ;
                                        rdfs:label "Kunststoffbeschichtung"@de ,
                                                   "Plastic Coating"@en ,
                                                   "Rivestimento Plastico"@it .


###  https://w3id.org/cterm#PlasticFilm
<https://w3id.org/cterm#PlasticFilm> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#FinishingOfMaterial> ,
                                              <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                     rdfs:label "Film Plastico"@it ,
                                                "Kunststofffolie"@de ,
                                                "Plastic Film"@en .


###  https://w3id.org/cterm#PlayEquipment
<https://w3id.org/cterm#PlayEquipment> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#FamilyOfMaterial> ;
                                       rdfs:label "Play Equipment"@en ,
                                                  "Spielgeräte"@de ,
                                                  "attrezzature giochi"@it .


###  https://w3id.org/cterm#PointFoundations
<https://w3id.org/cterm#PointFoundations> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#UseOfEquipment> ,
                                                   <https://w3id.org/cterm#UseOfWorkOfTemporaryWork> ;
                                          rdfs:label "Point Foundations"@en ,
                                                     "Punktfundamente"@de ,
                                                     "fondazioni puntuali"@it .


###  https://w3id.org/cterm#Polished
<https://w3id.org/cterm#Polished> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                  rdfs:label "Geschliffen"@de ,
                                             "Polished"@en ,
                                             "levigato"@it .


###  https://w3id.org/cterm#PolyamideMaterial
<https://w3id.org/cterm#PolyamideMaterial> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#FinishingOfMaterial> ;
                                           rdfs:label "Polyamide Material"@en ,
                                                      "Polyamidgewebe"@de ,
                                                      "materiale poliammidico"@it .


###  https://w3id.org/cterm#PolyethyleneCoatedKraftPaper
<https://w3id.org/cterm#PolyethyleneCoatedKraftPaper> rdf:type owl:NamedIndividual ,
                                                               <https://w3id.org/cterm#FinishingOfMaterial> ;
                                                      rdfs:label "Carta Kraft Politenata"@it ,
                                                                 "Polyethylenbeschichtetes Kraftpapier"@de ,
                                                                 "Polyethylene Coated Kraft Paper"@en .


###  https://w3id.org/cterm#PolyethylenePlastic
<https://w3id.org/cterm#PolyethylenePlastic> rdf:type owl:NamedIndividual ,
                                                      <https://w3id.org/cterm#Material> ;
                                             rdfs:label "Plastica Polietilene (PE)"@it ,
                                                        "Polyethylen-Kunststoff (PE)"@de ,
                                                        "Polyethylene Plastic (PE)"@en .


###  https://w3id.org/cterm#PolymericCoating
<https://w3id.org/cterm#PolymericCoating> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#FinishingOfMaterial> ;
                                          rdfs:label "Polymerbeschichtung"@de ,
                                                     "Polymeric Coating"@en ,
                                                     "rivestimento polimerico"@it .


###  https://w3id.org/cterm#Polyolefins
<https://w3id.org/cterm#Polyolefins> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                     rdfs:label "Poliolefine"@it ,
                                                "Polyolefins"@en .


###  https://w3id.org/cterm#PolypropyleneFilm
<https://w3id.org/cterm#PolypropyleneFilm> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                           rdfs:label "Pellicola Polipropilenica"@it ,
                                                      "Polypropylene Film"@en .


###  https://w3id.org/cterm#PolypropyleneNonwovenFabricLayer
<https://w3id.org/cterm#PolypropyleneNonwovenFabricLayer> rdf:type owl:NamedIndividual ,
                                                                   <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                                          rdfs:label "Polypropylene Nonwoven Fabric Layer"@en ,
                                                                     "Strato Di Tessuto Non Tessuto Polipropilenico"@it .


###  https://w3id.org/cterm#PolyurethaneFoamPlastic
<https://w3id.org/cterm#PolyurethaneFoamPlastic> rdf:type owl:NamedIndividual ,
                                                          <https://w3id.org/cterm#Material> ;
                                                 rdfs:label "Kunststoff Polyurethanschaum (PIR)"@de ,
                                                            "Plastica Poliuretano Espanso (PIR)"@it ,
                                                            "Polyurethane Foam Plastic (PIR)"@en .


###  https://w3id.org/cterm#PolyurethanePaint
<https://w3id.org/cterm#PolyurethanePaint> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#FinishingOfMaterial> ;
                                           rdfs:label "Polyurethane Paint"@en ,
                                                      "Polyurethanlack"@de ,
                                                      "vernice poliuretanica"@it .


###  https://w3id.org/cterm#PouringWalkway
<https://w3id.org/cterm#PouringWalkway> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#TypeOfWorkOfTemporaryWork> ;
                                        rdfs:label "Gusslaufsteg"@de ,
                                                   "Pouring Walkway"@en ,
                                                   "passerella di getto"@it .


###  https://w3id.org/cterm#Power
<https://w3id.org/cterm#Power> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#PerformanceParameterType> ;
                               rdfs:label "Leistung"@de ,
                                          "Power"@en ,
                                          "potenza"@it .


###  https://w3id.org/cterm#Pre-Tensioning
<https://w3id.org/cterm#Pre-Tensioning> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#FunctionOfMaterial> ,
                                                 <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ;
                                        rdfs:label "Pre-Tensioning"@en ,
                                                   "Vorspannung"@de ,
                                                   "precompressione"@it .


###  https://w3id.org/cterm#Prefabricated
<https://w3id.org/cterm#Prefabricated> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#TypeOfActivity> ;
                                       rdfs:label "Prefabbricata"@it ,
                                                  "Prefabricated"@en ,
                                                  "Vorgefertigt"@de .


###  https://w3id.org/cterm#PrefabricatedStructuresInConcrete
<https://w3id.org/cterm#PrefabricatedStructuresInConcrete> rdf:type owl:NamedIndividual ,
                                                                    <https://w3id.org/cterm#FamilyOfMaterial> ,
                                                                    <https://w3id.org/cterm#FamilyOfWork> ;
                                                           rdfs:label "Fertigteile für Betonstrukturen"@de ,
                                                                      "Prefabricated Structures in Concrete"@en ,
                                                                      "prefabbricati per strutture in cls"@it .


###  https://w3id.org/cterm#PreformedPanels
<https://w3id.org/cterm#PreformedPanels> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#AspectOfMaterial> ;
                                         rdfs:label "Pannelli Preformati"@it ,
                                                    "Preformed Panels"@en ,
                                                    "Vorgeformte Paneele"@de .


###  https://w3id.org/cterm#Preparations
<https://w3id.org/cterm#Preparations> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#FamilyOfEquipment> ;
                                      rdfs:label "Apprestamenti"@it ,
                                                 "Einrichtung"@de ,
                                                 "Preparations"@en .


###  https://w3id.org/cterm#Pressure
<https://w3id.org/cterm#Pressure> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#PerformanceParameterType> ;
                                  rdfs:label "Druck"@de ,
                                             "Pressure"@en ,
                                             "pressione"@it .


###  https://w3id.org/cterm#Printed
<https://w3id.org/cterm#Printed> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#FinishingOfMaterial> ;
                                 rdfs:label "Gedruckt"@de ,
                                            "Printed"@en ,
                                            "Stampato"@it .


###  https://w3id.org/cterm#Production
<https://w3id.org/cterm#Production> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#FamilyOfActivity> ;
                                    rdfs:label "Production"@en ,
                                               "Produktion"@de ,
                                               "Produzione"@it .


###  https://w3id.org/cterm#Products
<https://w3id.org/cterm#Products> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#CategoryOfMaterial> ;
                                  rdfs:label "Prodotti"@it ,
                                             "Products"@en ,
                                             "Produkte"@de ,
                                             "prodotti"@it .


###  https://w3id.org/cterm#Prop
<https://w3id.org/cterm#Prop> rdf:type owl:NamedIndividual ,
                                       <https://w3id.org/cterm#ObjectOfEquipment> ;
                              rdfs:label "Prop"@en ,
                                         "Puntello"@it ,
                                         "Requisite"@de .


###  https://w3id.org/cterm#Protection
<https://w3id.org/cterm#Protection> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#FunctionOfMaterial> ,
                                             <https://w3id.org/cterm#ObjectOfActivity> ;
                                    rdfs:label "Protection"@en ,
                                               "Protezione"@it ,
                                               "Schutz"@de .


###  https://w3id.org/cterm#ProvisionalElements
<https://w3id.org/cterm#ProvisionalElements> rdf:type owl:NamedIndividual ,
                                                      <https://w3id.org/cterm#CategoryOfEquipment> ;
                                             rdfs:label "Provisional Elements"@en ,
                                                        "Provisorische Elemente"@de ,
                                                        "elementi provvisionali"@it .


###  https://w3id.org/cterm#Pultruded
<https://w3id.org/cterm#Pultruded> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#AspectOfMaterial> ;
                                   rdfs:label "Pultruded"@en ,
                                              "Pultrudiertes Material"@de ,
                                              "pultruso"@it .


###  https://w3id.org/cterm#PunchingResistance
<https://w3id.org/cterm#PunchingResistance> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#PerformanceParameterType> ;
                                            rdfs:label "Durchstoßfestigkeit"@de ,
                                                       "Punching Resistance"@en ,
                                                       "resistenza a punzonamento"@it .


###  https://w3id.org/cterm#PyramidPlayStructure
<https://w3id.org/cterm#PyramidPlayStructure> rdf:type owl:NamedIndividual ,
                                                       <https://w3id.org/cterm#UseOfMaterial> ;
                                              rdfs:label "Pyramid Play Structure"@en ,
                                                         "Pyramidenspiel"@de ,
                                                         "gioco piramide"@it .


###  https://w3id.org/cterm#Qualified
<https://w3id.org/cterm#Qualified> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#QualificationLevel> ;
                                   rdfs:label "Qualified"@en ,
                                              "Qualifiziert"@de ,
                                              "qualificato"@it .


###  https://w3id.org/cterm#QualifiedSuper
<https://w3id.org/cterm#QualifiedSuper> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#QualificationLevel> ;
                                        rdfs:label "Oberqualifiziert"@de ,
                                                   "Qualified Super"@en ,
                                                   "qualificato super"@it .


###  https://w3id.org/cterm#QuiltedMat
<https://w3id.org/cterm#QuiltedMat> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#AspectOfMaterial> ;
                                    rdfs:label "Gestepptes Polster"@de ,
                                               "Materassino Trapuntato"@it ,
                                               "Quilted Mat"@en .


###  https://w3id.org/cterm#ReadyMixture
<https://w3id.org/cterm#ReadyMixture> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#ObjectOfMaterial> ;
                                      rdfs:label "Fertigmischung"@de ,
                                                 "Impsto Preconfezionato"@it ,
                                                 "Ready Mixture"@en .


###  https://w3id.org/cterm#Realization
<https://w3id.org/cterm#Realization> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#CategoryOfActivity> ;
                                     rdfs:label "Realization"@en ,
                                                "Realizzazione"@it ,
                                                "Umsetzung"@de .


###  https://w3id.org/cterm#Rebar
<https://w3id.org/cterm#Rebar> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#ObjectOfMaterial> ;
                               rdfs:label "Barra"@it ,
                                          "Bewehrung"@de ,
                                          "Rebar"@en .


###  https://w3id.org/cterm#RebatedEdgePanels
<https://w3id.org/cterm#RebatedEdgePanels> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#AspectOfMaterial> ;
                                           rdfs:label "Paneele mit abgesetzten Kanten"@de ,
                                                      "Pannelli A Bordi Risegati"@it ,
                                                      "Rebated Edge Panels"@en .


###  https://w3id.org/cterm#Reconstruction
<https://w3id.org/cterm#Reconstruction> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#ObjectOfActivity> ;
                                        rdfs:label "Reconstruction"@en ,
                                                   "Rekonstruktion"@de ,
                                                   "Ricostruzione"@it .


###  https://w3id.org/cterm#Rectangular-SquareColumns
<https://w3id.org/cterm#Rectangular-SquareColumns> rdf:type owl:NamedIndividual ,
                                                            <https://w3id.org/cterm#UseOfEquipment> ;
                                                   rdfs:label "Rechteckige/Quadratische Pfeiler"@de ,
                                                              "Rectangular-Square Columns"@en ,
                                                              "pilastri a sezione rettangolare-quadrata"@it .


###  https://w3id.org/cterm#RectangularColumns
<https://w3id.org/cterm#RectangularColumns> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#UseOfWorkOfTemporaryWork> ;
                                            rdfs:label "Rechteckige Pfeiler"@de ,
                                                       "Rectangular Columns"@en ,
                                                       "pilastri a sezione rettangolare"@it .


###  https://w3id.org/cterm#Red
<https://w3id.org/cterm#Red> rdf:type owl:NamedIndividual ,
                                      <https://w3id.org/cterm#FinishingOfMaterial> ;
                             rdfs:label "Red"@en ,
                                        "Rot"@de ,
                                        "colore rosso"@it .


###  https://w3id.org/cterm#RefractoryCeramics
<https://w3id.org/cterm#RefractoryCeramics> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#FinishingOfMaterial> ;
                                            rdfs:label "Ceramica Refrattaria"@it ,
                                                       "Feuerfeste Keramik"@de ,
                                                       "Refractory Ceramics"@en .


###  https://w3id.org/cterm#Regeneration
<https://w3id.org/cterm#Regeneration> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#ObjectOfActivity> ;
                                      rdfs:label "Regeneration"@de ,
                                                 "Regeneration"@en ,
                                                 "Rigenerazione"@it .


###  https://w3id.org/cterm#RegulationGoal
<https://w3id.org/cterm#RegulationGoal> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#UseOfMaterial> ;
                                        rdfs:label "Regulation Goal"@en ,
                                                   "Standardtor"@de ,
                                                   "porta regolamentare"@it .


###  https://w3id.org/cterm#Reinforced
<https://w3id.org/cterm#Reinforced> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                    rdfs:label "Bewehrt"@de ,
                                               "Reinforced"@en ,
                                               "armato"@it .


###  https://w3id.org/cterm#ReinforcedConcrete
<https://w3id.org/cterm#ReinforcedConcrete> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#UseOfMaterial> ;
                                            rdfs:label "Reinforced Concrete"@en ,
                                                       "Stahlbeton"@de ,
                                                       "conglomerato cementizio armato"@it .


###  https://w3id.org/cterm#ReinforcedConcreteStructures
<https://w3id.org/cterm#ReinforcedConcreteStructures> rdf:type owl:NamedIndividual ,
                                                               <https://w3id.org/cterm#UseOfMaterial> ,
                                                               <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                                      rdfs:label "Reinforced Concrete Structures"@en ,
                                                                 "Strukturen aus Stahlbeton"@de ,
                                                                 "strutture in conglomerato cementizio armato"@it .


###  https://w3id.org/cterm#ReinforcedMembraneWithGlassFiber
<https://w3id.org/cterm#ReinforcedMembraneWithGlassFiber> rdf:type owl:NamedIndividual ,
                                                                   <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                                          rdfs:label "Membrana Armata Con Velo Vetro"@it ,
                                                                     "Reinforced Membrane With Glass Fiber"@en .


###  https://w3id.org/cterm#ReinforcedMembraneWithPolyesterNonwoven
<https://w3id.org/cterm#ReinforcedMembraneWithPolyesterNonwoven> rdf:type owl:NamedIndividual ,
                                                                          <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                                                 rdfs:label "Membrana Armata Con TNT Di Poliestere"@it ,
                                                                            "Reinforced Membrane With Polyester Nonwoven"@en .


###  https://w3id.org/cterm#ReinforcedSlateGlassFiberMembrane
<https://w3id.org/cterm#ReinforcedSlateGlassFiberMembrane> rdf:type owl:NamedIndividual ,
                                                                    <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                                           rdfs:label "Membrana Armata Con Velo Vetro Ardesiata"@it ,
                                                                      "Reinforced Slate Glass Fiber Membrane"@en .


###  https://w3id.org/cterm#Reinforcement
<https://w3id.org/cterm#Reinforcement> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ,
                                                <https://w3id.org/cterm#ObjectOfWorkOfConstructionWork> ;
                                       rdfs:label "Bewehrung"@de ,
                                                  "Reinforcement"@en ,
                                                  "Verstärkung"@de ,
                                                  "armatura"@it ,
                                                  "rinforzo"@it .


###  https://w3id.org/cterm#ReinforcementsandStrengthening
<https://w3id.org/cterm#ReinforcementsandStrengthening> rdf:type owl:NamedIndividual ,
                                                                 <https://w3id.org/cterm#FamilyOfMaterial> ;
                                                        rdfs:label "Bewehrungen und Verstärkungen"@de ,
                                                                   "Reinforcements and Strengthening"@en ,
                                                                   "armature e rinforzi"@it .


###  https://w3id.org/cterm#ReinforcingBars
<https://w3id.org/cterm#ReinforcingBars> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#UseOfMaterial> ;
                                         rdfs:label "Bewehrungsstahl"@de ,
                                                    "Reinforcing Bars"@en ,
                                                    "ferri d'armatura"@it .


###  https://w3id.org/cterm#Removal
<https://w3id.org/cterm#Removal> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#ObjectOfActivity> ;
                                 rdfs:label "Entfernung"@de ,
                                            "Removal"@en ,
                                            "Rimozione"@it .


###  https://w3id.org/cterm#Repair
<https://w3id.org/cterm#Repair> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#ObjectOfActivity> ;
                                rdfs:label "Repair"@en ,
                                           "Reparatur"@de ,
                                           "Riparazione"@it .


###  https://w3id.org/cterm#Replacement
<https://w3id.org/cterm#Replacement> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#ObjectOfActivity> ;
                                     rdfs:label "Ersatz"@de ,
                                                "Replacement"@en ,
                                                "Sostituzione"@it .


###  https://w3id.org/cterm#Residences
<https://w3id.org/cterm#Residences> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#ObjectOfCostComponent> ;
                                    rdfs:label "Residences"@en ,
                                               "Residenze"@it ,
                                               "Wohngebiete"@de .


###  https://w3id.org/cterm#ResistanceClass
<https://w3id.org/cterm#ResistanceClass> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#PerformanceParameterType> ;
                                         rdfs:label "Classe Di Resistenza"@it ,
                                                    "Resistance Class"@en ,
                                                    "Widerstandsklasse"@de ,
                                                    "classe di resistenza"@it .


###  https://w3id.org/cterm#Restoration
<https://w3id.org/cterm#Restoration> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#ObjectOfActivity> ;
                                     rdfs:label "Restoration"@en ,
                                                "Ripristino"@it ,
                                                "Wiederherstellung"@de .


###  https://w3id.org/cterm#RetainingWalls
<https://w3id.org/cterm#RetainingWalls> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#UseOfMaterial> ;
                                        rdfs:label "Pareti Controterra"@it ,
                                                   "Retaining Walls"@en ,
                                                   "Stützwände"@de .


###  https://w3id.org/cterm#RhomboidMesh
<https://w3id.org/cterm#RhomboidMesh> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#AspectOfMaterial> ;
                                      rdfs:label "Rautenförmiges Netz"@de ,
                                                 "Rhomboid Mesh"@en ,
                                                 "maglie romboidali"@it .


###  https://w3id.org/cterm#Ribbed
<https://w3id.org/cterm#Ribbed> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#FinishingOfMaterial> ,
                                         <https://w3id.org/cterm#TypeOfMaterial> ;
                                rdfs:label "Gerippt"@de ,
                                           "Ribbed"@en ,
                                           "nervata"@it .


###  https://w3id.org/cterm#RibbedBars
<https://w3id.org/cterm#RibbedBars> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                    rdfs:label "Gerippte Stäbe"@de ,
                                               "Ribbed Bars"@en ,
                                               "barre nervate"@it .


###  https://w3id.org/cterm#RightAngleCorners
<https://w3id.org/cterm#RightAngleCorners> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#AspectOfMaterial> ;
                                           rdfs:label "Rechte Winkelkanten"@de ,
                                                      "Right Angle Corners"@en ,
                                                      "Spigoli Ad Angolo Retto"@it .


###  https://w3id.org/cterm#Rigid
<https://w3id.org/cterm#Rigid> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#AspectOfMaterial> ;
                               rdfs:label "Rigid"@en ,
                                          "Rigido"@it ,
                                          "Starr"@de .


###  https://w3id.org/cterm#RigidPanel
<https://w3id.org/cterm#RigidPanel> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#AspectOfMaterial> ;
                                    rdfs:label "Pannello Rigido"@it ,
                                               "Rigid Panel"@en ,
                                               "Starre Platte"@de .


###  https://w3id.org/cterm#Rivers
<https://w3id.org/cterm#Rivers> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#ObjectOfCostComponent> ;
                                rdfs:label "Canali"@it ,
                                           "Fiumi"@it ,
                                           "Flüsse"@de ,
                                           "Rivers"@en .


###  https://w3id.org/cterm#RoadBarriers
<https://w3id.org/cterm#RoadBarriers> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#UseOfMaterial> ;
                                      rdfs:label "Road Barriers"@en ,
                                                 "Straßenbarrieren"@de ,
                                                 "barriere stradali"@it .


###  https://w3id.org/cterm#RoadSafety
<https://w3id.org/cterm#RoadSafety> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#FamilyOfMaterial> ;
                                    rdfs:label "Road Safety"@en ,
                                               "Straßensicherheit"@de ,
                                               "sicurezza stradale"@it .


###  https://w3id.org/cterm#RoadWorks
<https://w3id.org/cterm#RoadWorks> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#UseOfMaterial> ;
                                   rdfs:label "Road Works"@en ,
                                              "Straßenbau"@de ,
                                              "opere stradali"@it .


###  https://w3id.org/cterm#Roads
<https://w3id.org/cterm#Roads> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#ObjectOfCostComponent> ;
                               rdfs:label "Roads"@en ,
                                          "Strade"@it ,
                                          "Straßen"@de .


###  https://w3id.org/cterm#RoadsideGreen
<https://w3id.org/cterm#RoadsideGreen> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#ObjectOfCostComponent> ;
                                       rdfs:label "Roadside Green"@en ,
                                                  "Straßenbegleitgrün"@de ,
                                                  "Verde Stradale"@it .


###  https://w3id.org/cterm#RockfallBarriers
<https://w3id.org/cterm#RockfallBarriers> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#UseOfMaterial> ;
                                          rdfs:label "Rockfall Barriers"@en ,
                                                     "Steinschlagschutz"@de ,
                                                     "paramassi"@it .


###  https://w3id.org/cterm#Rolling
<https://w3id.org/cterm#Rolling> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#TypeOfMaterial> ;
                                 rdfs:label "Rollbar"@de ,
                                            "Rolling"@en ,
                                            "avvolgibile"@it .


###  https://w3id.org/cterm#RoofGarden
<https://w3id.org/cterm#RoofGarden> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                    rdfs:label "Dachgarten"@de ,
                                               "Giardino pensile"@it ,
                                               "Roof garden"@en .


###  https://w3id.org/cterm#RoofPanelling
<https://w3id.org/cterm#RoofPanelling> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                       rdfs:label "Dachschalung"@de ,
                                                  "Roof panelling"@en ,
                                                  "Sotto Tavolati"@it .


###  https://w3id.org/cterm#Roofing
<https://w3id.org/cterm#Roofing> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#FamilyOfMaterial> ,
                                          <https://w3id.org/cterm#UseOfMaterial> ;
                                 rdfs:label "Bedachungen"@de ,
                                            "Coperture"@it ,
                                            "Roofing"@en .


###  https://w3id.org/cterm#Roofs
<https://w3id.org/cterm#Roofs> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#FamilyOfMaterial> ;
                               rdfs:label "Bedachungen"@de ,
                                          "Roofs"@en ,
                                          "coperture"@it .


###  https://w3id.org/cterm#Rough
<https://w3id.org/cterm#Rough> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#FinishingOfMaterial> ,
                                        <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                               rdfs:label "Rau"@de ,
                                          "Rough"@en ,
                                          "Ruvida"@it .


###  https://w3id.org/cterm#Rough-Sandblasted
<https://w3id.org/cterm#Rough-Sandblasted> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                           rdfs:label "Rau-Gesandstrahlt"@de ,
                                                      "Rough-Sandblasted"@en ,
                                                      "rugoso-sabbiato"@it .


###  https://w3id.org/cterm#RoughFloorHeight
<https://w3id.org/cterm#RoughFloorHeight> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#DimensionParameterType> ;
                                          rdfs:label "Rohe Deckenhöhe"@de ,
                                                     "Rough Floor Height"@en ,
                                                     "interpiano rustico"@it .


###  https://w3id.org/cterm#RoughWithoutSkin
<https://w3id.org/cterm#RoughWithoutSkin> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#FinishingOfMaterial> ;
                                          rdfs:label "Rau ohne Beschichtung"@de ,
                                                     "Rough Without Skin"@en ,
                                                     "Ruvida Senza Pelle"@it .


###  https://w3id.org/cterm#RubberCompound
<https://w3id.org/cterm#RubberCompound> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#Material> ;
                                        rdfs:label "Gummigemisch"@de ,
                                                   "Rubber Compound"@en ,
                                                   "conglomerato gomma"@it .


###  https://w3id.org/cterm#RubberFlooring
<https://w3id.org/cterm#RubberFlooring> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#UseOfMaterial> ;
                                        rdfs:label "Gummibodenbelag"@de ,
                                                   "Rubber Flooring"@en ,
                                                   "pavimentazione in gomma"@it .


###  https://w3id.org/cterm#Sand
<https://w3id.org/cterm#Sand> rdf:type owl:NamedIndividual ,
                                       <https://w3id.org/cterm#TypeOfMaterial> ;
                              rdfs:label "Sabbia"@it ,
                                         "Sand"@de ,
                                         "Sand"@en .


###  https://w3id.org/cterm#Sandblasted
<https://w3id.org/cterm#Sandblasted> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                     rdfs:label "Gesandstrahlt"@de ,
                                                "Sandblasted"@en ,
                                                "sabbiato"@it .


###  https://w3id.org/cterm#Scraping
<https://w3id.org/cterm#Scraping> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#ObjectOfActivity> ;
                                  rdfs:label "Kratzen"@de ,
                                             "Raschiatura"@it ,
                                             "Scraping"@en .


###  https://w3id.org/cterm#ScreedFormation
<https://w3id.org/cterm#ScreedFormation> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ;
                                         rdfs:label "Estrich legen"@de ,
                                                    "Formazione Massetti"@it ,
                                                    "Screed Formation"@en .


###  https://w3id.org/cterm#Screeds
<https://w3id.org/cterm#Screeds> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                 rdfs:label "Estrich"@de ,
                                            "Massetti"@it ,
                                            "Screeds"@en .


###  https://w3id.org/cterm#Seams
<https://w3id.org/cterm#Seams> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ;
                               rdfs:label "Nähte"@de ,
                                          "Seams"@en ,
                                          "cuciture"@it .


###  https://w3id.org/cterm#SecondCoat
<https://w3id.org/cterm#SecondCoat> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#TypeOfActivity> ;
                                    rdfs:label "Second Coat"@en ,
                                               "Seconda Mano"@it ,
                                               "Zweiter Anstrich"@de .


###  https://w3id.org/cterm#Self-ErectingCranewithBottomSlewing
<https://w3id.org/cterm#Self-ErectingCranewithBottomSlewing> rdf:type owl:NamedIndividual ,
                                                                      <https://w3id.org/cterm#TypeOfEquipment> ;
                                                             rdfs:label "Selbstmontierender Kran mit unterer Drehung"@de ,
                                                                        "Self-Erecting Crane with Bottom Slewing"@en ,
                                                                        "gru automontante a rotazione in basso"@it .


###  https://w3id.org/cterm#Self-SupportingPanels
<https://w3id.org/cterm#Self-SupportingPanels> rdf:type owl:NamedIndividual ,
                                                        <https://w3id.org/cterm#AspectOfMaterial> ;
                                               rdfs:label "Pannelli Autoportanti"@it ,
                                                          "Selbsttragende Paneele"@de ,
                                                          "Self-Supporting Panels"@en .


###  https://w3id.org/cterm#Semi-FinishedProducts
<https://w3id.org/cterm#Semi-FinishedProducts> rdf:type owl:NamedIndividual ,
                                                        <https://w3id.org/cterm#FamilyOfEquipment> ;
                                               rdfs:label "Halbfertigprodukte"@de ,
                                                          "Semi-Finished Products"@en ,
                                                          "semi-lavorati"@it .


###  https://w3id.org/cterm#Semi-Load-Bearing
<https://w3id.org/cterm#Semi-Load-Bearing> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ;
                                           rdfs:label "Halbtragend"@de ,
                                                      "Semi-Load-Bearing"@en ,
                                                      "semiportante"@it .


###  https://w3id.org/cterm#Semi-RigidPanel
<https://w3id.org/cterm#Semi-RigidPanel> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#AspectOfMaterial> ;
                                         rdfs:label "Halbsteife Platte"@de ,
                                                    "Pannello Semirigido"@it ,
                                                    "Semi-Rigid Panel"@en .


###  https://w3id.org/cterm#Setups
<https://w3id.org/cterm#Setups> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#FamilyOfEquipment> ;
                                rdfs:label "Einrichtung"@de ,
                                           "Setups"@en ,
                                           "apprestamenti"@it .


###  https://w3id.org/cterm#SewerWaterPipes
<https://w3id.org/cterm#SewerWaterPipes> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#ObjectOfCostComponent> ;
                                         rdfs:label "Abwasserleitungen/Wasserleitungen"@de ,
                                                    "Condotte/Fogna/Acquedotto"@it ,
                                                    "Sewer/Water Pipes"@en .


###  https://w3id.org/cterm#Shaped
<https://w3id.org/cterm#Shaped> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#TypeOfMaterial> ;
                                rdfs:label "Geformt"@de ,
                                           "Shaped"@en ,
                                           "sagomata"@it .


###  https://w3id.org/cterm#SideClosure
<https://w3id.org/cterm#SideClosure> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#FunctionOfMaterial> ;
                                     rdfs:label "Chiusura Laterale"@it ,
                                                "Seitenverschluss"@de ,
                                                "Side Closure"@en .


###  https://w3id.org/cterm#Sidewalks
<https://w3id.org/cterm#Sidewalks> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#UseOfMaterial> ;
                                   rdfs:label "Gehwege"@de ,
                                              "Sidewalks"@en ,
                                              "marciapiedi"@it .


###  https://w3id.org/cterm#SimpleConcreteStructure
<https://w3id.org/cterm#SimpleConcreteStructure> rdf:type owl:NamedIndividual ,
                                                          <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                                 rdfs:label "Einfache Betonstruktur"@de ,
                                                            "Simple Concrete Structure"@en ,
                                                            "struttura in conglomerato cementizio semplice"@it .


###  https://w3id.org/cterm#SitePreparationSystems
<https://w3id.org/cterm#SitePreparationSystems> rdf:type owl:NamedIndividual ,
                                                         <https://w3id.org/cterm#CategoryOfWorkOfTemporaryWork> ;
                                                rdfs:label "Baustelleneinrichtungen"@de ,
                                                           "Site Setup Systems"@en ,
                                                           "sistemi di apprestamento di cantiere"@it .


###  https://w3id.org/cterm#SixStrands
<https://w3id.org/cterm#SixStrands> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#AspectOfMaterial> ;
                                    rdfs:label "6 Litzen"@de ,
                                               "6 Strands"@en ,
                                               "6 trefoli"@it .


###  https://w3id.org/cterm#Skin
<https://w3id.org/cterm#Skin> rdf:type owl:NamedIndividual ,
                                       <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                              rdfs:label "Pelle"@it ,
                                         "Skin"@en .


###  https://w3id.org/cterm#SlakedLime
<https://w3id.org/cterm#SlakedLime> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#Material> ;
                                    rdfs:label "Löschkalk"@de ,
                                               "Slaked Lime"@en ,
                                               "calce grassello"@it .


###  https://w3id.org/cterm#Sliding
<https://w3id.org/cterm#Sliding> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#TypeOfMaterial> ;
                                 rdfs:label "Schiebbar"@de ,
                                            "Sliding"@en ,
                                            "scorrevole"@it .


###  https://w3id.org/cterm#Smooth
<https://w3id.org/cterm#Smooth> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                rdfs:label "Glatt"@de ,
                                           "Smooth"@en ,
                                           "liscio"@it .


###  https://w3id.org/cterm#SmoothWithSkin
<https://w3id.org/cterm#SmoothWithSkin> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                        rdfs:label "Liscia Con Pelle"@it ,
                                                   "Smooth With Skin"@en .


###  https://w3id.org/cterm#SmoothedonGlass
<https://w3id.org/cterm#SmoothedonGlass> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                         rdfs:label "Auf Glas geglättet"@de ,
                                                    "Smoothed on Glass"@en ,
                                                    "rasato su vetro"@it .


###  https://w3id.org/cterm#Soil
<https://w3id.org/cterm#Soil> rdf:type owl:NamedIndividual ,
                                       <https://w3id.org/cterm#FamilyOfMaterial> ,
                                       <https://w3id.org/cterm#FamilyOfWork> ,
                                       <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                              rdfs:label "Boden"@de ,
                                         "Soil"@en ,
                                         "Suolo"@it ,
                                         "Terreno"@it .


###  https://w3id.org/cterm#SoilConsolidation
<https://w3id.org/cterm#SoilConsolidation> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#FamilyOfMaterial> ;
                                           rdfs:label "Bodenkonsolidierung"@de ,
                                                      "Consolidamento Suolo"@it ,
                                                      "Soil Consolidation"@en .


###  https://w3id.org/cterm#SoilProtection
<https://w3id.org/cterm#SoilProtection> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#CategoryOfCostComponent> ;
                                        rdfs:label "Bodenschutz"@de ,
                                                   "Difesa Suolo"@it ,
                                                   "Soil Protection"@en .


###  https://w3id.org/cterm#SolidBrick-Stone-MixedMasonry
<https://w3id.org/cterm#SolidBrick-Stone-MixedMasonry> rdf:type owl:NamedIndividual ,
                                                                <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                                       rdfs:label "Mauerwerk aus Vollziegeln-Naturstein-Gemisch"@de ,
                                                                  "Solid Brick-Stone-Mixed Masonry"@en ,
                                                                  "muratura in mattoni pieni-pietrame-miste"@it .


###  https://w3id.org/cterm#SolidSlabsandFloorsinReinforcedConcretewithDeepBeams
<https://w3id.org/cterm#SolidSlabsandFloorsinReinforcedConcretewithDeepBeams> rdf:type owl:NamedIndividual ,
                                                                                       <https://w3id.org/cterm#UseOfEquipment> ,
                                                                                       <https://w3id.org/cterm#UseOfWorkOfTemporaryWork> ;
                                                                              rdfs:label "Solid Slabs and Floors in Reinforced Concrete with Deep Beams"@en ,
                                                                                         "Vollbetonböden und -platten mit Balken in der Dicke"@de ,
                                                                                         "solai e solette piene in c.a. con travi a spessore"@it .


###  https://w3id.org/cterm#SoundAbsorbing
<https://w3id.org/cterm#SoundAbsorbing> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#FunctionOfMaterial> ;
                                        rdfs:label "Fonoassorbente"@it ,
                                                   "Schalldämpfend"@de ,
                                                   "Sound Absorbing"@en .


###  https://w3id.org/cterm#SoundAbsorption
<https://w3id.org/cterm#SoundAbsorption> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#PerformanceParameterType> ;
                                         rdfs:label "Assorbimento Acustico"@it ,
                                                    "Schallabsorption"@de ,
                                                    "Sound Absorption"@en .


###  https://w3id.org/cterm#Soundproof
<https://w3id.org/cterm#Soundproof> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#FunctionOfMaterial> ;
                                    rdfs:label "Fonoisolante"@it ,
                                               "Schallisolierend"@de ,
                                               "Soundproof"@en .


###  https://w3id.org/cterm#SpecialMortars
<https://w3id.org/cterm#SpecialMortars> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#UseOfEquipment> ;
                                        rdfs:label "Special Mortars (Rubber Granules, Polyurethane Resins, etc.)"@en ,
                                                   "Spezialmörtel (Gummigranulat, Polyurethanharze etc.)"@de ,
                                                   "malte speciali (granuli di gomma, resine poliuretaiche e simili)"@it .


###  https://w3id.org/cterm#Specialized
<https://w3id.org/cterm#Specialized> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#QualificationLevel> ;
                                     rdfs:label "Facharbeiter"@de ,
                                                "Specialized"@en ,
                                                "specializzato"@it .


###  https://w3id.org/cterm#SpecializedSuper
<https://w3id.org/cterm#SpecializedSuper> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#QualificationLevel> ;
                                          rdfs:label "Oberfacharbeiter"@de ,
                                                     "Specialized Super"@en ,
                                                     "specializzato super"@it .


###  https://w3id.org/cterm#SpecializedSuper-TeamLeader
<https://w3id.org/cterm#SpecializedSuper-TeamLeader> rdf:type owl:NamedIndividual ,
                                                              <https://w3id.org/cterm#QualificationLevel> ;
                                                     rdfs:label "Oberfacharbeiter / Vorarbeiter"@de ,
                                                                "Specialized Super-Team Leader"@en ,
                                                                "specializzato super-caposquadra"@it .


###  https://w3id.org/cterm#SpecializedTechnicianforICTWork
<https://w3id.org/cterm#SpecializedTechnicianforICTWork> rdf:type owl:NamedIndividual ,
                                                                  <https://w3id.org/cterm#QualificationLevel> ;
                                                         rdfs:label "ICT-Spezialist"@de ,
                                                                    "Specialized Technician for ICT Work"@en ,
                                                                    "tecnico specialistico per lavorazioni ICT"@it .


###  https://w3id.org/cterm#SpecificWeight
<https://w3id.org/cterm#SpecificWeight> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#PhysicalParameterType> ;
                                        rdfs:label "Specific Weight"@en ,
                                                   "Spezifisches Gewicht"@de ,
                                                   "peso specifico"@it .


###  https://w3id.org/cterm#SportsEquipment
<https://w3id.org/cterm#SportsEquipment> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#FamilyOfMaterial> ;
                                         rdfs:label "Sportgeräte"@de ,
                                                    "Sports Equipment"@en ,
                                                    "attrezzature sport"@it .


###  https://w3id.org/cterm#SportsFlooring
<https://w3id.org/cterm#SportsFlooring> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#UseOfMaterial> ;
                                        rdfs:label "Sportbodenbelag"@de ,
                                                   "Sports Flooring"@en ,
                                                   "pavimentazione sportiva"@it .


###  https://w3id.org/cterm#Spray
<https://w3id.org/cterm#Spray> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#TypeOfActivity> ;
                               rdfs:label "A Spruzzo"@it ,
                                          "Gesprüht"@de ,
                                          "Spray"@en .


###  https://w3id.org/cterm#SpreadClass
<https://w3id.org/cterm#SpreadClass> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#PerformanceParameterType> ;
                                     rdfs:label "Spread Class"@en ,
                                                "Verteilungsklasse"@de ,
                                                "classe di spandimento"@it .


###  https://w3id.org/cterm#Square
<https://w3id.org/cterm#Square> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#AspectOfMaterial> ;
                                rdfs:label "Quadratisch"@de ,
                                           "Square"@en ,
                                           "quadrata"@it .


###  https://w3id.org/cterm#SquareMesh
<https://w3id.org/cterm#SquareMesh> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#AspectOfMaterial> ;
                                    rdfs:label "Quadratisches Netz"@de ,
                                               "Square Mesh"@en ,
                                               "maglia quadrata"@it .


###  https://w3id.org/cterm#StLB
<https://w3id.org/cterm#StLB> rdf:type owl:NamedIndividual ,
                                       <https://w3id.org/cterm#ClassificationSystem> ;
                              rdfs:label "StLB" .


###  https://w3id.org/cterm#StabilizedEarthCarpets
<https://w3id.org/cterm#StabilizedEarthCarpets> rdf:type owl:NamedIndividual ,
                                                         <https://w3id.org/cterm#UseOfMaterial> ;
                                                rdfs:label "Stabilisierte Bodenbeläge"@de ,
                                                           "Stabilized Earth Carpets"@en ,
                                                           "tappeti in terra stabilizzata"@it .


###  https://w3id.org/cterm#Stainless
<https://w3id.org/cterm#Stainless> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#FinishingOfMaterial> ;
                                   rdfs:label "Edelstahl"@de ,
                                              "Stainless"@en ,
                                              "inox"@it .


###  https://w3id.org/cterm#StainlessSteelAlloy
<https://w3id.org/cterm#StainlessSteelAlloy> rdf:type owl:NamedIndividual ,
                                                      <https://w3id.org/cterm#Material> ;
                                             rdfs:label "Edelstahllegierung"@de ,
                                                        "Stainless Steel Alloy"@en ,
                                                        "lega ferrosa acciaio inox"@it .


###  https://w3id.org/cterm#StainlessSteelAlloyAISI304
<https://w3id.org/cterm#StainlessSteelAlloyAISI304> rdf:type owl:NamedIndividual ,
                                                             <https://w3id.org/cterm#Material> ;
                                                    rdfs:label "Edelstahllegierung AISI 304"@de ,
                                                               "Stainless Steel Alloy AISI 304"@en ,
                                                               "lega ferrosa acciaio inox AISI 304"@it .


###  https://w3id.org/cterm#StainlessSteelAlloyAISI304l
<https://w3id.org/cterm#StainlessSteelAlloyAISI304l> rdf:type owl:NamedIndividual ,
                                                              <https://w3id.org/cterm#Material> ;
                                                     rdfs:label "Edelstahllegierung AISI 304l"@de ,
                                                                "Stainless Steel Alloy AISI 304l"@en ,
                                                                "lega ferrosa acciaio inox AISI 304l"@it .


###  https://w3id.org/cterm#StainlessSteelAlloyAISI316L
<https://w3id.org/cterm#StainlessSteelAlloyAISI316L> rdf:type owl:NamedIndividual ,
                                                              <https://w3id.org/cterm#Material> ;
                                                     rdfs:label "Edelstahllegierung AISI 316L"@de ,
                                                                "Stainless Steel Alloy AISI 316L"@en ,
                                                                "lega ferrosa acciaio inox AISI 316L"@it .


###  https://w3id.org/cterm#Staircase-ElevatorShaftWalls
<https://w3id.org/cterm#Staircase-ElevatorShaftWalls> rdf:type owl:NamedIndividual ,
                                                               <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                                      rdfs:label "Staircase-Elevator Shaft Walls"@en ,
                                                                 "Wände für Treppen- und Aufzugsschächte"@de ,
                                                                 "murature vani scala-ascensori"@it .


###  https://w3id.org/cterm#Stitching
<https://w3id.org/cterm#Stitching> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ;
                                   rdfs:label "Naht"@de ,
                                              "Stitching"@en ,
                                              "cucitura"@it .


###  https://w3id.org/cterm#StoneRemoval
<https://w3id.org/cterm#StoneRemoval> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#TypeOfActivity> ;
                                      rdfs:label "Spietramento"@it ,
                                                 "Steinentfernung"@de ,
                                                 "Stone Removal"@en .


###  https://w3id.org/cterm#Straight-CurvedAxis
<https://w3id.org/cterm#Straight-CurvedAxis> rdf:type owl:NamedIndividual ,
                                                      <https://w3id.org/cterm#AspectOfWorkOfConstructionWork> ;
                                             rdfs:label "Gerade-Gebogene Achse"@de ,
                                                        "Straight-Curved Axis"@en ,
                                                        "asse rettilineo-curvilineo"@it .


###  https://w3id.org/cterm#StraightBalconyParapets
<https://w3id.org/cterm#StraightBalconyParapets> rdf:type owl:NamedIndividual ,
                                                          <https://w3id.org/cterm#UseOfWorkOfTemporaryWork> ;
                                                 rdfs:label "Geländer für gerade Balkone"@de ,
                                                            "Straight Balcony Parapets"@en ,
                                                            "parapetti per balconi rettilinei"@it .


###  https://w3id.org/cterm#StraightEdgePanels
<https://w3id.org/cterm#StraightEdgePanels> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#AspectOfMaterial> ;
                                            rdfs:label "Paneele mit geraden Kanten"@de ,
                                                       "Pannelli A Bordi Dritti"@it ,
                                                       "Straight Edge Panels"@en .


###  https://w3id.org/cterm#StraightStairLandingsandRamps
<https://w3id.org/cterm#StraightStairLandingsandRamps> rdf:type owl:NamedIndividual ,
                                                                <https://w3id.org/cterm#UseOfWorkOfTemporaryWork> ;
                                                       rdfs:label "Gerade Treppenabsätze und Rampen"@de ,
                                                                  "Straight Stair Landings and Ramps"@en ,
                                                                  "pianerottoli e rampe scale rettilinei"@it .


###  https://w3id.org/cterm#StraightStairLandingsandRampsinReinforcedConcrete
<https://w3id.org/cterm#StraightStairLandingsandRampsinReinforcedConcrete> rdf:type owl:NamedIndividual ,
                                                                                    <https://w3id.org/cterm#UseOfEquipment> ;
                                                                           rdfs:label "Gerade Treppenabsätze und Rampen in Stahlbeton"@de ,
                                                                                      "Straight Stair Landings and Ramps in Reinforced Concrete"@en ,
                                                                                      "pianerottoli e rampe scale rettilinei in c.a."@it .


###  https://w3id.org/cterm#Strand
<https://w3id.org/cterm#Strand> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#TypeOfMaterial> ;
                                rdfs:label "Litze"@de ,
                                           "Strand"@en ,
                                           "trefolo"@it .


###  https://w3id.org/cterm#Strands
<https://w3id.org/cterm#Strands> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                 rdfs:label "Litzen"@de ,
                                            "Strands"@en ,
                                            "trefoli"@it .


###  https://w3id.org/cterm#Stringcourses
<https://w3id.org/cterm#Stringcourses> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                       rdfs:label "Cordoli"@it ,
                                                  "Randsteine"@de ,
                                                  "Stringcourses"@en .


###  https://w3id.org/cterm#Structural
<https://w3id.org/cterm#Structural> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#FunctionOfMaterial> ;
                                    rdfs:label "Structural"@en ,
                                               "Strukturell"@de ,
                                               "strutturale"@it .


###  https://w3id.org/cterm#StructuralEngineering
<https://w3id.org/cterm#StructuralEngineering> rdf:type owl:NamedIndividual ,
                                                        <https://w3id.org/cterm#FamilyOfWork> ;
                                               rdfs:label "Ingegneria Strutturale"@it ,
                                                          "Structural Engineering"@en ,
                                                          "Tragwerksplanung"@de .


###  https://w3id.org/cterm#StructuralReinforcement
<https://w3id.org/cterm#StructuralReinforcement> rdf:type owl:NamedIndividual ,
                                                          <https://w3id.org/cterm#FunctionOfMaterial> ;
                                                 rdfs:label "Structural Reinforcement"@en ,
                                                            "Strukturelle Verstärkung"@de ,
                                                            "rinforzo strutturale"@it .


###  https://w3id.org/cterm#StructuralSystem
<https://w3id.org/cterm#StructuralSystem> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#CategoryOfWorkOfTemporaryWork> ;
                                          rdfs:label "Structural System"@en ,
                                                     "Struktursystem"@de ,
                                                     "sistema stutturale"@it .


###  https://w3id.org/cterm#Structure
<https://w3id.org/cterm#Structure> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#ObjectOfWorkOfConstructionWork> ;
                                   rdfs:label "Structure"@en ,
                                              "Struktur"@de ,
                                              "struttura"@it .


###  https://w3id.org/cterm#Subfoundation
<https://w3id.org/cterm#Subfoundation> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#ObjectOfWorkOfConstructionWork> ;
                                       rdfs:label "Subfoundation"@en ,
                                                  "Unterfundamentierung"@de ,
                                                  "sottofondazione"@it .


###  https://w3id.org/cterm#SuspendedCeilings
<https://w3id.org/cterm#SuspendedCeilings> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#FamilyOfMaterial> ;
                                           rdfs:label "Abgehängte Decken"@de ,
                                                      "Controsoffitti"@it ,
                                                      "Suspended Ceilings"@en .


###  https://w3id.org/cterm#SyntheticAcrylicResin
<https://w3id.org/cterm#SyntheticAcrylicResin> rdf:type owl:NamedIndividual ,
                                                        <https://w3id.org/cterm#Material> ;
                                               rdfs:label "Synthetic Acrylic Resin"@en ,
                                                          "Synthetisches Acrylharz"@de ,
                                                          "resina sintetica acrilica"@it .


###  https://w3id.org/cterm#SyntheticCompound
<https://w3id.org/cterm#SyntheticCompound> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#UseOfMaterial> ;
                                           rdfs:label "Synthetic Compound"@en ,
                                                      "Synthetisches Gemisch"@de ,
                                                      "conglomerato sintetico"@it .


###  https://w3id.org/cterm#SyntheticRubber
<https://w3id.org/cterm#SyntheticRubber> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#Material> ;
                                         rdfs:label "Synthetic Rubber"@en ,
                                                    "Synthetischer Gummi"@de ,
                                                    "gomma sintetica"@it .


###  https://w3id.org/cterm#Systems
<https://w3id.org/cterm#Systems> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#CategoryOfMaterial> ;
                                 rdfs:label "Systeme"@de ,
                                            "Systems"@en ,
                                            "sistemi"@it .


###  https://w3id.org/cterm#T-Head
<https://w3id.org/cterm#T-Head> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#AspectOfEquipment> ;
                                rdfs:label "T-Head"@en ,
                                           "T-Kopf"@de ,
                                           "testa a T"@it .


###  https://w3id.org/cterm#T1Plaster
<https://w3id.org/cterm#T1Plaster> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#AspectOfMaterial> ;
                                   rdfs:label "Putz T1"@de ,
                                              "T1 Plaster"@en ,
                                              "intonaco T1"@it .


###  https://w3id.org/cterm#TableTennis
<https://w3id.org/cterm#TableTennis> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#UseOfMaterial> ;
                                     rdfs:label "Table Tennis"@en ,
                                                "Tischtennis"@de ,
                                                "ping pong"@it .


###  https://w3id.org/cterm#TemporaryFences
<https://w3id.org/cterm#TemporaryFences> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#FunctionOfMaterial> ;
                                         rdfs:label "Temporary Fences"@en ,
                                                    "Temporäre Zäune"@de ,
                                                    "recinzioni provvisorie"@it .


###  https://w3id.org/cterm#TensileStrength
<https://w3id.org/cterm#TensileStrength> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#PerformanceParameterType> ;
                                         rdfs:label "Resistenza A Trazione"@it ,
                                                    "Tensile Strength"@en ,
                                                    "Zugfestigkeit"@de ,
                                                    "resistenza a trazione"@it .


###  https://w3id.org/cterm#TensileStrengthPerpendicularToFaces
<https://w3id.org/cterm#TensileStrengthPerpendicularToFaces> rdf:type owl:NamedIndividual ,
                                                                      <https://w3id.org/cterm#PerformanceParameterType> ;
                                                             rdfs:label "Resistenza A Trazione Perpendicolare Alle Facce"@it ,
                                                                        "Tensile Strength Perpendicular To Faces"@en ,
                                                                        "Zugfestigkeit rechtwinklig zu den Seitenflächen"@de .


###  https://w3id.org/cterm#Tensioning
<https://w3id.org/cterm#Tensioning> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ;
                                    rdfs:label "Abspannung"@de ,
                                               "Tensioning"@en ,
                                               "tirantatura"@it .


###  https://w3id.org/cterm#TerminalHydraulicSystems
<https://w3id.org/cterm#TerminalHydraulicSystems> rdf:type owl:NamedIndividual ,
                                                           <https://w3id.org/cterm#FamilyOfMaterial> ;
                                                  rdfs:label "Endinstallationen für Hydraulikanlagen"@de ,
                                                             "Terminal Hydraulic Systems"@en ,
                                                             "impianti idraulici terminali"@it .


###  https://w3id.org/cterm#Terraces
<https://w3id.org/cterm#Terraces> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#UseOfMaterial> ;
                                  rdfs:label "Terraces"@en ,
                                             "Terrassen"@de ,
                                             "terrazze"@it .


###  https://w3id.org/cterm#Thermal
<https://w3id.org/cterm#Thermal> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                 rdfs:label "Termico"@it ,
                                            "Thermal"@en ,
                                            "Thermisch"@de .


###  https://w3id.org/cterm#ThermalBridges
<https://w3id.org/cterm#ThermalBridges> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#UseOfMaterial> ;
                                        rdfs:label "Ponti Termici"@it ,
                                                   "Thermal Bridges"@en ,
                                                   "Wärmebrücken"@de .


###  https://w3id.org/cterm#ThermalConductivity
<https://w3id.org/cterm#ThermalConductivity> rdf:type owl:NamedIndividual ,
                                                      <https://w3id.org/cterm#PerformanceParameterType> ;
                                             rdfs:label "Conducibilità Termica"@it ,
                                                        "Thermal Conductivity"@en ,
                                                        "Wärmeleitfähigkeit"@de ,
                                                        "conducibilità termica"@it .


###  https://w3id.org/cterm#ThermalInsulating
<https://w3id.org/cterm#ThermalInsulating> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#FunctionOfMaterial> ;
                                           rdfs:label "Thermal Insulating"@en ,
                                                      "Wärmedämmend"@de ,
                                                      "termoisolante"@it .


###  https://w3id.org/cterm#ThermalInsulatingandSoundAbsorbingPartitionWall
<https://w3id.org/cterm#ThermalInsulatingandSoundAbsorbingPartitionWall> rdf:type owl:NamedIndividual ,
                                                                                  <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ;
                                                                         rdfs:label "Thermal Insulating and Sound Absorbing Partition Wall"@en ,
                                                                                    "Wärmedämmende und schallabsorbierende Vorsatzschale"@de ,
                                                                                    "controparete termoisolante-fonoassorbente"@it .


###  https://w3id.org/cterm#ThermalInsulation
<https://w3id.org/cterm#ThermalInsulation> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#FunctionOfMaterial> ,
                                                    <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ;
                                           rdfs:label "Isolamento Termico"@it ,
                                                      "Termoisolante"@it ,
                                                      "Thermal Insulation"@en ,
                                                      "Wärmedämmend"@de ,
                                                      "Wärmedämmung"@de .


###  https://w3id.org/cterm#ThermalResistance
<https://w3id.org/cterm#ThermalResistance> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#PerformanceParameterType> ;
                                           rdfs:label "Thermal Resistance"@en ,
                                                      "Wärmewiderstand"@de ,
                                                      "resistenza termica"@it .


###  https://w3id.org/cterm#Thermal_Acoustic
<https://w3id.org/cterm#Thermal_Acoustic> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                                          rdfs:label "Termico/Acustico"@it ,
                                                     "Thermal/Acoustic"@en ,
                                                     "Thermisch-Akustisch"@de .


###  https://w3id.org/cterm#Thickness
<https://w3id.org/cterm#Thickness> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#DimensionParameterType> ;
                                   rdfs:label "Dicke"@de ,
                                              "Spessore"@it ,
                                              "Thickness"@en ,
                                              "spessore"@it .


###  https://w3id.org/cterm#Threaded
<https://w3id.org/cterm#Threaded> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#TypeOfMaterial> ;
                                  rdfs:label "Gewindet"@de ,
                                             "Threaded"@en ,
                                             "filettata"@it .


###  https://w3id.org/cterm#ThreeDimensionalBraidedRope
<https://w3id.org/cterm#ThreeDimensionalBraidedRope> rdf:type owl:NamedIndividual ,
                                                              <https://w3id.org/cterm#AspectOfMaterial> ;
                                                     rdfs:label "3D Braided Rope"@en ,
                                                                "Dreidimensionales Geflechtseil"@de ,
                                                                "tridimensionale a funi intrecciate"@it .


###  https://w3id.org/cterm#TongueAndGrooveEdges
<https://w3id.org/cterm#TongueAndGrooveEdges> rdf:type owl:NamedIndividual ,
                                                       <https://w3id.org/cterm#AspectOfMaterial> ;
                                              rdfs:label "Bordi Battentati/Incastro"@it ,
                                                         "Nut-und-Feder-Kanten"@de ,
                                                         "Tongue And Groove Edges"@en .


###  https://w3id.org/cterm#TongueAndGroovePanels
<https://w3id.org/cterm#TongueAndGroovePanels> rdf:type owl:NamedIndividual ,
                                                        <https://w3id.org/cterm#AspectOfMaterial> ;
                                               rdfs:label "Nut-und-Feder-Paneele"@de ,
                                                          "Pannelli A Bordi Battentati/Incastro"@it ,
                                                          "Tongue And Groove Panels"@en .


###  https://w3id.org/cterm#Top-SlewingTowerCrane
<https://w3id.org/cterm#Top-SlewingTowerCrane> rdf:type owl:NamedIndividual ,
                                                        <https://w3id.org/cterm#TypeOfEquipment> ;
                                               rdfs:label "Oben drehender Turmkran"@de ,
                                                          "Top-Slewing Tower Crane"@en ,
                                                          "gru a torre a rotazione in alto"@it .


###  https://w3id.org/cterm#TotalThickness
<https://w3id.org/cterm#TotalThickness> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#DimensionParameterType> ;
                                        rdfs:label "Gesamtdicke"@de ,
                                                   "Total Thickness"@en ,
                                                   "spessore totale"@it .


###  https://w3id.org/cterm#TowerCraneRotatingAtTheTop
<https://w3id.org/cterm#TowerCraneRotatingAtTheTop> rdf:type owl:NamedIndividual ,
                                                             <https://w3id.org/cterm#TypeOfEquipment> ;
                                                    rdfs:label "Gru a torre a rotazione in alto"@it ,
                                                               "Tower crane rotating at the top"@en ,
                                                               "Turmdrehkran an der Oberseite"@de .


###  https://w3id.org/cterm#TowerCranes
<https://w3id.org/cterm#TowerCranes> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#ObjectOfEquipment> ;
                                     rdfs:label "Feste Kräne"@de ,
                                                "Fixed Cranes"@en ,
                                                "gru fisse"@it .


###  https://w3id.org/cterm#Traditional
<https://w3id.org/cterm#Traditional> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#TypeOfWorkOfTemporaryWork> ;
                                     rdfs:label "Traditional"@en ,
                                                "Traditionell"@de ,
                                                "tradizionale"@it .


###  https://w3id.org/cterm#TraditionalWoodenFormwork
<https://w3id.org/cterm#TraditionalWoodenFormwork> rdf:type owl:NamedIndividual ,
                                                            <https://w3id.org/cterm#TypeOfEquipment> ;
                                                   rdfs:label "Traditional Wooden Formwork"@en ,
                                                              "Traditionelle Holzschalung"@de ,
                                                              "cassaforma tradizionale in legno"@it .


###  https://w3id.org/cterm#Transport
<https://w3id.org/cterm#Transport> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#CategoryOfCostComponent> ;
                                   rdfs:label "Transport"@de ,
                                              "Transport"@en ,
                                              "Trasporti"@it .


###  https://w3id.org/cterm#TreatedForOutdoors
<https://w3id.org/cterm#TreatedForOutdoors> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                            rdfs:label "Trattato Per Esterni"@it ,
                                                       "Treated For Outdoors"@en .


###  https://w3id.org/cterm#Truck-MountedPump
<https://w3id.org/cterm#Truck-MountedPump> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#TypeOfEquipment> ;
                                           rdfs:label "Fahrbare Pumpe"@de ,
                                                      "Truck-Mounted Pump"@en ,
                                                      "pompa autocarrata"@it .


###  https://w3id.org/cterm#TruckMixer
<https://w3id.org/cterm#TruckMixer> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#Furnishing> ;
                                    rdfs:label "Autobetoniera"@it ,
                                               "Fahrmischer"@de ,
                                               "Truck Mixer"@en .


###  https://w3id.org/cterm#TruckwithCrane
<https://w3id.org/cterm#TruckwithCrane> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#TypeOfEquipment> ;
                                        rdfs:label "Autocarro con gru"@it ,
                                                   "Lastwagen mit Kran"@de ,
                                                   "Truck with Crane"@en .


###  https://w3id.org/cterm#Truss
<https://w3id.org/cterm#Truss> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#TypeOfWorkOfConstructionWork> ;
                               rdfs:label "Fachwerk"@de ,
                                          "Truss"@en ,
                                          "traliccio"@it .


###  https://w3id.org/cterm#TwoCoats
<https://w3id.org/cterm#TwoCoats> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#TypeOfActivity> ;
                                  rdfs:label "Due Mani"@it ,
                                             "Two Coats"@en ,
                                             "Zwei Anstriche"@de .


###  https://w3id.org/cterm#TwoLayers
<https://w3id.org/cterm#TwoLayers> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#TypeOfActivity> ;
                                   rdfs:label "Due Riprese"@it ,
                                              "Two Layers"@en ,
                                              "Zwei Durchgänge"@de .


###  https://w3id.org/cterm#UNI8290
<https://w3id.org/cterm#UNI8290> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/cterm#ClassificationSystem> ;
                                 rdfs:label "UNI8290" .


###  https://w3id.org/cterm#Underpinnings
<https://w3id.org/cterm#Underpinnings> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                       rdfs:label "Underpinnings"@en ,
                                                  "Unterfangungen"@de ,
                                                  "sottomurazioni"@it .


###  https://w3id.org/cterm#Uniclass
<https://w3id.org/cterm#Uniclass> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#ClassificationSystem> ;
                                  rdfs:label "Uniclass" .


###  https://w3id.org/cterm#Uniformat
<https://w3id.org/cterm#Uniformat> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#ClassificationSystem> ;
                                   rdfs:label "Uniformat" .


###  https://w3id.org/cterm#UrbanGreen
<https://w3id.org/cterm#UrbanGreen> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#CategoryOfCostComponent> ;
                                    rdfs:label "Stadtgrün"@de ,
                                               "Urban Green"@en ,
                                               "Verde Urbano"@it .


###  https://w3id.org/cterm#VariousStructures
<https://w3id.org/cterm#VariousStructures> rdf:type owl:NamedIndividual ,
                                                    <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                           rdfs:label "Various Structures"@en ,
                                                      "Verschiedene Strukturen"@de ,
                                                      "strutture varie"@it .


###  https://w3id.org/cterm#VentilatedCrawlSpaceFormation
<https://w3id.org/cterm#VentilatedCrawlSpaceFormation> rdf:type owl:NamedIndividual ,
                                                                <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ;
                                                       rdfs:label "Formazione Vespai Aerati"@it ,
                                                                  "Ventilated Hollow Space Formation"@en ,
                                                                  "Verlegung von Hohlkörpern zur Belüftung"@de .


###  https://w3id.org/cterm#VentilatedFacade
<https://w3id.org/cterm#VentilatedFacade> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                          rdfs:label "Belüftete Fassade"@de ,
                                                     "Facciata Ventilata"@it ,
                                                     "Ventilated Facade"@en .


###  https://w3id.org/cterm#VentilatedPitchedRoof
<https://w3id.org/cterm#VentilatedPitchedRoof> rdf:type owl:NamedIndividual ,
                                                        <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                               rdfs:label "Belüftetes Pultdach"@de ,
                                                          "Copertura Ventilata A Falde"@it ,
                                                          "Ventilated Pitched Roof"@en .


###  https://w3id.org/cterm#Ventilation
<https://w3id.org/cterm#Ventilation> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#FunctionOfMaterial> ,
                                              <https://w3id.org/cterm#FunctionOfWorkOfConstructionWork> ;
                                     rdfs:label "Belüftung"@de ,
                                                "Ventilation"@en ,
                                                "Ventilazione"@it .


###  https://w3id.org/cterm#VerticalStructures
<https://w3id.org/cterm#VerticalStructures> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                            rdfs:label "Strutture Verticali"@it ,
                                                       "Vertical Structures"@en ,
                                                       "Vertikale Strukturen"@de .


###  https://w3id.org/cterm#VerticalSurfaces
<https://w3id.org/cterm#VerticalSurfaces> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#UseOfMaterial> ;
                                          rdfs:label "Vertical Surfaces"@en ,
                                                     "Vertikale Flächen"@de ,
                                                     "superfici verticali"@it .


###  https://w3id.org/cterm#VolumetricMass
<https://w3id.org/cterm#VolumetricMass> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#PerformanceParameterType> ;
                                        rdfs:label "Volumenmasse"@de ,
                                                   "Volumetric Mass"@en ,
                                                   "massa volumica"@it .


###  https://w3id.org/cterm#VulcanizedRockWool
<https://w3id.org/cterm#VulcanizedRockWool> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#Material> ;
                                            rdfs:label "Fibra Minerale Lana Di Roccia Vulcanizzata"@it ,
                                                       "Vulcanized Rock Wool"@en ,
                                                       "Vulkanisierte Steinwolle"@de .


###  https://w3id.org/cterm#VulcanizedRubber
<https://w3id.org/cterm#VulcanizedRubber> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#Material> ;
                                          rdfs:label "Gomma Vulcanizzata"@it ,
                                                     "Vulcanized Rubber"@en ,
                                                     "Vulkanisierter Gummi"@de .


###  https://w3id.org/cterm#WalkableAttics
<https://w3id.org/cterm#WalkableAttics> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                        rdfs:label "Begehbare Dachböden"@de ,
                                                   "Sottotetti Praticabili"@it ,
                                                   "Walkable Attics"@en .


###  https://w3id.org/cterm#Wall-Ceiling
<https://w3id.org/cterm#Wall-Ceiling> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                      rdfs:label "Wall-Ceiling"@en ,
                                                 "Wand-Decke"@de ,
                                                 "parete-soffitto"@it .


###  https://w3id.org/cterm#WallSystems
<https://w3id.org/cterm#WallSystems> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#CategoryOfWorkOfTemporaryWork> ;
                                     rdfs:label "Mauersysteme"@de ,
                                                "Wall Systems"@en ,
                                                "sistemi murari"@it .


###  https://w3id.org/cterm#Walls
<https://w3id.org/cterm#Walls> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                               rdfs:label "Pareti"@it ,
                                          "Walls"@en ,
                                          "Wände"@de .


###  https://w3id.org/cterm#WallsWithInsulatedPlasterSystem
<https://w3id.org/cterm#WallsWithInsulatedPlasterSystem> rdf:type owl:NamedIndividual ,
                                                                  <https://w3id.org/cterm#UseOfMaterial> ;
                                                         rdfs:label "Pareti Con Sistema A Cappotto"@it ,
                                                                    "Walls With Insulated Plaster System"@en ,
                                                                    "Wände mit Wärmedämmverbundsystem"@de .


###  https://w3id.org/cterm#WallsforStaircasesandElevators
<https://w3id.org/cterm#WallsforStaircasesandElevators> rdf:type owl:NamedIndividual ,
                                                                 <https://w3id.org/cterm#UseOfEquipment> ,
                                                                 <https://w3id.org/cterm#UseOfWorkOfTemporaryWork> ;
                                                        rdfs:label "Pareti per Vani Scala e Ascensori"@it ,
                                                                   "Walls for Staircases and Elevators"@en ,
                                                                   "Wände für Treppen- und Aufzugsschächte"@de .


###  https://w3id.org/cterm#WallsinElevation
<https://w3id.org/cterm#WallsinElevation> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#UseOfEquipment> ,
                                                   <https://w3id.org/cterm#UseOfWorkOfTemporaryWork> ;
                                          rdfs:label "Pareti in Elevazione"@it ,
                                                     "Walls in Elevation"@en ,
                                                     "Wände in Höhe"@de .


###  https://w3id.org/cterm#WaterRepellent
<https://w3id.org/cterm#WaterRepellent> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#FinishingOfMaterial> ;
                                        rdfs:label "Idrorepellente"@it ,
                                                   "Wasserabweisend"@de ,
                                                   "Water Repellent"@en .


###  https://w3id.org/cterm#WaterVaporDiffusionResistance
<https://w3id.org/cterm#WaterVaporDiffusionResistance> rdf:type owl:NamedIndividual ,
                                                                <https://w3id.org/cterm#PerformanceParameterType> ;
                                                       rdfs:label "Resistenza A Diffusione Del Vapore Acqueo"@it ,
                                                                  "Resistenza Alla Diffusione Del Vapore Acqueo"@it ,
                                                                  "Wasserdampfdiffusionswiderstand"@de ,
                                                                  "Water Vapor Diffusion Resistance"@en .


###  https://w3id.org/cterm#Waterproof
<https://w3id.org/cterm#Waterproof> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#FunctionOfMaterial> ;
                                    rdfs:label "Impermeabile"@it ,
                                               "Wasserdicht"@de ,
                                               "Waterproof"@en .


###  https://w3id.org/cterm#Waterproofing
<https://w3id.org/cterm#Waterproofing> rdf:type owl:NamedIndividual ,
                                                <https://w3id.org/cterm#FamilyOfMaterial> ;
                                       rdfs:label "Abdichtungen"@de ,
                                                  "Impermeabilizzazioni"@it ,
                                                  "Waterproofing"@en .


###  https://w3id.org/cterm#Wavy
<https://w3id.org/cterm#Wavy> rdf:type owl:NamedIndividual ,
                                       <https://w3id.org/cterm#AspectOfMaterial> ;
                              rdfs:label "Gewellt"@de ,
                                         "Ondulata"@it ,
                                         "Wavy"@en .


###  https://w3id.org/cterm#Wear-Resistant
<https://w3id.org/cterm#Wear-Resistant> rdf:type owl:NamedIndividual ,
                                                 <https://w3id.org/cterm#FunctionOfMaterial> ;
                                        rdfs:label "Resistente All'Usura"@it ,
                                                   "Verschleißfest"@de ,
                                                   "Wear-Resistant"@en .


###  https://w3id.org/cterm#WearingLayer
<https://w3id.org/cterm#WearingLayer> rdf:type owl:NamedIndividual ,
                                               <https://w3id.org/cterm#UseOfMaterial> ;
                                      rdfs:label "Deckschicht"@de ,
                                                 "Strato Di Usura"@it ,
                                                 "Wearing Layer"@en .


###  https://w3id.org/cterm#Weight
<https://w3id.org/cterm#Weight> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#PhysicalParameterType> ;
                                rdfs:label "Gewicht"@de ,
                                           "Peso"@it ,
                                           "Weight"@en .


###  https://w3id.org/cterm#Welded
<https://w3id.org/cterm#Welded> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#TypeOfMaterial> ;
                                rdfs:label "Elettrosaldato"@it ,
                                           "Geschweißt"@de ,
                                           "Welded"@en .


###  https://w3id.org/cterm#White
<https://w3id.org/cterm#White> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#FinishingOfMaterial> ;
                               rdfs:label "Bianco"@it ,
                                          "Weiß"@de ,
                                          "White"@en .


###  https://w3id.org/cterm#WhiteColor
<https://w3id.org/cterm#WhiteColor> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/cterm#FinishingOfMaterial> ;
                                    rdfs:label "Colore Bianco"@it ,
                                               "Weiße Farbe"@de ,
                                               "White Color"@en .


###  https://w3id.org/cterm#Width
<https://w3id.org/cterm#Width> rdf:type owl:NamedIndividual ,
                                        <https://w3id.org/cterm#DimensionParameterType> ;
                               rdfs:label "Breite"@de ,
                                          "Larghezza"@it ,
                                          "Width"@en .


###  https://w3id.org/cterm#WindowSills
<https://w3id.org/cterm#WindowSills> rdf:type owl:NamedIndividual ,
                                              <https://w3id.org/cterm#UseOfMaterial> ;
                                     rdfs:label "Davanzali"@it ,
                                                "Fensterbänke"@de ,
                                                "Window Sills"@en .


###  https://w3id.org/cterm#WindowsAndDoors
<https://w3id.org/cterm#WindowsAndDoors> rdf:type owl:NamedIndividual ,
                                                  <https://w3id.org/cterm#FamilyOfMaterial> ;
                                         rdfs:label "Fenster und Türen"@de ,
                                                    "Serramenti"@it ,
                                                    "Windows And Doors"@en .


###  https://w3id.org/cterm#Wire
<https://w3id.org/cterm#Wire> rdf:type owl:NamedIndividual ,
                                       <https://w3id.org/cterm#TypeOfMaterial> ;
                              rdfs:label "Draht"@de ,
                                         "Filo"@it ,
                                         "Wire"@en .


###  https://w3id.org/cterm#WithCrane
<https://w3id.org/cterm#WithCrane> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/cterm#TypeOfActivity> ;
                                   rdfs:label "Con Gru"@it ,
                                              "Mit Kran"@de ,
                                              "With Crane"@en .


###  https://w3id.org/cterm#WithManualEquipment
<https://w3id.org/cterm#WithManualEquipment> rdf:type owl:NamedIndividual ,
                                                      <https://w3id.org/cterm#TypeOfActivity> ;
                                             rdfs:label "Con Attrezzatura Manuale"@it ,
                                                        "Mit Handgerät"@de ,
                                                        "With Manual Equipment"@en .


###  https://w3id.org/cterm#WithMechanicalAndManualMeans
<https://w3id.org/cterm#WithMechanicalAndManualMeans> rdf:type owl:NamedIndividual ,
                                                               <https://w3id.org/cterm#TypeOfActivity> ;
                                                      rdfs:label "Con Mezzo Meccanico E Manuale"@it ,
                                                                 "Mit Mechanischen Und Manuellen Mitteln"@de ,
                                                                 "With Mechanical And Manual Means"@en .


###  https://w3id.org/cterm#WithMechanicalMeans
<https://w3id.org/cterm#WithMechanicalMeans> rdf:type owl:NamedIndividual ,
                                                      <https://w3id.org/cterm#TypeOfActivity> ;
                                             rdfs:label "Con Mezzo Meccanico"@it ,
                                                        "Mit Mechanischen Mitteln"@de ,
                                                        "With Mechanical Means"@en .


###  https://w3id.org/cterm#WithPump
<https://w3id.org/cterm#WithPump> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#TypeOfActivity> ;
                                  rdfs:label "Con Pompa"@it ,
                                             "Mit Pumpe"@de ,
                                             "With Pump"@en .


###  https://w3id.org/cterm#WoodVegetableFiber
<https://w3id.org/cterm#WoodVegetableFiber> rdf:type owl:NamedIndividual ,
                                                     <https://w3id.org/cterm#Material> ;
                                            rdfs:label "Fibra Vegetale Legno"@it ,
                                                       "Holzpflanzenfaser"@de ,
                                                       "Wood Vegetable Fiber"@en .


###  https://w3id.org/cterm#WoodWool
<https://w3id.org/cterm#WoodWool> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/cterm#FinishingOfWorkOfConstructionWork> ;
                                  rdfs:label "Lana Di Legno"@it ,
                                             "Wood Wool"@en .


###  https://w3id.org/cterm#WoodenStructures
<https://w3id.org/cterm#WoodenStructures> rdf:type owl:NamedIndividual ,
                                                   <https://w3id.org/cterm#UseOfWorkOfConstructionWork> ;
                                          rdfs:label "Holzstrukturen"@de ,
                                                     "Strutture In Legno"@it ,
                                                     "Wooden Structures"@en .


###  https://w3id.org/cterm#Worker
<https://w3id.org/cterm#Worker> rdf:type owl:NamedIndividual ,
                                         <https://w3id.org/cterm#ObjectOfLabour> ;
                                rdfs:label "Arbeiter"@de ,
                                           "Operaio"@it ,
                                           "Worker"@en .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
