@prefix : <http://www.aidimme.es/FurnitureSectorOntology.owl#> .
@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://www.aidimme.es/FurnitureSectorOntology.owl#> .

<http://www.aidimme.es/FurnitureSectorOntology.owl> rdf:type owl:Ontology ;
                                                     <http://purl.org/dc/terms/description> """funStep© is a repository of information, products, services and knowledge, in the furniture and related industries, encouraging and facilitating the adoption of ISO 10303-236, a modular approach by dividing the entire information model into reusable components, each defined in a separate application module (AM).

The furniture sector ontology, as part of the funStep initiative, covers the wood and furniture domain, providing a common vocabulary. It is based on the domain knowledge from experts, and supported by furniture cluster regulations, articles and interviews.

Main resources covered by this ontology are products and services (including logistics to support negotiation for transportation), processes and techniques, machines, equipment and facilities."""@en ;
                                                     <http://purl.org/dc/terms/license> "Licensed by a BSD 3-Clause License and its use requires permission which can be requested at: https://www.aidimme.es/@contacto."@en ;
                                                     <http://purl.org/dc/terms/title> "Furniture Sector Ontology"@en ;
                                                     rdfs:comment "The Furniture Sector Ontology (FSO) leaded by AIDIMME (www.aidimme.es) under funStep© initiative (www.funstep.org)."@en ;
                                                     owl:versionInfo "version 3.0" .

#################################################################
#    Annotation properties
#################################################################

###  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/title
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .


###  http://www.nimble-project.org/catalogue#code
<http://www.nimble-project.org/catalogue#code> rdf:type owl:AnnotationProperty .


###  http://www.nimble-project.org/catalogue#hasCode
<http://www.nimble-project.org/catalogue#hasCode> rdf:type owl:AnnotationProperty ;
                                                  rdfs:range <http://www.nimble-project.org/catalogue#CodeType> .


###  http://www.nimble-project.org/catalogue#hasCodeList
<http://www.nimble-project.org/catalogue#hasCodeList> rdf:type owl:AnnotationProperty ;
                                                      rdfs:comment "Property denoting a list of codes."@en ,
                                                                   "Propiedad que indica una lista de códigos."@es .


###  http://www.nimble-project.org/catalogue#hasUnitList
<http://www.nimble-project.org/catalogue#hasUnitList> rdf:type owl:AnnotationProperty ;
                                                      rdfs:comment "Property denoting a list of units."@en ,
                                                                   "Propiedad que indica una lista de unidades."@es .


###  http://www.nimble-project.org/catalogue#id
<http://www.nimble-project.org/catalogue#id> rdf:type owl:AnnotationProperty .


###  http://www.nimble-project.org/catalogue#isVisible
<http://www.nimble-project.org/catalogue#isVisible> rdf:type owl:AnnotationProperty .


###  http://www.nimble-project.org/catalogue#unitCode
<http://www.nimble-project.org/catalogue#unitCode> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#altLabel
<http://www.w3.org/2004/02/skos/core#altLabel> rdf:type owl:AnnotationProperty .


#################################################################
#    Object Properties
#################################################################

###  http://www.aidimme.es/FurnitureSectorOntology.owl#airLoad
:airLoad rdf:type owl:ObjectProperty ;
         rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
         rdf:type owl:FunctionalProperty ;
         rdfs:domain :AirTransportService ;
         rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
         <http://www.nimble-project.org/catalogue#hasCodeList> :AirLoadList ;
         rdfs:label "Air load"@en ,
                    "Carga aérea"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#beamMaterial
:beamMaterial rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
              rdf:type owl:FunctionalProperty ;
              rdfs:domain :Beam ;
              rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
              <http://www.nimble-project.org/catalogue#hasCodeList> :BeamMaterialList ;
              rdfs:label "Material"@en ,
                         "Material"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#cardboardType
:cardboardType rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
               rdf:type owl:FunctionalProperty ;
               rdfs:domain :CardboardBox ;
               rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
               <http://www.nimble-project.org/catalogue#hasCodeList> :CardboardTypeList ;
               rdfs:label "Cardboard type"@en ,
                          "Tipo de cartón"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#cardboardWave
:cardboardWave rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
               rdf:type owl:FunctionalProperty ;
               rdfs:domain :CardboardBox ;
               rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
               <http://www.nimble-project.org/catalogue#hasCodeList> :CardboardWaveTypeList ;
               rdfs:label "Tipo de onda"@es ,
                          "Wave type"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#containerMaterial
:containerMaterial rdf:type owl:ObjectProperty ;
                   rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
                   rdf:type owl:FunctionalProperty ;
                   rdfs:domain :Container ;
                   rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
                   <http://www.nimble-project.org/catalogue#hasCodeList> :ContainerMaterialList ;
                   rdfs:label "Material"@en ,
                              "Material"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#containerType
:containerType rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
               rdf:type owl:FunctionalProperty ;
               rdfs:domain :Container ;
               rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
               <http://www.nimble-project.org/catalogue#hasCodeList> :ContainerTypeList ;
               rdfs:label "Tipo"@es ,
                          "Type"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#cornerPieceMaterial
:cornerPieceMaterial rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
                     rdf:type owl:FunctionalProperty ;
                     rdfs:domain :CornerPiece ;
                     rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
                     <http://www.nimble-project.org/catalogue#hasCodeList> :CornerPieceMaterialList ;
                     rdfs:label "Material"@en ,
                                "Material"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#cornerPieceShape
:cornerPieceShape rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
                  rdf:type owl:FunctionalProperty ;
                  rdfs:domain :CornerPiece ;
                  rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
                  <http://www.nimble-project.org/catalogue#hasCodeList> :CornerPieceShapeList ;
                  rdfs:label "Forma"@es ,
                             "Shape"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#customsManagement
:customsManagement rdf:type owl:ObjectProperty ;
                   rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
                   rdf:type owl:FunctionalProperty ;
                   rdfs:domain :CustomsManagementService ;
                   rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
                   <http://www.nimble-project.org/catalogue#hasCodeList> :CustomsManagementServiceList ;
                   rdfs:label "Customs management"@en ,
                              "Gestión aduanera"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#destinationTransport
:destinationTransport rdf:type owl:ObjectProperty ;
                      rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
                      rdf:type owl:FunctionalProperty ;
                      rdfs:domain :TransportService ;
                      rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
                      <http://www.nimble-project.org/catalogue#hasCodeList> :TransportPlaceList ;
                      rdfs:label "Destination"@en ,
                                 "Destino"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#employs
:employs rdf:type owl:ObjectProperty ;
         owl:inverseOf :isEmployedBy ;
         rdf:type owl:InverseFunctionalProperty ;
         rdfs:domain :IndustrialMachine ;
         rdfs:range :Technique ;
         rdfs:comment "Hacer uso de algo."@es ,
                      "Make use of something."@en ;
         rdfs:label "Employs"@en ,
                    "Utiliza"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#fefcoClassification
:fefcoClassification rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
                     rdf:type owl:FunctionalProperty ;
                     rdfs:domain :CardboardBox ;
                     rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
                     <http://www.nimble-project.org/catalogue#hasCodeList> :FefcoClassificationList ;
                     rdfs:comment "El código FEFCO es un código internacional para distinguir entre distintos tipos de cartón. Está diseñado para ser comprendido en todo el mundo y ser utilizado en transacciones comerciales. Los fabricantes deben cumplir criterios específicos de modo que sus cajas de cartón sean clasificadas dentro de una u otra categoría FEFCO."@es ,
                                  "The FEFCO code is an international code to differentiate between different cardboard types. It is design to be understandable around the world and used in commercial transactions. Manufacturers should fulfill specific criteria in order its boxes to be classified in one or another FEFCO category."@en ;
                     rdfs:label "Clasificación FEFCO"@es ,
                                "FEFCO classification"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#flooringAndCoatingMaterial
:flooringAndCoatingMaterial rdf:type owl:ObjectProperty ;
                            rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
                            rdf:type owl:FunctionalProperty ;
                            rdfs:domain :FlooringAndCoating ;
                            rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
                            <http://www.nimble-project.org/catalogue#hasCodeList> :FlooringAndCoatingMaterialList ;
                            rdfs:label "Material"@en ,
                                       "Material"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasAdherence
:hasAdherence rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
              rdf:type owl:FunctionalProperty ;
              rdfs:domain :ChemicalSubstance ;
              rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
              <http://www.nimble-project.org/catalogue#hasUnitList> :AdherenceUnitList ;
              rdfs:comment "La adhesión es la propiedad de la materia por la cual se unen y plasman dos superficies de sustancias iguales o diferentes al entrar en contancto, manteniéndose juntas por fuerzas intermoleculares. En este contexto se trata de la adhesión que presenta una determinada substancia, como una pintura o un barniz, respecto al medio en el que se aplica."@es ,
                           "The adhesion is the tendency of dissimilar particles or surfaces to cling to one another. In this context, the focus is on the adhesion of some substance, such as paint or varnish, related to the surface where this is applied."@en ;
              rdfs:label "Adherence"@en ,
                         "Adherencia"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasBarIncrement
:hasBarIncrement rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
                 rdf:type owl:FunctionalProperty ;
                 rdfs:domain :IndustrialProtectionElement ;
                 rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
                 <http://www.nimble-project.org/catalogue#hasUnitList> :LengthUnitList ;
                 rdfs:comment "Esta propiedad representa los incrementos de barra en elementos de protección como barreras de seguridad."@es ,
                              "This property represents the bar increments in industrial protection elements like security barriers."@en ;
                 rdfs:label "Bar increments"@en ,
                            "Incrementos de barra"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasBase
:hasBase rdf:type owl:ObjectProperty ;
         rdfs:domain :PieceOfFurniture ;
         rdfs:range :Base ;
         rdfs:label "Has base"@en ,
                    "Tiene base"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasCatalogue
:hasCatalogue rdf:type owl:ObjectProperty ;
              rdfs:domain :Organization ;
              rdfs:range :Catalogue ;
              rdfs:label "Has catalogue"@en ,
                         "Tiene catálogo"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasContactPerson
:hasContactPerson rdf:type owl:ObjectProperty ;
                  rdfs:domain :Organization ;
                  rdfs:range :ContactPerson ;
                  rdfs:label "Contact person"@en ,
                             "Persona de contacto"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasDensity
:hasDensity rdf:type owl:ObjectProperty ;
            rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
            rdf:type owl:FunctionalProperty ;
            rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
            <http://www.nimble-project.org/catalogue#hasUnitList> :DensityUnitList ;
            rdfs:comment "La densidad de un material se define como la masa de material por unidad de volumen, y esta a menudo varía en función de la temperatura y la presión. Se designa con el símbolo ρ."@es ,
                         "The density of a material is defined as  material mass per unit volume and this usually varies with the temperature and pressure. It is designated by the symbol ρ."@en ;
            rdfs:label "Densidad"@es ,
                       "Density"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasDesk
:hasDesk rdf:type owl:ObjectProperty ,
                  owl:FunctionalProperty ;
         rdfs:domain :CompactBed ;
         rdfs:range :HomeStudentDesk ;
         rdfs:label "Has desk"@en ,
                    "Tiene escritorio"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasDiameter
:hasDiameter rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
             rdf:type owl:FunctionalProperty ;
             rdfs:domain :BasicAssemblyHardware ;
             rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
             <http://www.nimble-project.org/catalogue#hasUnitList> :LengthUnitList ;
             rdfs:comment "Esta propiedad representa el diámetro de piezas de herraje como tuercas, arandelas y tornillos entre otros."@es ,
                          "This property represents the diameter of fitting pieces such as nuts, washers and screws among others."@en ;
             rdfs:label "Diameter"@en ,
                        "Diámetro"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasDoorFrame
:hasDoorFrame rdf:type owl:ObjectProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain :Door ;
              rdfs:range :Doorframe ;
              rdfs:label "Has door frame"@en ,
                         "Tiene marco de puerta"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasEcolabelTypeIIOther
:hasEcolabelTypeIIOther rdf:type owl:ObjectProperty ;
                        rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#FileProperty> ;
                        rdf:type owl:FunctionalProperty ;
                        rdfs:domain [ rdf:type owl:Class ;
                                      owl:unionOf ( :AssemblyHardware
                                                    :AuxiliaryEquipment
                                                    :BuildingElement
                                                    :ChemicalSubstance
                                                    :Component
                                                    :Furniture
                                                    :HomeTextile
                                                    :HouseholdAppliance
                                                    :IndustrialMachine
                                                    :Lighting
                                                    :Material
                                                    :MusicalInstrument
                                                    :OutdoorEquipment
                                                    :TertiaryPackaging
                                                  )
                                    ] ;
                        rdfs:label "Ecoetiquetado tipo II (autodeclaración): Otros"@es ,
                                   "Ecolabel type II (self-declaration): Other"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasEstimatedDeliveryTime
:hasEstimatedDeliveryTime rdf:type owl:ObjectProperty ;
                          rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
                          rdf:type owl:FunctionalProperty ;
                          rdfs:domain :Product ;
                          rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
                          <http://www.nimble-project.org/catalogue#hasUnitList> :DeliveryTimeUnitList ;
                          <http://www.nimble-project.org/catalogue#isVisible> "false"^^xsd:boolean ;
                          rdfs:comment "El tiempo estimado de entrega del producto."@es ,
                                       "The estimated delivery time of the product."@en ;
                          rdfs:label "Estimated delivery time"@en ,
                                     "Tiempo estimado de entrega"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasGloss
:hasGloss rdf:type owl:ObjectProperty ;
          rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
          rdf:type owl:FunctionalProperty ;
          rdfs:domain [ rdf:type owl:Class ;
                        owl:unionOf ( :Paint
                                      :Varnish
                                    )
                      ] ;
          rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
          <http://www.nimble-project.org/catalogue#hasUnitList> :GlossUnitList ;
          rdfs:comment "The brillo es una propiedad óptica que indica lo bien que una superficie refleja la luz en una dirección especular (a modo de espejo). Es un parámetro importante para describir el aspecto visual de una pieza."@es ,
                       "The gloss is an optical property which indicates how well a surface reflects light in a specular (mirror-like) direction. It is an important parameter to describe the visual appearance of an item."@en ;
          rdfs:label "Brillo"@es ,
                     "Gloss"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasGuaranteePeriod
:hasGuaranteePeriod rdf:type owl:ObjectProperty ;
                    rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
                    rdf:type owl:FunctionalProperty ;
                    rdfs:domain [ rdf:type owl:Class ;
                                  owl:unionOf ( :Product
                                                :Service
                                              )
                                ] ;
                    rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
                    <http://www.nimble-project.org/catalogue#hasUnitList> :GuaranteePeriodUnitList ;
                    <http://www.nimble-project.org/catalogue#isVisible> "false"^^xsd:boolean ;
                    rdfs:comment "El tiempo durante el cual el productos o servicio debe funcionar correctamente y cumplir con las expectativas de calidad."@es ,
                                 "The time during which the product or service must function properly and meet the quality expectations."@en ;
                    rdfs:label "Guarantee period"@en ,
                               "Período de la garantía"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasHeadboard
:hasHeadboard rdf:type owl:ObjectProperty ;
              rdfs:domain :Bed ;
              rdfs:range :Headboard ;
              rdfs:label "Has headboard"@en ,
                         "Tiene cabecero"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasHeight
:hasHeight rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
           rdf:type owl:FunctionalProperty ;
           rdfs:domain [ rdf:type owl:Class ;
                         owl:unionOf ( :AuxiliaryEquipment
                                       :Component
                                       :FurnitureAccessory
                                       :HomeTextile
                                       :IndustrialMachine
                                       :Material
                                       :PieceOfFurniture
                                     )
                       ] ;
           rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
           <http://www.nimble-project.org/catalogue#hasUnitList> :HeightUnitList ;
           <http://www.nimble-project.org/catalogue#isVisible> "false"^^xsd:boolean ;
           rdfs:comment "Altura del elemento. El orden estándar para indicar las dimensiones de un elemento son: Longitud (L) x Anchura (W) x Altura (H)."@es ,
                        "Height of the element. The standard order when defining the dimensions of an object is: Length (L) x Width (W) x Height (H)."@en ;
           rdfs:label "Altura"@es ,
                      "Height"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasImpactZone
:hasImpactZone rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
               rdfs:domain :IndustrialProtectionElement ;
               rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
               <http://www.nimble-project.org/catalogue#hasUnitList> :LengthUnitList ;
               rdfs:comment "Esta propiedad representa la zona de impacto en elementos de protección como barreras de seguridad."@es ,
                            "This property represents the impact zone in industrial protection elements like security barriers."@en ;
               rdfs:label "Impact zone"@en ,
                          "Zona de impacto"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasLength
:hasLength rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
           rdf:type owl:FunctionalProperty ;
           rdfs:domain [ rdf:type owl:Class ;
                         owl:unionOf ( :AssemblyComplement
                                       :AuxiliaryEquipment
                                       :Component
                                       :FurnitureAccessory
                                       :HomeTextile
                                       :IndustrialMachine
                                       :Material
                                       :Nut
                                       :PieceOfFurniture
                                       :Screw
                                       :Washer
                                     )
                       ] ;
           rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
           <http://www.nimble-project.org/catalogue#hasUnitList> :LengthUnitList ;
           <http://www.nimble-project.org/catalogue#isVisible> "false"^^xsd:boolean ;
           rdfs:comment "Length of the element. The standard order when defining the dimensions of an object is: Length (L) x Width (W) x Height (H)."@en ,
                        "Longitud del elemento. El orden estándar para indicar las dimensiones de un elemento son: Longitud (L) x Anchura (W) x Altura (H)."@es ;
           rdfs:label "Length"@en ,
                      "Longitud"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasLowEmissionOfVolatileOrganicCompounds
:hasLowEmissionOfVolatileOrganicCompounds rdf:type owl:ObjectProperty ;
                                          rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#FileProperty> ;
                                          rdf:type owl:FunctionalProperty ;
                                          rdfs:domain [ rdf:type owl:Class ;
                                                        owl:unionOf ( :AssemblyHardware
                                                                      :AuxiliaryEquipment
                                                                      :BuildingElement
                                                                      :ChemicalSubstance
                                                                      :Component
                                                                      :Furniture
                                                                      :HomeTextile
                                                                      :Lighting
                                                                      :Material
                                                                      :MusicalInstrument
                                                                      :OutdoorEquipment
                                                                      :TertiaryPackaging
                                                                    )
                                                      ] ;
                                          rdfs:label "Baja emisión de compuestos orgánicos volátiles"@es ,
                                                     "Low emission of volatile organic compounds"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasMaterial
:hasMaterial rdf:type owl:ObjectProperty ;
             rdfs:domain [ rdf:type owl:Class ;
                           owl:unionOf ( :Component
                                         :Product
                                       )
                         ] ;
             rdfs:range :Material ;
             rdfs:label "Has material"@en ,
                        "Tiene material"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasMattress
:hasMattress rdf:type owl:ObjectProperty ;
             rdfs:domain [ rdf:type owl:Class ;
                           owl:unionOf ( :Bed
                                         :Sofa
                                       )
                         ] ;
             rdfs:range :Mattress ;
             rdfs:label "Has mattress"@en ,
                        "Tiene colchón"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasMaximumLoadPower
:hasMaximumLoadPower rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
                     rdf:type owl:FunctionalProperty ;
                     rdfs:domain :IndustrialProtectionElement ;
                     rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
                     <http://www.nimble-project.org/catalogue#hasUnitList> :EnergyUnitList ;
                     rdfs:comment "Esta propiedad representa la energía máxima de carga en elementos de protección como barreras de seguridad."@es ,
                                  "This property represents the maximum load power in industrial protection elements like security barriers."@en ;
                     rdfs:label "Energía máxima de carga"@es ,
                                "Maximum load power"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasMaximumRecommendedWeight
:hasMaximumRecommendedWeight rdf:type owl:ObjectProperty ;
                             rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
                             rdf:type owl:FunctionalProperty ;
                             rdfs:domain [ rdf:type owl:Class ;
                                           owl:unionOf ( :Bed
                                                         :ChildrenPieceOfFurniture
                                                         :Drawer
                                                         :Mattress
                                                         :Seat
                                                         :SeatPart
                                                         :StoragePieceOfFurniture
                                                       )
                                         ] ;
                             rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
                             <http://www.nimble-project.org/catalogue#hasUnitList> :WeightUnitList ;
                             rdfs:comment "El peso máximo que el producto puede soportar de forma segura."@es ,
                                          "The maximum weight that can be safely supported by the product."@en ;
                             rdfs:label "Max. recommended weight"@en ,
                                        "Máximo peso recomendado"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasMirror
:hasMirror rdf:type owl:ObjectProperty ;
           rdfs:domain [ rdf:type owl:Class ;
                         owl:unionOf ( :BathroomCabinet
                                       :ChestOfDrawers
                                       :Cupboard
                                       :Dresser
                                     )
                       ] ;
           rdfs:range :Mirror ;
           rdfs:label "Has mirror"@en ,
                      "Tiene espejo"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasMirrorFrame
:hasMirrorFrame rdf:type owl:ObjectProperty ,
                         owl:FunctionalProperty ;
                rdfs:domain :Mirror ;
                rdfs:range :MirrorFrame ;
                rdfs:label "Has mirror frame"@en ,
                           "Tiene marco de espejo"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasPart
:hasPart rdf:type owl:ObjectProperty ;
         rdfs:domain :PieceOfFurniture ;
         rdfs:range :Component ;
         rdfs:label "Has part"@en ,
                    "Tiene parte"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasPostDiameter
:hasPostDiameter rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
                 rdf:type owl:FunctionalProperty ;
                 rdfs:domain :IndustrialProtectionElement ;
                 rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
                 <http://www.nimble-project.org/catalogue#hasUnitList> :LengthUnitList ;
                 rdfs:comment "Esta propiedad representa el diámetro del poste en elementos de protección como barreras de seguridad."@es ,
                              "This property represents the diameter of the post in industrial protection elements like security barriers."@en ;
                 rdfs:label "Diámetro del poste"@es ,
                            "Post diameter"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasPrice
:hasPrice rdf:type owl:ObjectProperty ,
                   owl:FunctionalProperty ;
          rdfs:domain [ rdf:type owl:Class ;
                        owl:unionOf ( :Product
                                      :Service
                                    )
                      ] ;
          rdfs:range :Price ;
          <http://www.nimble-project.org/catalogue#isVisible> "false"^^xsd:boolean ;
          rdfs:label "Precio"@es ,
                     "Price"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasProduct
:hasProduct rdf:type owl:ObjectProperty ;
            rdfs:domain :Catalogue ;
            rdfs:range [ rdf:type owl:Class ;
                         owl:unionOf ( :Component
                                       :Product
                                     )
                       ] ;
            rdfs:label "Product"@en ,
                       "Producto"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasRailDiameter
:hasRailDiameter rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
                 rdf:type owl:FunctionalProperty ;
                 rdfs:domain :IndustrialProtectionElement ;
                 rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
                 <http://www.nimble-project.org/catalogue#hasUnitList> :LengthUnitList ;
                 rdfs:comment "Esta propiedad representa el diámetro del rail en elementos de protección como barreras de seguridad."@es ,
                              "This property represents the diameter of the rail in industrial protection elements like security barriers."@en ;
                 rdfs:label "Diámetro del rail"@es ,
                            "Rail diameter"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasResistivity
:hasResistivity rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
                rdf:type owl:FunctionalProperty ;
                rdfs:domain :ChemicalSubstance ;
                rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
                <http://www.nimble-project.org/catalogue#hasUnitList> :ResistivityUnitList ;
                rdfs:comment "La resistividad eléctrica - y su opuesta, la conductividad eléctrica - es una propiedad fundamental de los materiales que mide lo fuerte que se resiste al flujo de corriente eléctrica o la conduce. Una baja resistividad indica que el material permite fácilmente el flujo de corriente eléctrica."@es ,
                             "The electrical resistivity - and its converse, the electrical conductivity - is a fundamental property of a material that quantifies how strongly it resists or conducts the flow of electric current. A low resistivity indicates a material that readily allows the flow of electric current."@en ;
                rdfs:label "Resistividad"@es ,
                           "Resistivity"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasSeatHeight
:hasSeatHeight rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
               rdf:type owl:FunctionalProperty ;
               rdfs:domain :Seat ;
               rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
               <http://www.nimble-project.org/catalogue#hasUnitList> :HeightUnitList ;
               rdfs:comment "La altura del asiento."@es ,
                            "The height of the seat."@en ;
               rdfs:label "Altura del asiento"@es ,
                          "Seat height"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasSeatPart
:hasSeatPart rdf:type owl:ObjectProperty ;
             rdfs:domain [ rdf:type owl:Class ;
                           owl:unionOf ( :HighChair
                                         :Seat
                                       )
                         ] ;
             rdfs:range :SeatPart ;
             rdfs:comment "En este caso \"asiento\" es usado como la parte concreta de un mueble donde la persona se sienta."@es ,
                          "Here \"seat\" is used in the sense of the particular part of a piece of furniture on which one rests in sitting."@en ;
             rdfs:label "Asiento"@es ,
                        "Seat part"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasStyle
:hasStyle rdf:type owl:ObjectProperty ;
          rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
          rdf:type owl:FunctionalProperty ;
          rdfs:domain [ rdf:type owl:Class ;
                        owl:unionOf ( :FurnitureAccessory
                                      :PieceOfFurniture
                                    )
                      ] ;
          rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
          <http://www.nimble-project.org/catalogue#hasCodeList> :StyleList ;
          rdfs:comment "A kind or sort especially in regard to appearance and form, eg \"modern style\" or \"Roman style\"."@en ;
          rdfs:label "Estilo"@es ,
                     "Style"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasSupplier
:hasSupplier rdf:type owl:ObjectProperty ;
             rdfs:domain :Manufacturer ;
             rdfs:range :Supplier ;
             rdfs:label "Has supplier"@en ,
                        "Tiene proveedor"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasTechnicalDatasheet
:hasTechnicalDatasheet rdf:type owl:ObjectProperty ;
                       rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#FileProperty> ;
                       rdf:type owl:FunctionalProperty ;
                       rdfs:domain :Product ;
                       rdfs:label "Ficha técnica"@es ,
                                  "Technical datasheet"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasThickness
:hasThickness rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
              rdf:type owl:FunctionalProperty ;
              rdfs:domain :WoodenMaterial ;
              rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
              <http://www.nimble-project.org/catalogue#hasUnitList> :LengthUnitList ;
              rdfs:comment "La cualidad o grado de espesor. La distancia entre dos superficies."@es ,
                           "The quality or degree of being thick. The distance between two surfaces."@en ;
              rdfs:label "Espesor"@es ,
                         "Thickness"@en ;
              <http://www.w3.org/2004/02/skos/core#altLabel> "Grosor"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasUse
:hasUse rdf:type owl:ObjectProperty ;
        rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
        rdf:type owl:FunctionalProperty ;
        rdfs:domain [ rdf:type owl:Class ;
                      owl:unionOf ( :AssemblyHardware
                                    :ChemicalSubstance
                                    :Component
                                    :FurnitureAccessory
                                    :HomeTextile
                                    :HouseholdAppliance
                                    :Material
                                    :PieceOfFurniture
                                  )
                    ] ;
        rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
        <http://www.nimble-project.org/catalogue#hasCodeList> :UseList ;
        rdfs:label "Use"@en ,
                   "Uso"@es ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Destination"@en ,
                                                       "Destino"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasVerticalSurface
:hasVerticalSurface rdf:type owl:ObjectProperty ;
                    rdfs:domain [ rdf:type owl:Class ;
                                  owl:unionOf ( :FurnitureAccessory
                                                :PieceOfFurniture
                                              )
                                ] ;
                    rdfs:range :VerticalSurface ;
                    rdfs:label "Superficie vertical"@es ,
                               "Vertical surface"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasViscosity
:hasViscosity rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
              rdf:type owl:FunctionalProperty ;
              rdfs:domain :ChemicalSubstance ;
              rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
              <http://www.nimble-project.org/catalogue#hasUnitList> :ViscosityUnitList ;
              rdfs:comment "La viscosidad de una fluido mide su resistencia a la deformación gradual por esfuerzo cortante o tensión de tracción. En el caso de líquidos, corresponde normalmente al concepto informal de espesor."@es ,
                           "The viscosity of a fluid measures its resistance to gradual deformation by shear stress or tensile stress. For liquids, it usually corresponds to the informal concept of thickness."@en ;
              rdfs:label "Viscosidad"@es ,
                         "Viscosity"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasWardrobe
:hasWardrobe rdf:type owl:ObjectProperty ,
                      owl:FunctionalProperty ;
             rdfs:domain :CompactBed ;
             rdfs:range :Wardrobe ;
             rdfs:label "Has wardrobe"@en ,
                        "Tiene armario"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasWeight
:hasWeight rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
           rdf:type owl:FunctionalProperty ;
           rdfs:domain [ rdf:type owl:Class ;
                         owl:unionOf ( :AssemblyHardware
                                       :AuxiliaryEquipment
                                       :ChemicalSubstance
                                       :Component
                                       :FurnitureAccessory
                                       :HomeTextile
                                       :IndustrialMachine
                                       :PieceOfFurniture
                                     )
                       ] ;
           rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
           <http://www.nimble-project.org/catalogue#hasUnitList> :WeightUnitList ;
           <http://www.nimble-project.org/catalogue#isVisible> "false"^^xsd:boolean ;
           rdfs:comment "Peso del elemento."@es ,
                        "Weight of the element."@en ;
           rdfs:label "Peso"@es ,
                      "Weight"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasWidth
:hasWidth rdf:type owl:ObjectProperty ;
          rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#QuantityProperty> ;
          rdf:type owl:FunctionalProperty ;
          rdfs:domain [ rdf:type owl:Class ;
                        owl:unionOf ( :AuxiliaryEquipment
                                      :Component
                                      :FurnitureAccessory
                                      :HomeTextile
                                      :IndustrialMachine
                                      :Material
                                      :PieceOfFurniture
                                    )
                      ] ;
          rdfs:range <http://www.nimble-project.org/catalogue#QuantityType> ;
          <http://www.nimble-project.org/catalogue#hasUnitList> :WidthUnitList ;
          <http://www.nimble-project.org/catalogue#isVisible> "false"^^xsd:boolean ;
          rdfs:comment "Anchura del elemento. En el caso de tuercas, corresponde a su grosor. El orden estándar para indicar las dimensiones de un elemento son: Longitud (L) x Anchura (W) x Altura (H)."@es ,
                       "Width of the element. In the case of nuts, this corresponds to its Thickness. The standard order when defining the dimensions of an object is: Length (L) x Width (W) x Height (H)."@en ;
          rdfs:label "Anchura"@es ,
                     "Width"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasWindowFrame
:hasWindowFrame rdf:type owl:ObjectProperty ,
                         owl:FunctionalProperty ;
                rdfs:domain :Window ;
                rdfs:range :WindowFrame ;
                rdfs:label "Has window frame"@en ,
                           "Tiene marco de ventana"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#inHouse
:inHouse rdf:type owl:ObjectProperty ;
         rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
         rdf:type owl:FunctionalProperty ;
         rdfs:domain :InHouseService ;
         rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
         <http://www.nimble-project.org/catalogue#hasCodeList> :InHouseServiceList ;
         rdfs:label "In-house services"@en ,
                    "Servicios in-house"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#industrySpecialization
:industrySpecialization rdf:type owl:ObjectProperty ;
                        rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
                        rdf:type owl:FunctionalProperty ;
                        rdfs:domain :LogisticsService ;
                        rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
                        <http://www.nimble-project.org/catalogue#hasCodeList> :IndustrySpecializationList ;
                        rdfs:label "Especialización industrial"@es ,
                                   "Industry specialization"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isApplicableToMaterial
:isApplicableToMaterial rdf:type owl:ObjectProperty ;
                        rdfs:domain :CoatingSubstance ;
                        rdfs:range [ rdf:type owl:Class ;
                                     owl:unionOf ( :LaminatedCoatingMaterial
                                                   :Timber
                                                   :WoodVeneer
                                                   :WoodenBoard
                                                 )
                                   ] .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isComposedBy
:isComposedBy rdf:type owl:ObjectProperty ;
              rdfs:domain :FurnitureComposition ;
              rdfs:range [ rdf:type owl:Class ;
                           owl:unionOf ( :Component
                                         :FurnitureAccessory
                                         :HomeTextile
                                         :PieceOfFurniture
                                       )
                         ] ;
              rdfs:comment "A composition is composed by several furniture items."@en ,
                           "Una composición está formada por varios elementos de mobiliario."@es ;
              rdfs:label "Está compuesta por"@es ,
                         "Is composed by"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isEmployedBy
:isEmployedBy rdf:type owl:ObjectProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain :Technique ;
              rdfs:range :IndustrialMachine ;
              rdfs:label "Employed by"@en ,
                         "Utilizado por"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isManufacturedBy
:isManufacturedBy rdf:type owl:ObjectProperty ;
                  owl:inverseOf :manufactures ;
                  rdf:type owl:FunctionalProperty ;
                  rdfs:domain [ rdf:type owl:Class ;
                                owl:unionOf ( :Component
                                              :Furniture
                                            )
                              ] ;
                  rdfs:range :Manufacturer ;
                  <http://www.nimble-project.org/catalogue#isVisible> "false"^^xsd:boolean ;
                  rdfs:label "Fabricado por"@es ,
                             "Manufactured by"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isPerformedBy
:isPerformedBy rdf:type owl:ObjectProperty ;
               owl:inverseOf :performs ;
               rdf:type owl:FunctionalProperty ;
               rdfs:domain :Process ;
               rdfs:range :IndustrialMachine ;
               rdfs:label "Performed by"@en ,
                          "Realizado por"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isUpholsteredIn
:isUpholsteredIn rdf:type owl:ObjectProperty ,
                          owl:FunctionalProperty ;
                 rdfs:range :UpholsteryMaterial ;
                 rdfs:label "Tapizado en"@es ,
                            "Upholstered in"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#logisticsConsultancy
:logisticsConsultancy rdf:type owl:ObjectProperty ;
                      rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
                      rdf:type owl:FunctionalProperty ;
                      rdfs:domain :LogisticsConsultancyService ;
                      rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
                      <http://www.nimble-project.org/catalogue#hasCodeList> :LogisticsConsultancyServiceList ;
                      rdfs:label "Consultoría logística"@es ,
                                 "Logistics consultancy"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#managedProductType
:managedProductType rdf:type owl:ObjectProperty ;
                    rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
                    rdf:type owl:FunctionalProperty ;
                    rdfs:domain :LogisticsService ;
                    rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
                    <http://www.nimble-project.org/catalogue#hasCodeList> :ManagedProductTypeList ;
                    rdfs:label "Managed product type"@en ,
                               "Tipo de producto"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#manufactures
:manufactures rdf:type owl:ObjectProperty ,
                       owl:InverseFunctionalProperty ;
              rdfs:domain :Manufacturer ;
              rdfs:range [ rdf:type owl:Class ;
                           owl:unionOf ( :Component
                                         :Furniture
                                       )
                         ] ;
              rdfs:label "Fabrica"@es ,
                         "Manufactures"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#maritimeLoad
:maritimeLoad rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
              rdf:type owl:FunctionalProperty ;
              rdfs:domain :MaritimeTransportService ;
              rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
              <http://www.nimble-project.org/catalogue#hasCodeList> :MaritimeLoadList ;
              rdfs:label "Carga marítima"@es ,
                         "Maritime load"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#orderPicking
:orderPicking rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
              rdf:type owl:FunctionalProperty ;
              rdfs:domain :OrderPickingService ;
              rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
              <http://www.nimble-project.org/catalogue#hasCodeList> :OrderPickingServiceList ;
              rdfs:label "Order picking"@en ,
                         "Recogida de pedido"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#originTransport
:originTransport rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
                 rdf:type owl:FunctionalProperty ;
                 rdfs:domain :TransportService ;
                 rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
                 <http://www.nimble-project.org/catalogue#hasCodeList> :TransportPlaceList ;
                 rdfs:label "Origen"@es ,
                            "Origin"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#palletDimensions
:palletDimensions rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
                  rdf:type owl:FunctionalProperty ;
                  rdfs:domain [ rdf:type owl:Class ;
                                owl:unionOf ( :BoxPallet
                                              :Pallet
                                            )
                              ] ;
                  rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
                  <http://www.nimble-project.org/catalogue#hasCodeList> :PalletDimensionsList ;
                  rdfs:label "Dimensiones"@es ,
                             "Dimensions"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#palletFlatType
:palletFlatType rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
                rdf:type owl:FunctionalProperty ;
                rdfs:domain :Pallet ;
                rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
                <http://www.nimble-project.org/catalogue#hasCodeList> :PalletFlatTypeList ;
                rdfs:label "Flat"@en ,
                           "Piso"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#palletMaterial
:palletMaterial rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
                rdf:type owl:FunctionalProperty ;
                rdfs:domain :Pallet ;
                rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
                <http://www.nimble-project.org/catalogue#hasCodeList> :PalletMaterialList ;
                rdfs:label "Material"@en ,
                           "Material"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#performs
:performs rdf:type owl:ObjectProperty ,
                   owl:InverseFunctionalProperty ;
          rdfs:domain :IndustrialMachine ;
          rdfs:range :Process ;
          rdfs:label "Performs"@en ,
                     "Realiza"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#protectivePlateMaterial
:protectivePlateMaterial rdf:type owl:ObjectProperty ;
                         rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
                         rdf:type owl:FunctionalProperty ;
                         rdfs:domain :ProtectivePlate ;
                         rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
                         <http://www.nimble-project.org/catalogue#hasCodeList> :ProtectivePlateMaterialList ;
                         rdfs:label "Material"@en ,
                                    "Material"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#railLoad
:railLoad rdf:type owl:ObjectProperty ;
          rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
          rdf:type owl:FunctionalProperty ;
          rdfs:domain :RailTransportService ;
          rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
          <http://www.nimble-project.org/catalogue#hasCodeList> :RailLoadList ;
          rdfs:label "Carga ferroviaria"@es ,
                     "Rail load"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#reverseLogistics
:reverseLogistics rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
                  rdf:type owl:FunctionalProperty ;
                  rdfs:domain :ReverseLogisticsService ;
                  rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
                  <http://www.nimble-project.org/catalogue#hasCodeList> :ReverseLogisticsServiceList ;
                  rdfs:label "Logística inversa"@es ,
                             "Reverse logistics"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#shipmentType
:shipmentType rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
              rdf:type owl:FunctionalProperty ;
              rdfs:domain :RoadTransportService ;
              rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
              <http://www.nimble-project.org/catalogue#hasCodeList> :ShipmentTypeList ;
              rdfs:label "Shipment type"@en ,
                         "Tipo de envío"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#truckLoad
:truckLoad rdf:type owl:ObjectProperty ;
           rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
           rdf:type owl:FunctionalProperty ;
           rdfs:domain :RoadTransportService ;
           rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
           <http://www.nimble-project.org/catalogue#hasCodeList> :TruckLoadList ;
           rdfs:label "Carga del camión"@es ,
                      "Truck load"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#warehousing
:warehousing rdf:type owl:ObjectProperty ;
             rdfs:subPropertyOf <http://www.nimble-project.org/catalogue#CodeProperty> ;
             rdf:type owl:FunctionalProperty ;
             rdfs:domain :WarehousingService ;
             rdfs:range <http://www.nimble-project.org/catalogue#CodeType> ;
             <http://www.nimble-project.org/catalogue#hasCodeList> :WarehousingServiceList ;
             rdfs:label "Almacenaje"@es ,
                        "Warehousing"@en .


###  http://www.nimble-project.org/catalogue#CodeProperty
<http://www.nimble-project.org/catalogue#CodeProperty> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:comment "Property denoting coded values, linking/containing code values. CodeProperty is a FunctionalProperty and indicates that the property may specify :hasCode and :hasCodeList."@en ,
                                                                    "Propiedad que indica los valores de código, enlazando/conteniendo estos valores. CodeProperty es una FunctionalProperty que indica que la propiedad debe ser especificada mediante :hasCode y :hasCodeList."@es .


###  http://www.nimble-project.org/catalogue#FileProperty
<http://www.nimble-project.org/catalogue#FileProperty> rdf:type owl:ObjectProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:comment "Property allowing the file attachment."@en ,
                                                                    "Propiedad que permite la posibilidad de adjuntar ficheros."@es .


###  http://www.nimble-project.org/catalogue#QuantityProperty
<http://www.nimble-project.org/catalogue#QuantityProperty> rdf:type owl:ObjectProperty ,
                                                                    owl:FunctionalProperty ;
                                                           rdfs:comment "Property denoting a quantity, containing / linking valid unit codes."@en ,
                                                                        "Propiedad que indica una cantidad, enlazando/conteniendo códigos de unidad válidos."@es .


###  http://www.nimble-project.org/catalogue#hasCode
<http://www.nimble-project.org/catalogue#hasCode> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <http://www.nimble-project.org/catalogue#CodeList> .


#################################################################
#    Data properties
#################################################################

###  http://www.aidimme.es/FurnitureSectorOntology.owl#belongsToDepartment
:belongsToDepartment rdf:type owl:DatatypeProperty ;
                     rdfs:domain :ContactPerson ;
                     rdfs:range xsd:string ;
                     rdfs:label "Company department"@en ,
                                "Departamento al que pertenece"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#belongsToWoodSpecies
:belongsToWoodSpecies rdf:type owl:DatatypeProperty ;
                      rdfs:domain :WoodenMaterial ;
                      rdfs:range xsd:string ;
                      rdfs:label "Especie(s) de madera"@es ,
                                 "Wood species"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#compliesWithLegislation
:compliesWithLegislation rdf:type owl:DatatypeProperty ;
                         rdfs:domain [ rdf:type owl:Class ;
                                       owl:unionOf ( :Component
                                                     :Product
                                                     :Service
                                                   )
                                     ] ;
                         rdfs:range xsd:string ;
                         <http://www.nimble-project.org/catalogue#isVisible> "false"^^xsd:boolean ;
                         rdfs:comment "Esta propiedad hace referencia a aquellas leyes que afectan al sector madera y mueble que cumple el producto. Estas leyes pueden estar relacionadas con aspectos de calidad, medidas preventivas, el uso de determinadas substancias y materiales, así como condiciones de seguridad durante el proceso de producción."@es ,
                                      "This property refers to those laws affecting the wood and furniture cluster which are met by the product. In the current scope, this makes reference to laws related to the furniture industry, such as quality, preventive measures and considerations about the use of specific substances and materials as well as safety conditions during the productions processes."@en ;
                         rdfs:label "Complies with legislation"@en ,
                                    "Cumple con legislación"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#compliesWithRegulation
:compliesWithRegulation rdf:type owl:DatatypeProperty ;
                        rdfs:domain [ rdf:type owl:Class ;
                                      owl:unionOf ( :Component
                                                    :Product
                                                    :Service
                                                  )
                                    ] ;
                        rdfs:range xsd:string ;
                        <http://www.nimble-project.org/catalogue#isVisible> "false"^^xsd:boolean ;
                        rdfs:comment "Esta propiedad hace referencia a aquellas normas del sector madera y mueble que cumple el producto. Las normas son básicamente el modo en que los reguladores aplican la legislación cumpliendo los requerimientos que ésta establece. En la industria, las regulaciones especifican los requirimientos formales especificos que han de seguir las organizaciones y los trabajadores. Las normas normalmente están relacionadas con la seguridad de los productos, la protección del consumidor y otros factores de interés general. Pueden ser desarrolladas interna o externamente pues pueden desarrollarse mediante especificaciones técnicas o estándares en el sector privado."@es ,
                                     "This property refers to those norms affecting the wood and furniture cluster which are met by the product. The norms are basically the way the legislation is enforced by regulators supporting the requirements of the legislation. In industry, the regulations specify the particular formal requirements needed to be followed by organizations, workers and employers. Regulations usually address product safety, consumer protection and other factors in public interest. They could either be internally or externally developed so they may be developed through technical specifications or some standards in the private sector."@en ;
                        rdfs:label "Complies with regulation"@en ,
                                   "Cumple con normativa"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasAddress
:hasAddress rdf:type owl:DatatypeProperty ;
            rdfs:domain :Organization ;
            rdfs:range xsd:string ;
            rdfs:label "Address"@en ,
                       "Dirección"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasAdjustableHeight
:hasAdjustableHeight rdf:type owl:DatatypeProperty ,
                              owl:FunctionalProperty ;
                     rdfs:domain [ rdf:type owl:Class ;
                                   owl:unionOf ( :Chair
                                                 :Cradle
                                                 :HighChair
                                                 :Stool
                                                 :Table
                                               )
                                 ] ;
                     rdfs:range xsd:boolean ;
                     rdfs:label "Adjustable height"@en ,
                                "Regulable en altura"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasApplicationMethod
:hasApplicationMethod rdf:type owl:DatatypeProperty ,
                               owl:FunctionalProperty ;
                      rdfs:domain :ChemicalSubstance ;
                      rdfs:range xsd:string ;
                      rdfs:comment "El método de aplicación es la manera en que la substancia se aplica al material, (p.e.: inmersión, electroestática, rotomoldeo, etc.)."@es ,
                                   "The application method is the way the substance is applied to the material, (i.e.: immersion, electroestatic, rotomoulding, etc.)."@en ;
                      rdfs:label "Application method"@en ,
                                 "Método de aplicación"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasAwards
:hasAwards rdf:type owl:DatatypeProperty ;
           rdfs:domain :Organization ;
           rdfs:range xsd:string ;
           rdfs:comment "Descripción de los premios que ha obtenido la empresa."@es ,
                        "Description of the awards obtained by the company."@en ;
           rdfs:label "Awards"@en ,
                      "Premios"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasBackrest
:hasBackrest rdf:type owl:DatatypeProperty ,
                      owl:FunctionalProperty ;
             rdfs:domain [ rdf:type owl:Class ;
                           owl:unionOf ( :Bench
                                         :Stool
                                       )
                         ] ;
             rdfs:range xsd:boolean ;
             rdfs:label "Has backrest"@en ,
                        "Tiene respaldo"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasBusinessActivityCode
:hasBusinessActivityCode rdf:type owl:DatatypeProperty ;
                         rdfs:domain :Organization ;
                         rdfs:range xsd:string ;
                         rdfs:comment "El Código de Actividad identifica la actividad económica de la empresa. En España, se utilizan habitualmente los códigos CNAE para esta identificación. Existen otros códigos de identificación, como el IRS."@es ,
                                      "The Business Activity Code identifies the economic activity of the company. In Spain, CNAE codes are usually used for this identification. There are other identification codes such as IRS."@en ;
                         rdfs:label "Business activity code"@en ,
                                    "Código de actividad"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasCapacity
:hasCapacity rdf:type owl:DatatypeProperty ,
                      owl:FunctionalProperty ;
             rdfs:domain [ rdf:type owl:Class ;
                           owl:unionOf ( :Bed
                                         :Seat
                                       )
                         ] ;
             rdfs:range xsd:int ;
             rdfs:label "Has capacity"@en ,
                        "Tiene capacidad"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasCatalogueName
:hasCatalogueName rdf:type owl:DatatypeProperty ,
                           owl:FunctionalProperty ;
                  rdfs:domain :Catalogue ;
                  rdfs:range xsd:string ;
                  rdfs:label "Catalogue name"@en ,
                             "Nombre del catálogo"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasCoatingDescription
:hasCoatingDescription rdf:type owl:DatatypeProperty ,
                                owl:FunctionalProperty ;
                       rdfs:domain [ rdf:type owl:Class ;
                                     owl:unionOf ( :Timber
                                                   :WoodVeneer
                                                   :WoodenBoard
                                                 )
                                   ] ;
                       rdfs:range xsd:string ;
                       rdfs:comment "Descripción del material utilizado para recubrir productos, tales como tableros, tablones de madera y otros elementos."@es ,
                                    "Description of the material used for the coating of some products such as wood boards, timber planks, and other items."@en ;
                       rdfs:label "Coating description"@en ,
                                  "Descripción del recubrimiento"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasCodeValue
:hasCodeValue rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain [ rdf:type owl:Class ;
                            owl:unionOf ( :Component
                                          :Product
                                        )
                          ] ;
              rdfs:range xsd:string ;
              rdfs:label "Code"@en ,
                         "Código"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasColour
:hasColour rdf:type owl:DatatypeProperty ;
           rdfs:domain [ rdf:type owl:Class ;
                         owl:unionOf ( :Component
                                       :Material
                                       :Product
                                     )
                       ] ;
           rdfs:range xsd:string ;
           rdfs:label "Color"@es ,
                      "Colour"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasCompanyName
:hasCompanyName rdf:type owl:DatatypeProperty ,
                         owl:FunctionalProperty ;
                rdfs:domain :Organization ;
                rdfs:range xsd:string ;
                rdfs:label "Company name"@en ,
                           "Nombre de la empresa"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasComposition
:hasComposition rdf:type owl:DatatypeProperty ,
                         owl:FunctionalProperty ;
                rdfs:domain [ rdf:type owl:Class ;
                              owl:unionOf ( :ChemicalSubstance
                                            :Material
                                          )
                            ] ;
                rdfs:range xsd:string ;
                rdfs:comment "Composición del material o la substancia."@es ,
                             "Composition of the material or substance."@en ;
                rdfs:label "Composición"@es ,
                           "Composition"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasContactPersonName
:hasContactPersonName rdf:type owl:DatatypeProperty ,
                               owl:FunctionalProperty ;
                      rdfs:domain :ContactPerson ;
                      rdfs:range xsd:string ;
                      rdfs:label "Contact person"@en ,
                                 "Persona de contacto"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasContentOfPentachlorophenol
:hasContentOfPentachlorophenol rdf:type owl:DatatypeProperty ,
                                        owl:FunctionalProperty ;
                               rdfs:domain :WoodenMaterial ;
                               rdfs:range xsd:int ;
                               rdfs:comment "Percentage (%) of content of pentachlorophenol (PCP)"@en ,
                                            "Porcentaje (%) de contenido de pentaclorofenol (PCP)"@es ;
                               rdfs:label "Contenido de pentaclorofenol"@es ,
                                          "Content of pentachlorophenol"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasCurrency
:hasCurrency rdf:type owl:DatatypeProperty ,
                      owl:FunctionalProperty ;
             rdfs:domain :Price ;
             rdfs:range xsd:string ;
             rdfs:label "Currency"@en ,
                        "Moneda"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasDescription
:hasDescription rdf:type owl:DatatypeProperty ,
                         owl:FunctionalProperty ;
                rdfs:domain [ rdf:type owl:Class ;
                              owl:unionOf ( :Component
                                            :Material
                                            :Process
                                            :Product
                                            :Service
                                            :Technique
                                          )
                            ] ;
                rdfs:range xsd:string ;
                <http://www.nimble-project.org/catalogue#isVisible> "false"^^xsd:boolean ;
                rdfs:label "Descripción"@es ,
                           "Description"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasDescriptionOfMaterials
:hasDescriptionOfMaterials rdf:type owl:DatatypeProperty ,
                                    owl:FunctionalProperty ;
                           rdfs:domain [ rdf:type owl:Class ;
                                         owl:unionOf ( :Component
                                                       :Product
                                                     )
                                       ] ;
                           rdfs:range xsd:string ;
                           rdfs:comment "Descripción de los materiales de los que está elaborado un producto (i.e.: hierro, aluminio, madera, vidrio, etc.)."@es ,
                                        "Description of the materials that makes up the product (i.e.: iron, aluminium, wood, glass, etc.)."@en ;
                           rdfs:label "Descripción de materiales"@es ,
                                      "Description of materials"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasDriveType
:hasDriveType rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain :Screw ;
              rdfs:range xsd:string ;
              rdfs:comment "La ranura hace referencia a la hendidura del cabezal del tornillo que se utiliza para girarlo. Algunos tipos de ranuras son: ranurada (cabeza plana), phillips (cruceta), cuadrada, y pozidriv."@es ,
                           "The driver refers to the indented shape on the screw head used to turn the screw. Some drive types are: slotted (flathead), phillips (crosshead), square, and pozidriv."@en ;
              rdfs:label "Drive type"@en ,
                         "Tipo de ranura"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasEAN
:hasEAN rdf:type owl:DatatypeProperty ,
                 owl:FunctionalProperty ;
        rdfs:domain :Product ;
        rdfs:range xsd:string ;
        rdfs:comment "El sistema de códigos de barras European Article Number (EAN) o International Article Number (IAN) se utiliza para identificar productos y está adoptado por más de cien países y cerca de un millón de empresas. El código EAN más usual es EAN13, constituido por 13 dígitos y con una estructura dividida en 4 partes: código del país, código de empresa, código de producto y dígito de control."@es ,
                     "The bar code system European Article Number (EAN) or International Article Number (IAN) is used to identofy products and it is adopted by more than one hundred countries and nearly a million companies. The most used EAN code is EAN13, formed by 13 dígits following a structure divided into 4 parts: country code, company code, product code and check dígit."@en ;
        rdfs:label "Código EAN"@es ,
                   "EAN code"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasEcolabelTypeIILowEnergyConsumption
:hasEcolabelTypeIILowEnergyConsumption rdf:type owl:DatatypeProperty ,
                                                owl:FunctionalProperty ;
                                       rdfs:domain [ rdf:type owl:Class ;
                                                     owl:unionOf ( :FurnitureAccessory
                                                                   :HouseholdAppliance
                                                                   :IndustrialMachine
                                                                   :Lighting
                                                                   :MusicalInstrument
                                                                 )
                                                   ] ;
                                       rdfs:range xsd:string ;
                                       rdfs:label "Ecoetiquetado tipo II (autodeclaración):  Bajo consumo energético"@es ,
                                                  "Ecolabel type II (self-declaration): Low energy consumption"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasEcolabelTypeIIMaterialOfRenewableOrigin
:hasEcolabelTypeIIMaterialOfRenewableOrigin rdf:type owl:DatatypeProperty ,
                                                     owl:FunctionalProperty ;
                                            rdfs:domain [ rdf:type owl:Class ;
                                                          owl:unionOf ( :AssemblyHardware
                                                                        :AuxiliaryEquipment
                                                                        :AuxiliaryMaterial
                                                                        :BuildingElement
                                                                        :CeramicsMaterial
                                                                        :ChemicalSubstance
                                                                        :Component
                                                                        :CompositeMaterial
                                                                        :Furniture
                                                                        :HomeTextile
                                                                        :LaminatedCoatingMaterial
                                                                        :Lighting
                                                                        :LignocellulosicMaterial
                                                                        :MusicalInstrument
                                                                        :OutdoorEquipment
                                                                        :PlasticMaterial
                                                                        :TertiaryPackaging
                                                                        :UpholsteryMaterial
                                                                        :WoodenMaterial
                                                                      )
                                                        ] ;
                                            rdfs:range xsd:int ;
                                            rdfs:comment "Se representa como porcentaje (%)"@es ,
                                                         "This is represented as a percentage (%)"@en ;
                                            rdfs:label "Ecoetiquetado tipo II (autodeclaración): Material de origen renovable"@es ,
                                                       "Ecolabel type II (self-declaration): Material of renewable origin"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasEcolabelTypeIIRecyclable
:hasEcolabelTypeIIRecyclable rdf:type owl:DatatypeProperty ,
                                      owl:FunctionalProperty ;
                             rdfs:domain [ rdf:type owl:Class ;
                                           owl:unionOf ( :AssemblyHardware
                                                         :AuxiliaryEquipment
                                                         :BuildingElement
                                                         :Component
                                                         :Furniture
                                                         :HomeTextile
                                                         :HouseholdAppliance
                                                         :IndustrialMachine
                                                         :Lighting
                                                         :Material
                                                         :MusicalInstrument
                                                         :OutdoorEquipment
                                                         :TertiaryPackaging
                                                       )
                                         ] ;
                             rdfs:range xsd:boolean ;
                             rdfs:label "Ecoetiquetado tipo II (autodeclaración): Reciclable"@es ,
                                        "Ecolabel type II (self-declaration): Recyclable"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasEcolabelTypeIIRecycledContent
:hasEcolabelTypeIIRecycledContent rdf:type owl:DatatypeProperty ,
                                           owl:FunctionalProperty ;
                                  rdfs:domain [ rdf:type owl:Class ;
                                                owl:unionOf ( :AssemblyHardware
                                                              :AuxiliaryEquipment
                                                              :BuildingElement
                                                              :ChemicalSubstance
                                                              :Component
                                                              :Furniture
                                                              :HomeTextile
                                                              :HouseholdAppliance
                                                              :Lighting
                                                              :Material
                                                              :MusicalInstrument
                                                              :OutdoorEquipment
                                                              :TertiaryPackaging
                                                            )
                                              ] ;
                                  rdfs:range xsd:int ;
                                  rdfs:comment "Se representa como porcentaje (%)"@es ,
                                               "This is represented as a percentage (%)"@en ;
                                  rdfs:label "Ecoetiquetado tipo II (autodeclaración): Contenido reciclado"@es ,
                                             "Ecolabel type II (self-declaration): Recycled content"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasElectronicMail
:hasElectronicMail rdf:type owl:DatatypeProperty ;
                   rdfs:domain [ rdf:type owl:Class ;
                                 owl:unionOf ( :ContactPerson
                                               :Organization
                                             )
                               ] ;
                   rdfs:range xsd:string ;
                   rdfs:label "Correo electrónico"@es ,
                              "E-mail"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasElectrophoreticCoatedBase
:hasElectrophoreticCoatedBase rdf:type owl:DatatypeProperty ,
                                       owl:FunctionalProperty ;
                              rdfs:domain :IndustrialProtectionElement ;
                              rdfs:range xsd:boolean ;
                              rdfs:label "Electrophoretic coated base"@en ,
                                         "Soporte de recubrimiento electroforético"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasEnvironmentalFunctions
:hasEnvironmentalFunctions rdf:type owl:DatatypeProperty ,
                                    owl:FunctionalProperty ;
                           rdfs:domain [ rdf:type owl:Class ;
                                         owl:unionOf ( :BuildingEnvelope
                                                       :ChemicalSubstance
                                                       :FlooringAndCoating
                                                       :HouseholdAppliance
                                                       :IndustrialMachine
                                                       :Material
                                                       :MusicalInstrument
                                                       :Tile
                                                     )
                                       ] ;
                           rdfs:range xsd:string ;
                           rdfs:label "Environmental functions (e.g.: decontamination)"@en ,
                                      "Funciones ambientales (p.e.: descontaminación)"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasEpalCertificate
:hasEpalCertificate rdf:type owl:DatatypeProperty ,
                             owl:FunctionalProperty ;
                    rdfs:domain [ rdf:type owl:Class ;
                                  owl:unionOf ( :Container
                                                :Pallet
                                              )
                                ] ;
                    rdfs:range xsd:boolean ;
                    rdfs:label "Certificado EPAL"@es ,
                               "EPAL certificate"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasFamilyName
:hasFamilyName rdf:type owl:DatatypeProperty ,
                        owl:FunctionalProperty ;
               rdfs:domain :ContactPerson ;
               rdfs:range xsd:string ;
               rdfs:label "Apellido(s)"@es ,
                          "Family name"@en ;
               <http://www.w3.org/2004/02/skos/core#altLabel> "Second name"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasFirstName
:hasFirstName rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain :ContactPerson ;
              rdfs:range xsd:string ;
              rdfs:label "First name"@en ,
                         "Nombre"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasFlap
:hasFlap rdf:type owl:DatatypeProperty ,
                  owl:FunctionalProperty ;
         rdfs:domain :Pallet ;
         rdfs:range xsd:boolean ;
         rdfs:label "Aleta"@es ,
                    "Flap"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasFoldingDoors
:hasFoldingDoors rdf:type owl:DatatypeProperty ,
                          owl:FunctionalProperty ;
                 rdfs:domain :Container ;
                 rdfs:range xsd:boolean ;
                 rdfs:label "Folding doors"@en ,
                            "Puertas abatibles"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasFoldingSide
:hasFoldingSide rdf:type owl:DatatypeProperty ,
                         owl:FunctionalProperty ;
                rdfs:domain [ rdf:type owl:Class ;
                              owl:unionOf ( :Cradle
                                            :Crib
                                            :Playpen
                                          )
                            ] ;
                rdfs:range xsd:boolean ;
                rdfs:label "Has folding side"@en ,
                           "Tiene lateral abatible"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasFreeSampleDelivery
:hasFreeSampleDelivery rdf:type owl:DatatypeProperty ,
                                owl:FunctionalProperty ;
                       rdfs:domain [ rdf:type owl:Class ;
                                     owl:unionOf ( :AssemblyHardware
                                                   :ChemicalSubstance
                                                   :Material
                                                 )
                                   ] ;
                       rdfs:range xsd:boolean ;
                       rdfs:comment "Esta propiedad indica si la empresa ofrece o no muestras gratuitas del producto."@es ,
                                    "This property indicates if the company offers or not free samples of the product."@en ;
                       rdfs:label "Free sample"@en ,
                                  "Muestra gratuita"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasGuaranteeConditions
:hasGuaranteeConditions rdf:type owl:DatatypeProperty ,
                                 owl:FunctionalProperty ;
                        rdfs:domain [ rdf:type owl:Class ;
                                      owl:unionOf ( :Product
                                                    :Service
                                                  )
                                    ] ;
                        rdfs:range xsd:string ;
                        <http://www.nimble-project.org/catalogue#isVisible> "false"^^xsd:boolean ;
                        rdfs:label "Condiciones de la garantía"@es ,
                                   "Guarantee conditions"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasHeadType
:hasHeadType rdf:type owl:DatatypeProperty ,
                      owl:FunctionalProperty ;
             rdfs:domain :Screw ;
             rdfs:range xsd:string ;
             rdfs:comment "El tipo/forma del cabezal de un elemento estilo tornillo. Los valores más comunes son: plano, ovalado, redondo, troncocónica, lenteja y botón."@es ,
                          "The type/shape of the head of a screw-like element. Most common values are: flat, oval, round, pan, truss and button."@en ;
             rdfs:label "Head type"@en ,
                        "Tipo de cabezal"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasHeadquartersInCountries
:hasHeadquartersInCountries rdf:type owl:DatatypeProperty ,
                                     owl:FunctionalProperty ;
                            rdfs:domain :Organization ;
                            rdfs:range xsd:string ;
                            rdfs:label "Headquarters in countries"@en ,
                                       "Sede en países"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasInteriorConstruction
:hasInteriorConstruction rdf:type owl:DatatypeProperty ,
                                  owl:FunctionalProperty ;
                         rdfs:domain :Container ;
                         rdfs:range xsd:boolean ;
                         rdfs:label "Acondicionamiento interior"@es ,
                                    "Interior construction"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasIspm15Certificate
:hasIspm15Certificate rdf:type owl:DatatypeProperty ,
                               owl:FunctionalProperty ;
                      rdfs:domain [ rdf:type owl:Class ;
                                    owl:unionOf ( :Container
                                                  :Pallet
                                                )
                                  ] ;
                      rdfs:range xsd:boolean ;
                      rdfs:comment "ISPM-15 is the International Standard For Phytosanitary Measures No. 15 that regulates the wood packaging used in international trade and describes the phytosanitary measures to reduce the risk of pests related to wood packaging."@en ,
                                   "NIMF-15 es la Norma Internacional para Medidas Fitosanitarias número 15 que regula el embalaje de madera en el comercio internacional y describe las medidas fitosanitarias para reducir el riesgo de plagas relacionadas con el embalaje de madera."@es ;
                      rdfs:label "Certificado NIMF-15"@es ,
                                 "ISPM-15 certificate"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasIssueDate
:hasIssueDate rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain :Catalogue ;
              rdfs:range xsd:string ;
              rdfs:label "Fecha de emisión"@es ,
                         "Issue date"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasJobTitle
:hasJobTitle rdf:type owl:DatatypeProperty ;
             rdfs:domain :ContactPerson ;
             rdfs:range xsd:string ;
             rdfs:label "Cargo en la empresa"@es ,
                        "Job title"@en ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Job position"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasMoistureContent
:hasMoistureContent rdf:type owl:DatatypeProperty ,
                             owl:FunctionalProperty ;
                    rdfs:domain [ rdf:type owl:Class ;
                                  owl:unionOf ( :ChemicalSubstance
                                                :Timber
                                                :WoodVeneer
                                                :WoodenBoard
                                              )
                                ] ;
                    rdfs:range xsd:int ;
                    rdfs:comment "Percentage (%) of moisture in content."@en ,
                                 "Porcentaje (%) de humedad en el contenido."@es ;
                    rdfs:label "Moisture content"@en ,
                               "Porcentaje de humedad"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasName
:hasName rdf:type owl:DatatypeProperty ,
                  owl:FunctionalProperty ;
         rdfs:domain [ rdf:type owl:Class ;
                       owl:unionOf ( :Component
                                     :Product
                                     :Service
                                   )
                     ] ;
         rdfs:range xsd:string ;
         <http://www.nimble-project.org/catalogue#isVisible> "false"^^xsd:boolean ;
         rdfs:label "Name"@en ,
                    "Nombre"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasNumberOfArmrests
:hasNumberOfArmrests rdf:type owl:DatatypeProperty ,
                              owl:FunctionalProperty ;
                     rdfs:domain [ rdf:type owl:Class ;
                                   owl:unionOf ( :Bench
                                                 :Seat
                                               )
                                 ] ;
                     rdfs:range xsd:int ;
                     rdfs:label "Number of armrests"@en ,
                                "Número de brazos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasNumberOfBeds
:hasNumberOfBeds rdf:type owl:DatatypeProperty ,
                          owl:FunctionalProperty ;
                 rdfs:domain :Bed ;
                 rdfs:range xsd:int ;
                 rdfs:label "Number of beds"@en ,
                            "Número de camas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasNumberOfCastors
:hasNumberOfCastors rdf:type owl:DatatypeProperty ,
                             owl:FunctionalProperty ;
                    rdfs:domain [ rdf:type owl:Class ;
                                  owl:unionOf ( :Chair
                                                :ChestOfDrawers
                                                :ChestOfDrawersWithBabybath
                                                :ChildrenPieceOfFurniture
                                                :Container
                                                :Sofa
                                                :Stool
                                                :Table
                                              )
                                ] ;
                    rdfs:range xsd:int ;
                    rdfs:label "Number of castors"@en ,
                               "Número de ruedas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasNumberOfDoors
:hasNumberOfDoors rdf:type owl:DatatypeProperty ,
                           owl:FunctionalProperty ;
                  rdfs:domain :Cabinet ;
                  rdfs:range xsd:int ;
                  rdfs:label "Number of doors"@en ,
                             "Número de puertas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasNumberOfDrawers
:hasNumberOfDrawers rdf:type owl:DatatypeProperty ,
                             owl:FunctionalProperty ;
                    rdfs:domain [ rdf:type owl:Class ;
                                  owl:unionOf ( :StoragePieceOfFurniture
                                                :Table
                                              )
                                ] ;
                    rdfs:range xsd:int ;
                    rdfs:label "Number of drawers"@en ,
                               "Número de cajones"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasNumberOfHandles
:hasNumberOfHandles rdf:type owl:DatatypeProperty ,
                             owl:FunctionalProperty ;
                    rdfs:domain [ rdf:type owl:Class ;
                                  owl:unionOf ( :Door
                                                :StoragePieceOfFurniture
                                              )
                                ] ;
                    rdfs:range xsd:int ;
                    rdfs:label "Number of handles"@en ,
                               "Número de tiradores"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasNumberOfLegs
:hasNumberOfLegs rdf:type owl:DatatypeProperty ,
                          owl:FunctionalProperty ;
                 rdfs:domain :PieceOfFurniture ;
                 rdfs:range xsd:int ;
                 rdfs:label "Number of legs"@en ,
                            "Número de patas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasPriceGranularity
:hasPriceGranularity rdf:type owl:DatatypeProperty ,
                              owl:FunctionalProperty ;
                     rdfs:domain :Price ;
                     rdfs:range xsd:string ;
                     rdfs:label "Precio granulado"@es ,
                                "Price granularity"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasPriceValue
:hasPriceValue rdf:type owl:DatatypeProperty ,
                        owl:FunctionalProperty ;
               rdfs:domain :Price ;
               rdfs:range xsd:float ;
               rdfs:label "Precio"@es ,
                          "Price"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasRecliningSystem
:hasRecliningSystem rdf:type owl:DatatypeProperty ,
                             owl:FunctionalProperty ;
                    rdfs:domain [ rdf:type owl:Class ;
                                  owl:unionOf ( :Chair
                                                :Sofa
                                              )
                                ] ;
                    rdfs:range xsd:boolean ;
                    rdfs:label "Reclinable"@es ,
                               "Reclining system"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasRecycledContent
:hasRecycledContent rdf:type owl:DatatypeProperty ,
                             owl:FunctionalProperty ;
                    rdfs:domain [ rdf:type owl:Class ;
                                  owl:unionOf ( :Component
                                                :Material
                                                :Product
                                              )
                                ] ;
                    rdfs:range xsd:float ;
                    rdfs:label "Contenido reciclado"@es ,
                               "Recycled content"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasRemovableCover
:hasRemovableCover rdf:type owl:DatatypeProperty ,
                            owl:FunctionalProperty ;
                   rdfs:domain :Mattress ;
                   rdfs:range xsd:boolean ;
                   rdfs:label "Funda extraíble"@es ,
                              "Removable cover"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasSeatBelt
:hasSeatBelt rdf:type owl:DatatypeProperty ,
                      owl:FunctionalProperty ;
             rdfs:domain [ rdf:type owl:Class ;
                           owl:unionOf ( :BabyPram
                                         :HighChair
                                       )
                         ] ;
             rdfs:range xsd:boolean ;
             rdfs:label "Cinturón de seguridad"@es ,
                        "Seat belt"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasSkate
:hasSkate rdf:type owl:DatatypeProperty ,
                   owl:FunctionalProperty ;
          rdfs:domain [ rdf:type owl:Class ;
                        owl:unionOf ( :Container
                                      :Pallet
                                    )
                      ] ;
          rdfs:range xsd:boolean ;
          rdfs:label "Patín"@es ,
                     "Skate"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasSparePartsAvailable
:hasSparePartsAvailable rdf:type owl:DatatypeProperty ,
                                 owl:FunctionalProperty ;
                        rdfs:domain [ rdf:type owl:Class ;
                                      owl:unionOf ( :AuxiliaryEquipment
                                                    :Furniture
                                                    :HouseholdAppliance
                                                    :IndustrialMachine
                                                    :Lighting
                                                    :MusicalInstrument
                                                    :OutdoorEquipment
                                                  )
                                    ] ;
                        rdfs:range xsd:boolean ;
                        rdfs:label "Piezas de repuesto disponibles"@es ,
                                   "Spare parts available"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasSpecialEffects
:hasSpecialEffects rdf:type owl:DatatypeProperty ,
                            owl:FunctionalProperty ;
                   rdfs:domain :Material ;
                   rdfs:range xsd:string ;
                   rdfs:label "Efectos especiales"@es ,
                              "Special effects"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasSubstanceBase
:hasSubstanceBase rdf:type owl:DatatypeProperty ,
                           owl:FunctionalProperty ;
                  rdfs:domain [ rdf:type owl:Class ;
                                owl:unionOf ( :Paint
                                              :Varnish
                                            )
                              ] ;
                  rdfs:range xsd:string ;
                  rdfs:comment "Esta propiedad indica cuál es la base de una sustancia, como una pintura o un barniz. Algunos valores son: polipropileno, poliestireno, ABS y metacrilato."@es ,
                               "This property indicates the base of a substance such as paint and varnish. Some values are: polypropylene, polystyrene, ABS and methacrylate."@en ;
                  rdfs:label "Base de la substancia"@es ,
                             "Base of substance"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasTechnicalSpecifications
:hasTechnicalSpecifications rdf:type owl:DatatypeProperty ;
                            rdfs:domain [ rdf:type owl:Class ;
                                          owl:unionOf ( :Component
                                                        :Product
                                                      )
                                        ] ;
                            rdfs:range xsd:string ;
                            rdfs:label "Especificaciones técnicas"@es ,
                                       "Technical specifications"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasTelefax
:hasTelefax rdf:type owl:DatatypeProperty ;
            rdfs:domain :Organization ;
            rdfs:range xsd:string ;
            rdfs:label "Telefax"@en ,
                       "Telefax"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasTelephone
:hasTelephone rdf:type owl:DatatypeProperty ;
              rdfs:domain [ rdf:type owl:Class ;
                            owl:unionOf ( :ContactPerson
                                          :Organization
                                        )
                          ] ;
              rdfs:range xsd:string ;
              rdfs:label "Telephone"@en ,
                         "Teléfono"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasUnitsPerPack
:hasUnitsPerPack rdf:type owl:DatatypeProperty ;
                 rdfs:domain :AssemblyHardware ;
                 rdfs:range xsd:int ;
                 rdfs:label "Unidades por envase"@es ,
                            "Units per pack"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasVatID
:hasVatID rdf:type owl:DatatypeProperty ,
                   owl:FunctionalProperty ;
          rdfs:domain :Organization ;
          rdfs:range xsd:string ;
          rdfs:comment "Unique number used to identify a company for taxation purposes."@en ;
          rdfs:label "Identificador VAT"@es ,
                     "VAT identifier"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#hasWebPage
:hasWebPage rdf:type owl:DatatypeProperty ;
            rdfs:domain :Organization ;
            rdfs:range xsd:string ;
            rdfs:label "Página web"@es ,
                       "Website"@en ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Website"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#holdsCertification
:holdsCertification rdf:type owl:DatatypeProperty ;
                    rdfs:domain [ rdf:type owl:Class ;
                                  owl:unionOf ( :Component
                                                :Material
                                                :Organization
                                                :Product
                                                :Service
                                              )
                                ] ;
                    rdfs:range xsd:string ;
                    <http://www.nimble-project.org/catalogue#isVisible> "false"^^xsd:boolean ;
                    rdfs:comment "Certifications are documents that prove that a product, service, system, process, person or company complies with the requirements established in a specific regulation. To obtain these documents, a certification process, which is usually a documental process, is needed. In the current scope, this process usually also involves a carousel of tests, trials and analysis to assess the compliance with the established requirements."@en ,
                                 "Las certificaciones son documentos que prueban que un producto, servicio, sistema, proceso, persona, o empresa cumplen los requerimientos establecidos para una norma determinada. Para obtener estos documentos se requiere de un proceso de cerfificación que es normalmente es un proceso documental. En este ámbito, este proceso suele implicar una serie de ensayos, pruebas, y análisis para evaluar la conformidad respecto a los requerimientos establecidos."@es ;
                    rdfs:label "Certificaciones"@es ,
                               "Certifications"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isAntiMosquito
:isAntiMosquito rdf:type owl:DatatypeProperty ,
                         owl:FunctionalProperty ;
                rdfs:domain :ChemicalSubstance ;
                rdfs:range xsd:boolean ;
                rdfs:label "Anti-mosquito"@en ,
                           "Antimosquitos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isAntibacterial
:isAntibacterial rdf:type owl:DatatypeProperty ,
                          owl:FunctionalProperty ;
                 rdfs:domain [ rdf:type owl:Class ;
                               owl:unionOf ( :ChemicalSubstance
                                             :Mattress
                                           )
                             ] ;
                 rdfs:range xsd:boolean ;
                 rdfs:label "Antibacterial"@en ,
                            "Antibacteriano"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isBreathable
:isBreathable rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain [ rdf:type owl:Class ;
                            owl:unionOf ( :HomeTextile
                                          :Mattress
                                        )
                          ] ;
              rdfs:range xsd:boolean ;
              rdfs:label "Breathable"@en ,
                         "Transpirable"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isCoSleepingConvertible
:isCoSleepingConvertible rdf:type owl:DatatypeProperty ,
                                  owl:FunctionalProperty ;
                         rdfs:domain :Cradle ;
                         rdfs:range xsd:boolean ;
                         rdfs:label "Co-sleeping convertible"@en ,
                                    "Convertible en colecho"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isCoated
:isCoated rdf:type owl:DatatypeProperty ,
                   owl:FunctionalProperty ;
          rdfs:domain [ rdf:type owl:Class ;
                        owl:unionOf ( :WoodVeneer
                                      :WoodenBoard
                                    )
                      ] ;
          rdfs:range xsd:boolean ;
          rdfs:comment "Los tableros de madera pueden estar revestidos (p.e.: melamina) o crudos."@es ,
                       "Wooden boards can be coated (i.e.: melamine) or raw."@en ;
          rdfs:label "Coated"@en ,
                     "Revestido"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isCoatedWith
:isCoatedWith rdf:type owl:DatatypeProperty ;
              rdfs:domain [ rdf:type owl:Class ;
                            owl:unionOf ( :WoodVeneer
                                          :WoodenBoard
                                        )
                          ] ;
              rdfs:range xsd:string ;
              rdfs:comment "Material del que se encuentra revestido el tablero de madera (p.e.: melamina)."@es ,
                           "Material used for the coating of the wood board (i.e.: melamine)."@en ;
              rdfs:label "Tipo de revestimiento"@es ,
                         "Type of coating"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isContractChannel
:isContractChannel rdf:type owl:DatatypeProperty ,
                            owl:FunctionalProperty ;
                   rdfs:domain [ rdf:type owl:Class ;
                                 owl:unionOf ( :Component
                                               :Furniture
                                               :HomeTextile
                                               :HouseholdAppliance
                                             )
                               ] ;
                   rdfs:range xsd:boolean ;
                   rdfs:label "Canal contract"@es ,
                              "Contract channel"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isCurved
:isCurved rdf:type owl:DatatypeProperty ,
                   owl:FunctionalProperty ;
          rdfs:domain [ rdf:type owl:Class ;
                        owl:unionOf ( :Beam
                                      :Bench
                                      :Chair
                                      :Table
                                    )
                      ] ;
          rdfs:range xsd:boolean ;
          rdfs:label "Curvado"@es ,
                     "Curved"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isDesignedBy
:isDesignedBy rdf:type owl:DatatypeProperty ;
              rdfs:domain [ rdf:type owl:Class ;
                            owl:unionOf ( :Component
                                          :Product
                                        )
                          ] ;
              rdfs:range xsd:string ;
              rdfs:label "Designed by"@en ,
                         "Diseñado por"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isEasyToRepair
:isEasyToRepair rdf:type owl:DatatypeProperty ,
                         owl:FunctionalProperty ;
                rdfs:domain [ rdf:type owl:Class ;
                              owl:unionOf ( :Component
                                            :Material
                                            :Product
                                          )
                            ] ;
                rdfs:range xsd:boolean ;
                rdfs:label "Easy to repair"@en ,
                           "Fácil de reparar"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isElectrical
:isElectrical rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain [ rdf:type owl:Class ;
                            owl:unionOf ( :Latch
                                          :Toothbrush
                                          :TowelRack
                                        )
                          ] ;
              rdfs:range xsd:boolean ;
              rdfs:label "Electrical"@en ,
                         "Eléctrico"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isFireproof
:isFireproof rdf:type owl:DatatypeProperty ,
                      owl:FunctionalProperty ;
             rdfs:domain :Material ;
             rdfs:range xsd:boolean ;
             rdfs:label "Fireproof"@en ,
                        "Ignífugo"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isFoldable
:isFoldable rdf:type owl:DatatypeProperty ,
                     owl:FunctionalProperty ;
            rdfs:domain [ rdf:type owl:Class ;
                          owl:unionOf ( :BoxPallet
                                        :Container
                                        :FurnitureAccessory
                                        :PieceOfFurniture
                                      )
                        ] ;
            rdfs:range xsd:boolean ;
            rdfs:label "Foldable"@en ,
                       "Plegable"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isHomeChannel
:isHomeChannel rdf:type owl:DatatypeProperty ,
                        owl:FunctionalProperty ;
               rdfs:domain [ rdf:type owl:Class ;
                             owl:unionOf ( :Component
                                           :Furniture
                                           :HomeTextile
                                           :HouseholdAppliance
                                         )
                           ] ;
               rdfs:range xsd:boolean ;
               rdfs:label "Canal hogar"@es ,
                          "Home channel"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isHygieneSealed
:isHygieneSealed rdf:type owl:DatatypeProperty ,
                          owl:FunctionalProperty ;
                 rdfs:domain :IndustrialProtectionElement ;
                 rdfs:range xsd:boolean ;
                 rdfs:label "Hygiene sealed"@en ,
                            "Sellado higiénico"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isMachineWashable
:isMachineWashable rdf:type owl:DatatypeProperty ,
                            owl:FunctionalProperty ;
                   rdfs:domain :HomeTextile ;
                   rdfs:range xsd:boolean ;
                   rdfs:label "Lavable en lavadora"@es ,
                              "Machine washable"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isMagnetic
:isMagnetic rdf:type owl:DatatypeProperty ,
                     owl:FunctionalProperty ;
            rdfs:domain :Paint ;
            rdfs:range xsd:boolean ;
            rdfs:label "Magnetic"@en ,
                       "Magnética"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isNutType
:isNutType rdf:type owl:DatatypeProperty ,
                    owl:FunctionalProperty ;
           rdfs:domain :Nut ;
           rdfs:range xsd:string ;
           rdfs:comment "Algunos tipos comunes de tuerca son: hex, jam, wing, cap, acorn, flange, tee, square, kep, coupling, slotted y castle entre otros."@es ,
                        "Some common types of nuts are: hex, jam, wing, cap, acorn, flange, tee, square, kep, coupling, slotted and castle among others."@en ;
           rdfs:label "Nut type"@en ,
                      "Tipo de tuerca"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isPhosphorescent
:isPhosphorescent rdf:type owl:DatatypeProperty ,
                           owl:FunctionalProperty ;
                  rdfs:domain :Paint ;
                  rdfs:range xsd:boolean ;
                  rdfs:label "Fosforescente"@es ,
                             "Phosphorescent"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isReused
:isReused rdf:type owl:DatatypeProperty ,
                   owl:FunctionalProperty ;
          rdfs:domain [ rdf:type owl:Class ;
                        owl:unionOf ( :Component
                                      :Product
                                    )
                      ] ;
          rdfs:range xsd:boolean ;
          rdfs:label "Reused"@en ,
                     "Reutilizado"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isReversible
:isReversible rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain :Pallet ;
              rdfs:range xsd:boolean ;
              rdfs:label "Reversible"@en ,
                         "Reversible"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isRollable
:isRollable rdf:type owl:DatatypeProperty ,
                     owl:FunctionalProperty ;
            rdfs:domain :MosquitoNet ;
            rdfs:range xsd:boolean ;
            rdfs:label "Enrollable"@es ,
                       "Rollable"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isSecondHand
:isSecondHand rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain [ rdf:type owl:Class ;
                            owl:unionOf ( :Component
                                          :Product
                                        )
                          ] ;
              rdfs:range xsd:boolean ;
              rdfs:label "Second hand"@en ,
                         "Segunda mano"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isSolventBased
:isSolventBased rdf:type owl:DatatypeProperty ,
                         owl:FunctionalProperty ;
                rdfs:range xsd:boolean ;
                rdfs:label "Base disolvente"@es ,
                           "Solvent-based"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isStackable
:isStackable rdf:type owl:DatatypeProperty ,
                      owl:FunctionalProperty ;
             rdfs:domain [ rdf:type owl:Class ;
                           owl:unionOf ( :BoxPallet
                                         :Container
                                         :FurnitureAccessory
                                         :PieceOfFurniture
                                       )
                         ] ;
             rdfs:range xsd:boolean ;
             rdfs:label "Apilable"@es ,
                        "Stackable"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isUpholstered
:isUpholstered rdf:type owl:DatatypeProperty ,
                        owl:FunctionalProperty ;
               rdfs:domain [ rdf:type owl:Class ;
                             owl:unionOf ( :Bunk
                                           :Chair
                                           :Sofa
                                           :Stool
                                         )
                           ] ;
               rdfs:range xsd:boolean ;
               rdfs:comment "Whatever of the pieces of furniture that are covered with a fabric and has a soft material between the fabric and the structure."@en ;
               rdfs:label "Tapizado"@es ,
                          "Upholstered"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isWasherType
:isWasherType rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain :Washer ;
              rdfs:range xsd:string ;
              rdfs:comment "Hay distintos tipos de arandela, como flat, fender, finishing, split lock, external or internal tooth lock, square, dock, ogee y sealing entre otros."@es ,
                           "There are different kinds of washers, such as flat, fender, finishing, split lock, external or internal tooth lock, square, dock, ogee and sealing among others."@en ;
              rdfs:label "Tipo de arandela"@es ,
                         "Washer type"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isWaterBased
:isWaterBased rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:range xsd:boolean ;
              rdfs:label "Base agua"@es ,
                         "Water-based"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#isWaterProof
:isWaterProof rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain [ rdf:type owl:Class ;
                            owl:unionOf ( :ChemicalSubstance
                                          :Material
                                        )
                          ] ;
              rdfs:range xsd:boolean ;
              rdfs:label "Hidrófugo"@es ,
                         "Waterproof"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#madeInCountry
:madeInCountry rdf:type owl:DatatypeProperty ;
               rdfs:domain [ rdf:type owl:Class ;
                             owl:unionOf ( :AssemblyHardware
                                           :AuxiliaryEquipment
                                           :Component
                                           :Furniture
                                           :FurnitureAccessory
                                           :IndustrialMachine
                                         )
                           ] ;
               rdfs:range xsd:string ;
               rdfs:label "Fabricado en"@es ,
                          "Made in"@en .


#################################################################
#    Classes
#################################################################

###  http://www.aidimme.es/FurnitureSectorOntology.owl#AbacaFibre
:AbacaFibre rdf:type owl:Class ;
            rdfs:subClassOf :NaturalFibre ;
            rdfs:label "Abaca fibre"@en ,
                       "Fibra de abacá"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AbrasivesProducer
:AbrasivesProducer rdf:type owl:Class ;
                   rdfs:subClassOf :MaterialSupplier ;
                   rdfs:label "Lijas / Abrasivos"@es ,
                              "Sandpapers / Abrasives"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AccessoriesProducer
:AccessoriesProducer rdf:type owl:Class ;
                     rdfs:subClassOf :Manufacturer ;
                     rdfs:label "Accessories"@en ,
                                "Complementos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AcrylicFabric
:AcrylicFabric rdf:type owl:Class ;
               rdfs:subClassOf :SyntheticFabric ;
               rdfs:label "Acrylic fabric"@en ,
                          "Tejido acrílico"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AcrylonitrileButadieneStyrene
:AcrylonitrileButadieneStyrene rdf:type owl:Class ;
                               rdfs:subClassOf :ElastomerPlastic ;
                               owl:disjointWith :Rubber ;
                               rdfs:label "ABS (acrilonitrilo butadieno estireno)"@es ,
                                          "ABS (acrylonitrile butadiene styrene)"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AcrylonitrileButadieneStyreneFilm
:AcrylonitrileButadieneStyreneFilm rdf:type owl:Class ;
                                   rdfs:subClassOf :LaminatedCoatingMaterial ;
                                   rdfs:label "ABS film"@en ,
                                              "Lámina de ABS"@es ;
                                   <http://www.w3.org/2004/02/skos/core#altLabel> "Acrylonitrile butadiene styrene film"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Adhesive
:Adhesive rdf:type owl:Class ;
          rdfs:subClassOf :ChemicalSubstance ;
          rdfs:label "Adhesives"@en ,
                     "Adhesivos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AdhesiveTape
:AdhesiveTape rdf:type owl:Class ;
              rdfs:subClassOf :MixedUseAccessory ;
              rdfs:comment "A tape with an adhesive on one side that is used to join things or bind things."@en ;
              rdfs:label "Adhesive tape"@en ,
                         "Cinta adhesiva"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AdhesivesProducer
:AdhesivesProducer rdf:type owl:Class ;
                   rdfs:subClassOf :MaterialSupplier ;
                   rdfs:label "Colas / Adhesivos"@es ,
                              "Glues / Adhesives"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AerographicApplicationRobot
:AerographicApplicationRobot rdf:type owl:Class ;
                             owl:equivalentClass [ rdf:type owl:Restriction ;
                                                   owl:onProperty :employs ;
                                                   owl:someValuesFrom :SprayingApplication
                                                 ] ;
                             rdfs:subClassOf :AutomaticMachine ;
                             rdfs:label "Aerographic application robot"@en ,
                                        "Robot de aplicación aerográfico"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AerographicBrush
:AerographicBrush rdf:type owl:Class ;
                  rdfs:subClassOf :Tool ;
                  rdfs:label "Aerographic brushes"@en ,
                             "Cepillos aerográficos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AirBed
:AirBed rdf:type owl:Class ;
        owl:equivalentClass [ rdf:type owl:Restriction ;
                              owl:onProperty :hasMattress ;
                              owl:someValuesFrom :AirMattress
                            ] ;
        rdfs:subClassOf :Bed ;
        rdfs:comment "A bed that uses an air-inflated mattress, sometimes connected to an electric air pump and having firmness controls."@en ;
        rdfs:label "Air beds"@en ,
                   "Camas de aire"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AirCushion
:AirCushion rdf:type owl:Class ;
            rdfs:subClassOf :ProtectiveBag ;
            rdfs:comment "A type of packaging material made of paper, acting as a small air cushion, designed to protect items during shipping and storage."@en ,
                         "Un tipo de material de embalaje hecho de papel a modo de pequeño colchón de aire, diseñado para proteger los objetos durante el envío y el almacenamiento."@es ;
            rdfs:label "Air cushions"@en ,
                       "Almohadas de aire"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AirFryer
:AirFryer rdf:type owl:Class ;
          rdfs:subClassOf :HouseholdAppliance ;
          rdfs:comment "An electrical device for cooking food by circulating hot air around it at high speed."@en ;
          rdfs:label "Air fryers"@en ,
                     "Freidoras de aire"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AirMattress
:AirMattress rdf:type owl:Class ;
             rdfs:subClassOf :Mattress ;
             rdfs:comment "A mattress, usually of plastic or rubber, that can be inflated for use, as in camping, and deflated for storage."@en ;
             rdfs:label "Air mattresses"@en ,
                        "Colchones de aire"@es ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Airbeds"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AirStapler
:AirStapler rdf:type owl:Class ;
            rdfs:subClassOf :ManualMachine ;
            rdfs:label "Air stapler"@en ,
                       "Grapadora de aire"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AirTransportService
:AirTransportService rdf:type owl:Class ;
                     rdfs:subClassOf :TransportService ;
                     rdfs:comment "A service for of taking goods or people from one place to another in an aeroplane."@en ;
                     rdfs:label "Air transport"@en ,
                                "Transporte aéreo"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AirlessApplicationGun
:AirlessApplicationGun rdf:type owl:Class ;
                       rdfs:subClassOf :SprayApplicationGun ;
                       rdfs:label "Airless application gun"@en ,
                                  "Pistola de aplicación airless"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AirmixApplicationGun
:AirmixApplicationGun rdf:type owl:Class ;
                      rdfs:subClassOf :SprayApplicationGun ;
                      rdfs:label "Airmix application gun"@en ,
                                 "Pistola de aplicación airmix"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Altar
:Altar rdf:type owl:Class ;
       rdfs:subClassOf :ReligiousTable ;
       rdfs:comment "An altar is any structure upon which sacrifices or other offerings are offered for religious purposes, or some other sacred place where ceremonies take place."@en ;
       rdfs:label "Altares"@es ,
                  "Altars"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Aluminium
:Aluminium rdf:type owl:Class ;
           rdfs:subClassOf :MetalMaterial ;
           rdfs:comment "A silvery white metal, flexible, hard, light, malleable and corrosion-resistant."@en ;
           rdfs:label "Aluminio"@es ,
                      "Aluminium"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AngularHorizontalRipSaw
:AngularHorizontalRipSaw rdf:type owl:Class ;
                         rdfs:subClassOf :AutomaticMachine ;
                         rdfs:label "Angular horizontal rip saw"@en ,
                                    "Seccionadora horizontal angular"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AngularRollFormingMachine
:AngularRollFormingMachine rdf:type owl:Class ;
                           rdfs:subClassOf :SemiautomaticMachine ;
                           rdfs:label "Angular roll forming machine"@en ,
                                      "Perfiladora angular"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Apron
:Apron rdf:type owl:Class ;
       rdfs:subClassOf :KitchenTextile ;
       rdfs:comment "A garment of cloth, leather, etc. worn over the front part of the body, usually to protect the clothes."@en ;
       rdfs:label "Aprons"@en ,
                  "Delantales"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Architect
:Architect rdf:type owl:Class ;
           rdfs:subClassOf :ServiceProvider ;
           rdfs:label "Architects"@en ,
                      "Arquitectos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Armrest
:Armrest rdf:type owl:Class ;
         rdfs:subClassOf :Component ;
         rdfs:comment "A rest for the arm."@en ;
         rdfs:label "Armrests"@en ,
                    "Reposabrazos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Assembly
:Assembly rdf:type owl:Class ;
          rdfs:subClassOf :Process ;
          rdfs:comment "The action or process of fitting together the parts of something."@en ;
          rdfs:label "Assembly"@en ,
                     "Montaje"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AssemblyComplement
:AssemblyComplement rdf:type owl:Class ;
                    rdfs:subClassOf :BasicAssemblyHardware ;
                    rdfs:comment "A small piece (plastic and metallic) used in the assembly of furniture items, such as supports, bolts, covers, plugs and caps among others."@en ;
                    rdfs:label "Assembly complements"@en ,
                               "Complementos de unión"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AssemblyHardware
:AssemblyHardware rdf:type owl:Class ;
                  rdfs:subClassOf :Component ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :hasUnitsPerPack ;
                                    owl:someValuesFrom xsd:int
                                  ] ;
                  rdfs:comment "An element used to assemble parts."@en ;
                  rdfs:label "Assembly hardware"@en ,
                             "Elementos de unión"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AutomaticCuttingMachine
:AutomaticCuttingMachine rdf:type owl:Class ;
                         rdfs:subClassOf :AutomaticMachine ;
                         rdfs:label "Automatic cutting machine"@en ,
                                    "Cortadora automática"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AutomaticLathe
:AutomaticLathe rdf:type owl:Class ;
                rdfs:subClassOf :AutomaticMachine ;
                rdfs:label "Automatic lathe"@en ,
                           "Torno automático"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AutomaticMachine
:AutomaticMachine rdf:type owl:Class ;
                  rdfs:subClassOf :IndustrialMachine ;
                  rdfs:label "Automatic machines"@en ,
                             "Máquinas automáticas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AutomaticPolisher
:AutomaticPolisher rdf:type owl:Class ;
                   rdfs:subClassOf :AutomaticMachine ;
                   rdfs:label "Automatic polisher"@en ,
                              "Pulidora automática"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AutomaticPressForDrawersAssembly
:AutomaticPressForDrawersAssembly rdf:type owl:Class ;
                                  rdfs:subClassOf :AutomaticMachine ;
                                  rdfs:label "Automatic press for drawers assembly"@en ,
                                             "Prensa automática para montaje de cajones"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AutomaticPressForModuleAssembly
:AutomaticPressForModuleAssembly rdf:type owl:Class ;
                                 rdfs:subClassOf :AutomaticMachine ;
                                 rdfs:label "Automatic press for module assembly"@en ,
                                            "Prensa automática para montaje de módulos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AutomaticStackerMachine
:AutomaticStackerMachine rdf:type owl:Class ;
                         rdfs:subClassOf :AutomaticMachine ;
                         rdfs:label "Apliladora automática"@es ,
                                    "Automatic stacker machine"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AutomaticVerticalFoamCuttingMachine
:AutomaticVerticalFoamCuttingMachine rdf:type owl:Class ;
                                     rdfs:subClassOf :AutomaticMachine ;
                                     rdfs:label "Automatic vertical foam cutting machine"@en ,
                                                "Máquina automática vertical de corte de espuma"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AuxiliaryEquipment
:AuxiliaryEquipment rdf:type owl:Class ;
                    rdfs:subClassOf :Product ;
                    rdfs:comment "A machine or device that assist or supplement the main production equipment."@en ;
                    rdfs:label "Auxiliary equipment"@en ,
                               "Equipamiento industrial auxiliar"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AuxiliaryFurniture
:AuxiliaryFurniture rdf:type owl:Class ;
                    rdfs:subClassOf :PieceOfFurniture ;
                    rdfs:comment "A piece of furniture designed for a complementary use."@en ;
                    rdfs:label "Auxiliary furniture"@en ,
                               "Mueble auxiliar"@es ;
                    <http://www.w3.org/2004/02/skos/core#altLabel> "Occasional furniture"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AuxiliaryMaterial
:AuxiliaryMaterial rdf:type owl:Class ;
                   rdfs:subClassOf :Material ;
                   rdfs:label "Auxiliary materials"@en ,
                              "Materiales auxiliares"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AuxiliarySubstance
:AuxiliarySubstance rdf:type owl:Class ;
                    rdfs:subClassOf :ChemicalSubstance ;
                    rdfs:label "Auxiliary substances"@en ,
                               "Substancias auxiliares"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BabyBathTub
:BabyBathTub rdf:type owl:Class ;
             rdfs:subClassOf :ChildrenPieceOfFurniture ;
             rdfs:comment "A specially designed container used for bathing infants and young children."@en ;
             rdfs:label "Baby bath tubs"@en ,
                        "Bañeras para bebés"@es ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Bañeras infantiles"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BabyBouncer
:BabyBouncer rdf:type owl:Class ;
             rdfs:subClassOf :ChildrenPieceOfFurniture ;
             rdfs:comment "A type of baby gear designed to provide a safe and comfortable place for infants to rest and play."@en ;
             rdfs:label "Baby bouncers"@en ,
                        "Hamaquitas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BabyPram
:BabyPram rdf:type owl:Class ;
          rdfs:subClassOf :ChildrenPieceOfFurniture ;
          rdfs:comment "A vehicle designed for the carriage of 1 or more children and which can be pushed or steered manually."@en ;
          rdfs:label "Baby prams"@en ,
                     "Cochecitos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Backrest
:Backrest rdf:type owl:Class ;
          rdfs:subClassOf :Component ;
          rdfs:comment "A rest for the back."@en ;
          rdfs:label "Backrests"@en ,
                     "Respaldos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BandKnifeMachine
:BandKnifeMachine rdf:type owl:Class ;
                  rdfs:subClassOf :SemiautomaticMachine ;
                  rdfs:label "Band knife machine"@en ,
                             "Sierra de cinta para corte de espuma"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BandSawingMachine
:BandSawingMachine rdf:type owl:Class ;
                   rdfs:subClassOf :SemiautomaticMachine ;
                   rdfs:label "Band sawing machine"@en ,
                              "Sierra de cinta"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Banjo
:Banjo rdf:type owl:Class ;
       rdfs:subClassOf :StringedInstrument ;
       rdfs:comment "A stringed musical instrument with a long neck (usually fretted) and a circular drumlike body overlaid with parchment, plucked with the fingers or a plectrum."@en ;
       rdfs:label "Banjos"@en ,
                  "Banjos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BarberChair
:BarberChair rdf:type owl:Class ;
             rdfs:subClassOf :ProfessionalChair ;
             rdfs:comment "A chair used by barbers, adjustable in height and having an adjustable headrest, back, and footrest."@en ;
             rdfs:label "Barber chairs"@en ,
                        "Sillones de peluquería"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BarnDoor
:BarnDoor rdf:type owl:Class ;
          rdfs:subClassOf :Door ;
          rdfs:comment "A door on a barn. It is often/always found on barns, and because of a barn's immense size (often) doors are subsequently big for utility."@en ;
          rdfs:label "Barn doors"@en ,
                     "Puertas de granero"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BarrierCleaner
:BarrierCleaner rdf:type owl:Class ;
                rdfs:subClassOf :IndustrialProtectionElement ;
                rdfs:label "Barrier cleaners"@en ,
                           "Limpiadores de barrera"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Base
:Base rdf:type owl:Class ;
      rdfs:subClassOf :Component ;
      rdfs:comment "The lowest part of something, especially the part on which it rests or is supported."@en ;
      rdfs:label "Bases"@en ,
                 "Bases"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BaseApplication
:BaseApplication rdf:type owl:Class ;
                 owl:equivalentClass [ rdf:type owl:Restriction ;
                                       owl:onProperty :isPerformedBy ;
                                       owl:someValuesFrom [ rdf:type owl:Class ;
                                                            owl:unionOf ( :AerographicApplicationRobot
                                                                          :CurtainCoatingMachine
                                                                          :RollerMachine
                                                                          :SprayApplicationGun
                                                                        )
                                                          ]
                                     ] ;
                 rdfs:subClassOf :Finishing ;
                 rdfs:label "Aplicación de fondo"@es ,
                            "Base application"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BaseCabinet
:BaseCabinet rdf:type owl:Class ;
             rdfs:subClassOf :KitchenCabinet ;
             owl:disjointWith :WallCabinet ;
             rdfs:comment "A storage cupboard, usually with shelves, located below the countertop."@en ;
             rdfs:label "Base cabinets"@en ,
                        "Módulos bajos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BasicAssemblyHardware
:BasicAssemblyHardware rdf:type owl:Class ;
                       rdfs:subClassOf :AssemblyHardware ;
                       owl:disjointWith :Fitting ;
                       rdfs:comment "A basic element used to assemble parts."@en ;
                       rdfs:label "Basic assembly hardware"@en ,
                                  "Elementos de unión básicos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Bass
:Bass rdf:type owl:Class ;
      rdfs:subClassOf :StringedInstrument ;
      rdfs:comment "A musical instrument that produces a very deep sound."@en ;
      rdfs:label "Bajos"@es ,
                 "Basses"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BassDrum
:BassDrum rdf:type owl:Class ;
          rdfs:subClassOf :PercussionInstrument ;
          rdfs:comment "A large and typically cylindrical drum that produces a note of low definite or indefinite pitch."@en ;
          rdfs:label "Bass drums"@en ,
                     "Bombos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Bassoon
:Bassoon rdf:type owl:Class ;
         rdfs:subClassOf :WoodwindInstrument ;
         rdfs:comment "A large musical instrument of the woodwind family that is shaped like a tube and played by blowing into a curved metal pipe."@en ;
         rdfs:label "Bassoons"@en ,
                    "Fagots"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BathTextile
:BathTextile rdf:type owl:Class ;
             rdfs:subClassOf :HomeTextile ;
             rdfs:comment "A textile product used in the bathroom."@en ;
             rdfs:label "Bath textile"@en ,
                        "Textil de baño"@es ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Bath linen"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Bathmat
:Bathmat rdf:type owl:Class ;
         rdfs:subClassOf :BathTextile ;
         rdfs:comment "An absorbent mat for standing on when entering and leaving a bath."@en ;
         rdfs:label "Alfombras de baño"@es ,
                    "Bathmats"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Bathrobe
:Bathrobe rdf:type owl:Class ;
          rdfs:subClassOf :BathTextile ;
          rdfs:comment "A long, loose, coat-like garment, often tied with a belt of the same material, worn before and after a bath, over sleepwear, or as leisure wear at home."@en ;
          rdfs:label "Albornoces"@es ,
                     "Bathrobes"@en ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "Dressing gowns"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BathroomAccessory
:BathroomAccessory rdf:type owl:Class ;
                   rdfs:subClassOf :FurnitureAccessory ;
                   rdfs:comment "An accessory for the bathroom."@en ;
                   rdfs:label "Accesorios de baño"@es ,
                              "Bathroom accessories"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BathroomCabinet
:BathroomCabinet rdf:type owl:Class ;
                 rdfs:subClassOf :Cabinet ;
                 rdfs:comment "A cupboard to be used in the bathroom, usually to store towels, bath utilities, consumables like soap, etc. and often medicines"@en ;
                 rdfs:label "Armarios de baño"@es ,
                            "Bathroom cabinets"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BathroomComposition
:BathroomComposition rdf:type owl:Class ;
                     rdfs:subClassOf :FurnitureComposition ;
                     rdfs:comment "A combination of furniture items to furnish a room in a house that contains a bath or shower, a washbasin, and sometimes a toilet."@en ;
                     rdfs:label "Bathroom"@en ,
                                "Baño"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BathroomProducer
:BathroomProducer rdf:type owl:Class ;
                  rdfs:subClassOf :Manufacturer ;
                  rdfs:label "Bathroom"@en ,
                             "Baño"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Bathtub
:Bathtub rdf:type owl:Class ;
         rdfs:subClassOf :BathroomAccessory ;
         rdfs:comment "A large, long container to put water in and then get into to wash the whole body."@en ;
         rdfs:label "Bathtubs"@en ,
                    "Bañeras"@es ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Baths"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BeachChair
:BeachChair rdf:type owl:Class ;
            rdfs:subClassOf :OutdoorChair ;
            rdfs:comment "A simple chair with a folding frame, and a piece of canvas as the seat and back. Beach chairs are usually used on the beach, on a ship, or in the yard."@en ;
            rdfs:label "Beach chairs"@en ,
                       "Sillas de playa"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Beam
:Beam rdf:type owl:Class ;
      rdfs:subClassOf :BuildingElement ;
      rdfs:comment "A long piece of wood, metal, concrete, etc, usually supported at both ends, that bears the weight of part of a building or other structure. It usually has a double T shape, although it can have an \"I\" shape."@en ;
      rdfs:label "Beam"@en ,
                 "Viga"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Bed
:Bed rdf:type owl:Class ;
     rdfs:subClassOf [ owl:intersectionOf ( :PieceOfFurniture
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty :hasBase ;
                                              owl:someValuesFrom :BedBase
                                            ]
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty :hasBase ;
                                              owl:allValuesFrom :BedBase
                                            ]
                                          ) ;
                       rdf:type owl:Class
                     ] ;
     rdfs:comment "A set of pieces with a framework and mattress, cushinons and coverings to sleep or rest on. Wood or metal framework that supports the rest of the pieces of the set."@en ;
     rdfs:label "Beds"@en ,
                "Camas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BedBase
:BedBase rdf:type owl:Class ;
         rdfs:subClassOf :Base ;
         rdfs:comment "A framework of wood or metal supporting the springs and mattress of a bed."@en ;
         rdfs:label "Bases de cama"@es ,
                    "Bed bases"@en ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Bed structures"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BedLinen
:BedLinen rdf:type owl:Class ;
          rdfs:subClassOf :HomeTextile ;
          rdfs:comment "A textile product used to cover and decorate the bed."@en ;
          rdfs:label "Bed linen"@en ,
                     "Ropa de cama"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BedSheet
:BedSheet rdf:type owl:Class ;
          rdfs:subClassOf :BedLinen ;
          rdfs:comment "A rectangular piece of cloth used as bedding, which is larger in length and width than a mattress, and which is placed immediately above a mattress or bed, but below blankets and other bedding."@en ;
          rdfs:label "Bed sheets"@en ,
                     "Sábanas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BedsideTable
:BedsideTable rdf:type owl:Class ;
              rdfs:subClassOf :DomesticTable ;
              rdfs:comment "A small table which is in the area beside a bed, normally with a drawer and a small cabinet or with several drawers."@en ;
              rdfs:label "Bedside tables"@en ,
                         "Mesitas de noche"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Beechwood
:Beechwood rdf:type owl:Class ;
           rdfs:subClassOf :Wood ;
           rdfs:comment "A type of tree with white-oranged to rosed wood, right fiber and fine grain."@en ;
           rdfs:label "Beechwood"@en ,
                      "Madera de haya"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Bench
:Bench rdf:type owl:Class ;
       rdfs:subClassOf :Seat ;
       rdfs:comment "A simple, often backless device, typically for more than one person to sit on. It often refer to simple, longer tables or similar longer flat surfaces to place things on or work on."@en ;
       rdfs:label "Bancos"@es ,
                  "Benches"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BicycleRack
:BicycleRack rdf:type owl:Class ;
             rdfs:subClassOf :Rack ;
             rdfs:comment "A framework or stand for holding bicycles."@en ;
             rdfs:label "Bicycle racks"@en ,
                        "Portabicicletas"@es ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Bicycle stands"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Bidet
:Bidet rdf:type owl:Class ;
       rdfs:subClassOf :BathroomAccessory ;
       rdfs:comment "A small low basin for washing the genitals and anal area."@en ;
       rdfs:label "Bidets"@en ,
                  "Bidets"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BifoldDoor
:BifoldDoor rdf:type owl:Class ;
            rdfs:subClassOf :Door ;
            rdfs:comment "A door unit that has two to four sections, folding in pairs. The doors can open from either side for one pair, or fold off both sides for two pairs. Wood is the most common material, and doors may also be metal or glass. Bifolds are most commonly made for closets, but may also be used as units between rooms."@en ;
            rdfs:label "Bifold doors"@en ,
                       "Puertas plegables"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Blackboard
:Blackboard rdf:type owl:Class ;
            rdfs:subClassOf :WritingBoard ;
            owl:disjointWith :Whiteboard ;
            rdfs:comment "A  blackboard is a reusable writing surface on which text or drawings are made with chalk or other erasable markers. Blackboards were originally made of smooth, thin sheets of black or dark grey slate stone. Sometimes they are green (especially early elementary) or brown (especially at universities) and thus sometimes called a greenboard or brownboard instead."@en ;
            rdfs:label "Blackboards"@en ,
                       "Pizarras"@es ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Chalkboards"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Blanket
:Blanket rdf:type owl:Class ;
         rdfs:subClassOf :BedLinen ;
         rdfs:comment "A large piece of thick cloth for use as a bed covering, animal covering, etc, enabling a person or animal to retain natural body heat."@en ;
         rdfs:label "Blankets"@en ,
                    "Mantas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BleachingAgent
:BleachingAgent rdf:type owl:Class ;
                rdfs:subClassOf :AuxiliarySubstance ;
                rdfs:label "Blanqueadores"@es ,
                           "Bleaching agents"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BlindDoor
:BlindDoor rdf:type owl:Class ;
           rdfs:subClassOf :Door ;
           rdfs:comment "A door with no visible trim or operable components. It is designed to blend with the adjacent wall in all finishes, and visually to be a part of the wall, a disguised door."@en ;
           rdfs:label "Blind doors"@en ,
                      "Puertas ciegas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BlindsWindow
:BlindsWindow rdf:type owl:Class ;
              rdfs:subClassOf :Window ;
              rdfs:comment "A blind with adjustable slats, mainly used on windows and balconies."@en ;
              rdfs:label "Blinds"@en ,
                         "Mallorquinas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BoardCalibration
:BoardCalibration rdf:type owl:Class ;
                  owl:equivalentClass [ rdf:type owl:Restriction ;
                                        owl:onProperty :isPerformedBy ;
                                        owl:someValuesFrom :CalibratingMachine
                                      ] ;
                  rdfs:subClassOf :BoardPreparation ;
                  rdfs:label "Board calibration"@en ,
                             "Calibración de tableros"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BoardCuttingMachine
:BoardCuttingMachine rdf:type owl:Class ;
                     rdfs:subClassOf :ManualMachine ;
                     rdfs:label "Board cutting machine"@en ,
                                "Cortadora de tableros"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BoardPreparation
:BoardPreparation rdf:type owl:Class ;
                  rdfs:subClassOf :Process ;
                  rdfs:label "Board preparation"@en ,
                             "Preparación de tableros"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BoardProducer
:BoardProducer rdf:type owl:Class ;
               rdfs:subClassOf :MaterialSupplier ;
               rdfs:label "Board"@en ,
                          "Tablero"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Boiserie
:Boiserie rdf:type owl:Class ;
          rdfs:subClassOf :Cabinet ;
          rdfs:comment "An ornate and intricately carved wood panelling. Boiseries became popular in the latter part of the 17th century in French interior design, becoming a de rigueur feature of fashionable French interiors throughout the 18th century. Such panels were most often painted in two shades of a chosen color or in contrasting colors, with gilding reserved for the main reception rooms."@en ,
                       "Mueble de madera que va adosado a la pared, cubriéndola por completo, y está compuesto de estantes y provisto de cajones y armarios generalmente en la parte inferior; suele ser de estilo clásico, con molduras gruesas y maderas de calidad y se coloca en comedores, despachos, bibliotecas, etc."@es ;
          rdfs:label "Boiseries"@en ,
                     "Boiseries"@es ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "Boaserie"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Bollard
:Bollard rdf:type owl:Class ;
         rdfs:subClassOf :IndustrialProtectionElement ;
         rdfs:label "Bolardos"@es ,
                    "Bollards"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Bongo
:Bongo rdf:type owl:Class ;
       rdfs:subClassOf :PercussionInstrument ;
       rdfs:comment "A small drum, usually one of a pair, that is played with the fingers."@en ;
       rdfs:label "Bongos"@en ,
                  "Bongos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Bookcase
:Bookcase rdf:type owl:Class ;
          rdfs:subClassOf :Shelf ;
          owl:disjointWith :DisplayCase ;
          rdfs:comment "A piece of furniture, almost always with horizontal shelves, used to store books."@en ;
          rdfs:label "Bookcases"@en ,
                     "Librerías"@es ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "Bookshelves"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Bowl
:Bowl rdf:type owl:Class ;
      rdfs:subClassOf :KitchenAccessory ;
      rdfs:comment "A deep, round dish with a wide, open top, used especially for holding food or liquid."@en ;
      rdfs:label "Boles"@es ,
                 "Bowls"@en ;
      <http://www.w3.org/2004/02/skos/core#altLabel> "Tazones"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BoxPallet
:BoxPallet rdf:type owl:Class ;
           rdfs:subClassOf :TertiaryPackaging ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :isFoldable ;
                             owl:someValuesFrom xsd:boolean
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :isStackable ;
                             owl:someValuesFrom xsd:boolean
                           ] ;
           rdfs:comment "A cardboard display stand that can also be used as packaging for shipping goods or products."@en ,
                        "Un expositor de cartón que también puede ser utilizado como un embalaje para enviar mercancías o productos."@es ;
           rdfs:label "Box-pallets"@en ,
                      "Box-pallets"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Bracket
:Bracket rdf:type owl:Class ;
         rdfs:subClassOf :Component ;
         rdfs:comment "An element used to support something, usually aplied to a piece of furniture."@en ,
                      "Un elemento que sirve para sostener algo y que habitualmente se aplica sobre una pieza de mobiliario."@es ;
         rdfs:label "Brackets"@en ,
                    "Soportes"@es ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Supports"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Brass
:Brass rdf:type owl:Class ;
       rdfs:subClassOf :MetalMaterial ;
       rdfs:label "Brass"@en ,
                  "Latón"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BrassInstrument
:BrassInstrument rdf:type owl:Class ;
                 rdfs:subClassOf :WindInstrument ;
                 owl:disjointWith :WoodwindInstrument ;
                 rdfs:comment "A wind instrument consisting of a metal tube (usually brass), which may be bent or straight, a mouthpiece, and a bell at the end opposite the mouthpiece. Although made of metal, it can be originated from natural sources (seashells, hollow branches, or animal horns)."@en ;
                 rdfs:label "Brass instruments"@en ,
                            "Instrumentos de viento-metal"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BreadBasket
:BreadBasket rdf:type owl:Class ;
             rdfs:subClassOf :StoragePieceOfFurniture ;
             rdfs:comment "A large container, usually with a lid, for storing bread."@en ;
             rdfs:label "Bread baskets"@en ,
                        "Paneras"@es ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Bread bins"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Broom
:Broom rdf:type owl:Class ;
       rdfs:subClassOf :CleaningAccessory ;
       owl:disjointWith :Mop ;
       rdfs:comment "A kind of brush with a long handle used for sweeping the floor."@en ;
       rdfs:label "Brooms"@en ,
                  "Escobas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Brush
:Brush rdf:type owl:Class ;
       rdfs:subClassOf :Tool ;
       rdfs:label "Brushes"@en ,
                  "Cepillos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BubbleWrap
:BubbleWrap rdf:type owl:Class ;
            rdfs:subClassOf :CoveringPackaging ;
            rdfs:comment "A sheet of plastic bubbles that is used for wrapping things in order to protect them."@en ,
                         "Una lámina de plástico de burbujas que se utiliza para envolver objetos para protegerlos."@es ;
            rdfs:label "Bubble wrap"@en ,
                       "Plástico de burbujas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Bucket
:Bucket rdf:type owl:Class ;
        rdfs:subClassOf :StoragePieceOfFurniture ;
        rdfs:comment "A round metal or plastic container with a handle attached to its sides. Buckets are often used for holding and carrying water."@en ;
        rdfs:label "Buckets"@en ,
                   "Cubos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BuildingCompany
:BuildingCompany rdf:type owl:Class ;
                 rdfs:subClassOf :Manufacturer ;
                 rdfs:label "Building"@en ,
                            "Construcción"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BuildingElement
:BuildingElement rdf:type owl:Class ;
                 rdfs:subClassOf :Product ;
                 rdfs:comment "An element that is primarily part of the construction of a built facility."@en ;
                 rdfs:label "Building elements"@en ,
                            "Elementos de construcción"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BuildingEnvelope
:BuildingEnvelope rdf:type owl:Class ;
                  rdfs:subClassOf :BuildingElement ;
                  rdfs:comment "The physical separator between the conditioned and unconditioned environment of a building, including the resistance to air, water, heat, light, and noise transfer."@en ;
                  rdfs:label "Building envelope"@en ,
                             "Envolvente de construcción"@es ;
                  <http://www.w3.org/2004/02/skos/core#altLabel> "Building enclosure"@en ,
                                                                 "Envolvente de edificio"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Bulb
:Bulb rdf:type owl:Class ;
      rdfs:subClassOf :Lighting ;
      rdfs:comment "The glass part of an electric lamp, which gives out light when electricity passes through it."@en ;
      rdfs:label "Bombillas"@es ,
                 "Bulbs"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Bumper
:Bumper rdf:type owl:Class ;
        rdfs:subClassOf :MixedUseAccessory ;
        rdfs:comment "A device for absorbing shock or preventing damage."@en ;
        rdfs:label "Bumpers"@en ,
                   "Paragolpes"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Bunk
:Bunk rdf:type owl:Class ;
      rdfs:subClassOf :Bed ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty :hasBase ;
                        owl:someValuesFrom :BedBase
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty :hasBase ;
                        owl:cardinality "1"^^xsd:nonNegativeInteger
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty :isUpholstered ;
                        owl:someValuesFrom xsd:boolean
                      ] ;
      rdfs:comment "One of two beds that are fixed together, one above the other, especially for children."@en ;
      rdfs:label "Bunks"@en ,
                 "Literas"@es ;
      <http://www.w3.org/2004/02/skos/core#altLabel> "Bunk beds"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Burner
:Burner rdf:type owl:Class ;
        rdfs:subClassOf :KitchenAccessory ;
        rdfs:comment "A device which produces heat or a flame, especially as part of a cooker, stove, or heater."@en ;
        rdfs:label "Burners"@en ,
                   "Quemadores"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ButterflyDoor
:ButterflyDoor rdf:type owl:Class ;
               rdfs:subClassOf :Door ;
               rdfs:comment "A door so-called because of its two \"wings\". It consists of a double-wide panel with its rotation axle in the centre, effectively creating two separate openings when the door is opened. Butterfly doors are made to rotate open in one direction (usually counterclockwise), and rotate closed in the opposite direction. The door is not equipped with handles, so it is a \"push\" door. This is for safety, because if it could open in both directions, someone approaching the door might be caught off guard by someone else opening the other side, thus impacting the first person. Such doors are popular in public transit stations, as it has a large capacity, and when the door is opened, traffic passing in both directions keeps the door open. They are particularily popular in underground subway stations, because they are heavy, and when air currents are created by the movement of trains, the force will be applied to both wings of the door, thus equalizing the force on either side, keeping the door shut."@en ;
               rdfs:label "Butterfly doors"@en ,
                          "Puertas de mariposa"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BuyerDesigner
:BuyerDesigner rdf:type owl:Class ;
               rdfs:subClassOf :ServiceProvider ;
               rdfs:label "Buyer-Designer"@en ,
                          "Prescriptor"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BypassDoor
:BypassDoor rdf:type owl:Class ;
            rdfs:subClassOf :Door ;
            rdfs:comment "A door unit that has 2 or more sections. The doors can slide from each direction on an overhead track, sliding past each other. They are most commonly used in closets, in order to access one side of the closet at a time."@en ;
            rdfs:label "Bypass doors"@en ,
                       "Puertas de derivación"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CNC
:CNC rdf:type owl:Class ;
     rdfs:subClassOf :IndustrialMachine ;
     rdfs:label "CNC machines"@en ,
                "Máquinas de control numérico (CNC)"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CNCAutomaticLathe
:CNCAutomaticLathe rdf:type owl:Class ;
                   rdfs:subClassOf :CNC ;
                   rdfs:label "CNC automatic lathe"@en ,
                              "Torno CNC"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CNCBandsaw
:CNCBandsaw rdf:type owl:Class ;
            rdfs:subClassOf :CNC ;
            rdfs:label "CNC band saw"@en ,
                       "Sierra de banda automática"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CNCHotWireFoamCuttingMachine
:CNCHotWireFoamCuttingMachine rdf:type owl:Class ;
                              rdfs:subClassOf :CNC ;
                              rdfs:label "CNC hot wire foam cutting machine"@en ,
                                         "Cortadora de espuma de hilo caliente"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CNCMachiningCentre
:CNCMachiningCentre rdf:type owl:Class ;
                    rdfs:subClassOf :CNC ;
                    rdfs:label "CNC machining centre"@en ,
                               "Centro de mecanizado CNC"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CNCPressForModuleAssembly
:CNCPressForModuleAssembly rdf:type owl:Class ;
                           rdfs:subClassOf :CNC ;
                           rdfs:label "CNC press for module assembly"@en ,
                                      "Prensa CNC para montaje de módulos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CNCRouterSystemForMachiningFoam
:CNCRouterSystemForMachiningFoam rdf:type owl:Class ;
                                 rdfs:subClassOf :CNC ;
                                 rdfs:label "CNC router system for machining foam"@en ,
                                            "Sistema enrutador CNC de mecanizado de espuma"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Cabinet
:Cabinet rdf:type owl:Class ;
         rdfs:subClassOf :StoragePieceOfFurniture ;
         rdfs:comment "A box-shaped form, either standing alone as a piece of furniture or built into or attached to a wall  typically made of wood but now often made of synthetic materials, and used for storage of miscellaneous items. Cabinets usually have one or more doors on the front that are mounted with door hardware and occasionally a lock; they may also contain drawers. Short cabinets often have a finished surface on top that can be used for display, or as a working surface such as the countertops found in kitchens."@en ;
         rdfs:label "Armarios"@es ,
                    "Cabinets"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Cage
:Cage rdf:type owl:Class ;
      rdfs:subClassOf :TertiaryPackaging ;
      rdfs:label "A secure and durable wire mesh structure used for storing various items and materials. They are typically made of galvanized steel and built to withstand environmental factors."@en ,
                 "Cages"@en ,
                 "Jaulas de almacenamiento"@es ,
                 "Una estructura de malla de alambre segura y duradera que se utiliza para almacenar diversos artículos y materiales. Suelen estar hechas de acero galvanizado y construidas para resistir los factores ambientales."@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CalibratingMachine
:CalibratingMachine rdf:type owl:Class ;
                    rdfs:subClassOf :SemiautomaticMachine ;
                    rdfs:label "Calibradora"@es ,
                               "Calibrating machine"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Canapé
:Canapé rdf:type owl:Class ;
        rdfs:subClassOf :Sofa ;
        rdfs:comment "A piece of furniture similar to a couch that is made out of elaborately carved wood with wooden legs, an upholstered back, armrests, and a single long seat. It is an elegant item that emerged from France in the 18th century."@en ;
        rdfs:label "Canapés"@en ,
                   "Canapés"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Candle
:Candle rdf:type owl:Class ;
        rdfs:subClassOf :DecorationElement ;
        rdfs:comment "A stick of hard wax with a piece of string called a wick through the middle that is lit to give light as it burns."@en ;
        rdfs:label "Candles"@en ,
                   "Velas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CantileverFrame
:CantileverFrame rdf:type owl:Class ;
                 rdfs:subClassOf :Base ;
                 rdfs:comment "A frame that is typically used when support on the base slab is not possible, especially when a drop beam needs to be supported around the perimeter of a building and the earth around the building is not levelled or compacted."@en ;
                 rdfs:label "Bastidores oscilantes"@es ,
                            "Cantilever frames"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CapPlug
:CapPlug rdf:type owl:Class ;
         rdfs:subClassOf :MixedUseAccessory ;
         rdfs:comment "A short, thick piece of wood, metal, or other material that fits into a hole."@en ;
         rdfs:label "Cap plugs"@en ,
                    "Tacos"@es ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Tube caps"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Capo
:Capo rdf:type owl:Class ;
      rdfs:subClassOf :MusicalAccessory ;
      owl:disjointWith :Drumstick ;
      rdfs:comment "A device fitted across all the strings of a guitar, banjo, etc, so as to raise the pitch of each string simultaneously."@en ;
      rdfs:label "Capos"@en ,
                 "Cejillas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CarParkBarrier
:CarParkBarrier rdf:type owl:Class ;
                rdfs:subClassOf :IndustrialProtectionElement ;
                rdfs:label "Barreras de parking"@es ,
                           "Car park barriers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Cardboard
:Cardboard rdf:type owl:Class ;
           rdfs:subClassOf :LignocellulosicMaterial ;
           rdfs:label "Cardboard"@en ,
                      "Cartón"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CardboardBox
:CardboardBox rdf:type owl:Class ;
              rdfs:subClassOf :TertiaryPackaging ;
              rdfs:comment "A container made of cardboard or corrugated cardboard, used to pack goods for storage or shipping."@en ,
                           "Un contenedor hecho de cartón o cartón corrugado, utilizado para empacar mercancías para almacenamiento o envío."@es ;
              rdfs:label "Cajas de cartón"@es ,
                         "Cardboard boxes"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Carousel
:Carousel rdf:type owl:Class ;
          rdfs:subClassOf :PlaygroundEquipment ;
          rdfs:comment "A large circular machine with seats, often in the shape of animals or cars, where people can sit on it and go round and round for fun."@en ;
          rdfs:label "Carousels"@en ,
                     "Carruseles"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CarpentryCompany
:CarpentryCompany rdf:type owl:Class ;
                  rdfs:subClassOf :Manufacturer ;
                  rdfs:label "Carpentry"@en ,
                             "Carpintería"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CarpentryInstallationService
:CarpentryInstallationService rdf:type owl:Class ;
                              rdfs:subClassOf :InstallationService ;
                              rdfs:label "Carpentry installation"@en ,
                                         "Instalación de carpintería"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Carpet
:Carpet rdf:type owl:Class ;
        rdfs:subClassOf :MixedUseTextile ;
        rdfs:comment "A floor covering, woven from natural or manmade fibres."@en ;
        rdfs:label "Alfombras"@es ,
                   "Carpets"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Carrier
:Carrier rdf:type owl:Class ;
         rdfs:subClassOf :MaterialSupplier ;
         rdfs:comment "A person or organisation undertaking to convey goods undertaking to convey goods."@en ;
         rdfs:label "Carrier"@en ,
                    "Transportista"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Carrycot
:Carrycot rdf:type owl:Class ;
          rdfs:subClassOf :ChildrenPieceOfFurniture ;
          rdfs:comment "A product consisting of a base, sides, ends and carrying handle(s), within which a child can be laid down and transported by hand(s)."@en ;
          rdfs:label "Capazos"@es ,
                     "Carrycots"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Cart
:Cart rdf:type owl:Class ;
      rdfs:subClassOf :StoragePieceOfFurniture ;
      rdfs:comment "A unit for transportation of material or food. It has wheels or castors."@en ;
      rdfs:label "Carros"@es ,
                 "Carts"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CartonErector
:CartonErector rdf:type owl:Class ;
               rdfs:subClassOf :AutomaticMachine ;
               rdfs:label "Carton erector"@en ,
                          "Formadora de cajas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Castanets
:Castanets rdf:type owl:Class ;
           rdfs:subClassOf :PercussionInstrument ;
           rdfs:comment "A musical instrument that consists of two small round pieces of wood that are holded in the hand and hit together with the fingers to make a noise. Castanets are used especially by Spanish dancers."@en ;
           rdfs:label "Castanets"@en ,
                      "Castañuelas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Castor
:Castor rdf:type owl:Class ;
        rdfs:subClassOf :Component ;
        rdfs:comment "Any of the small wheels fixed to the bottom of a piece of furniture so that it can be moved easily."@en ;
        rdfs:label "Castors"@en ,
                   "Ruedas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CatLadder
:CatLadder rdf:type owl:Class ;
           rdfs:subClassOf :Ladder ;
           rdfs:comment "A lightweight ladder frame used on steep roofs to prevents workers from sliding."@en ;
           rdfs:label "Cat ladders"@en ,
                      "Escaleras ligeras"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Catalogue
:Catalogue rdf:type owl:Class ;
           rdfs:comment "Complete list of items (entities), usually in a special order and with a description of each."@en ;
           rdfs:label "Catalogue"@en ,
                      "Catálogo"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Catalyst
:Catalyst rdf:type owl:Class ;
          rdfs:subClassOf :CoatingSubstance ;
          rdfs:comment "The catalyst is a substance that increases the rate of a reaction without itself being consumed. This is also called \"endurecedor\" in Spanish."@en ;
          rdfs:label "Catalizadores"@es ,
                     "Catalysts"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CeilingLighting
:CeilingLighting rdf:type owl:Class ;
                 rdfs:subClassOf :Lighting ;
                 rdfs:comment "A light source that is installed on the ceiling and provides even illumination to support everyday tasks that require ample light."@en ;
                 rdfs:label "Ceiling lighting"@en ,
                            "Iluminación de techo"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Cello
:Cello rdf:type owl:Class ;
       rdfs:subClassOf :StringedInstrument ;
       rdfs:comment "A musical instrument with strings, like a large violin in shape. The player sits down and holds the cello between his or her knees."@en ;
       rdfs:label "Cellos"@en ,
                  "Violonchelos"@es ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Chelos"@es ,
                                                      "Violoncellos"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CeramicsMaterial
:CeramicsMaterial rdf:type owl:Class ;
                  rdfs:subClassOf :Material ;
                  rdfs:label "Ceramics materials"@en ,
                             "Cerámica y derivados"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CeramicsProducer
:CeramicsProducer rdf:type owl:Class ;
                  rdfs:subClassOf :MaterialSupplier ;
                  rdfs:label "Ceramic"@en ,
                             "Cerámica"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CertificationCompany
:CertificationCompany rdf:type owl:Class ;
                      rdfs:subClassOf :ServiceProvider ;
                      rdfs:label "Certificación"@es ,
                                 "Certification"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CertificationService
:CertificationService rdf:type owl:Class ;
                      rdfs:subClassOf :Service ;
                      rdfs:label "Certification service"@en ,
                                 "Servicio de certificación"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Chair
:Chair rdf:type owl:Class ;
       rdfs:subClassOf :Seat ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :isUpholstered ;
                         owl:someValuesFrom xsd:boolean
                       ] ;
       rdfs:comment "A movable seat with a back and sometimes with arms, for one person to sit on."@en ;
       rdfs:label "Chairs"@en ,
                  "Sillas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ChaiseLongue
:ChaiseLongue rdf:type owl:Class ;
              rdfs:subClassOf :Sofa ;
              rdfs:comment "A long low seat with one arm, on which the person sitting can stretch out her or his legs."@en ;
              rdfs:label "Chaise longue"@en ,
                         "Chaise longue"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Chamfering
:Chamfering rdf:type owl:Class ;
            owl:equivalentClass [ rdf:type owl:Restriction ;
                                  owl:onProperty :isPerformedBy ;
                                  owl:someValuesFrom [ rdf:type owl:Class ;
                                                       owl:unionOf ( :DoubleEdgeBander
                                                                     :EdgeBanderWithAutomaticDragging
                                                                     :EdgeBanderWithManualDragging
                                                                     :NumericalControlDoubleEdgeBander
                                                                     :NumericalControlEdgeBander
                                                                   )
                                                     ]
                                ] ;
            rdfs:subClassOf :MachiningOperation ;
            rdfs:label "Chamfering"@en ,
                       "Chapado de cantos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Chandelier
:Chandelier rdf:type owl:Class ;
            rdfs:subClassOf :CeilingLighting ;
            rdfs:comment "A large, decorative frame which holds light bulbs or candles and hangs from the ceiling."@en ;
            rdfs:label "Candelabros"@es ,
                       "Chandeliers"@en ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Lámparas de araña"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ChangingTable
:ChangingTable rdf:type owl:Class ;
               rdfs:subClassOf :ChildrenPieceOfFurniture ;
               rdfs:comment "A small raised platform designed to allow a person to change another person's diaper. It is usually used for babies."@en ;
               rdfs:label "Cambiadores del bebé"@es ,
                          "Changing tables"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Charger
:Charger rdf:type owl:Class ;
         rdfs:subClassOf :HouseholdAppliance ;
         rdfs:comment "A piece of equipment for loading a battery with electricity."@en ;
         rdfs:label "Cargadores"@es ,
                    "Chargers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ChemicalProtectionGloves
:ChemicalProtectionGloves rdf:type owl:Class ;
                          rdfs:subClassOf :PersonalProtectiveEquipment ;
                          rdfs:comment "Usually made of rubber or latex."@en ;
                          rdfs:label "Chemical protection gloves"@en ,
                                     "Guantes de protección contra químicos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ChemicalSubstance
:ChemicalSubstance rdf:type owl:Class ;
                   rdfs:subClassOf :Material ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :hasComposition ;
                                     owl:someValuesFrom xsd:string
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :hasSpecialEffects ;
                                     owl:someValuesFrom xsd:string
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :isAntiMosquito ;
                                     owl:someValuesFrom xsd:boolean
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :isAntibacterial ;
                                     owl:someValuesFrom xsd:boolean
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :isFireproof ;
                                     owl:someValuesFrom xsd:boolean
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :isWaterProof ;
                                     owl:someValuesFrom xsd:boolean
                                   ] ;
                   rdfs:comment "A type of solid, liquid or gas that has particular qualities."@en ;
                   rdfs:label "Chemical substances"@en ,
                              "Substancias químicas"@es ;
                   <http://www.w3.org/2004/02/skos/core#altLabel> "Sustancias"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ChenilleFabric
:ChenilleFabric rdf:type owl:Class ;
                rdfs:subClassOf :SyntheticFabric ;
                rdfs:label "Chenille fabric"@en ,
                           "Tejido chenilla"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Cherrywood
:Cherrywood rdf:type owl:Class ;
            rdfs:subClassOf :Wood ;
            rdfs:comment "Wood from the cherry tree, its colour is pale brown and presents fine grain and even texture."@en ;
            rdfs:label "Cherrywood"@en ,
                       "Madera de cerezo"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Chest
:Chest rdf:type owl:Class ;
       rdfs:subClassOf :StoragePieceOfFurniture ;
       rdfs:comment "A large strong usually wooden box, with a lid with hinges in one side and locks on the other. It is used for keeping robes and things in."@en ;
       rdfs:label "Baúles"@es ,
                  "Chests"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ChestOfDrawers
:ChestOfDrawers rdf:type owl:Class ;
                rdfs:subClassOf :StoragePieceOfFurniture ;
                rdfs:comment "A piece of furniture designed to contain a set of drawers (as for holding clothing). It has multiple parallel, horizontal drawers stacked one above each other. Chests of drawers have traditionally been made and used for storing clothing, especially underwear, socks, and other items not normally hung in or otherwise stored in a closet. Chest of drawers are often placed in a bedroom for this purpose, but can actually be used to store anything that will fit inside and can be placed anywhere in a house or another place. In Spanish, \"cómoda\" or \"cómoda de cajones\"."@en ;
                rdfs:label "Chests of drawers"@en ,
                           "Cómodas/Cajoneras"@es ;
                <http://www.w3.org/2004/02/skos/core#altLabel> "Cajoneras"@es ,
                                                               "Dressers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ChestOfDrawersWithBabybath
:ChestOfDrawersWithBabybath rdf:type owl:Class ;
                            rdfs:subClassOf :ChestOfDrawers ;
                            rdfs:comment "A bath chest of drawers with a changing table and a bathtub tailored to the needs of the toddler and her/his mother."@en ;
                            rdfs:label "Chests of drawers with babybath"@en ,
                                       "Cómodas con bañera"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Chiffonier
:Chiffonier rdf:type owl:Class ;
            rdfs:subClassOf :Cabinet ;
            rdfs:comment "A piece of furniture differentiated from the sideboard by its smaller size and by the enclosure of the whole of the front by doors. Its name (which comes from the French for a \"rag-gatherer\") suggests that it was originally intended as a receptacle for odds and ends which had no place elsewhere, but it now usually serves the purpose of a sideboard. It is a remote and illegitimate descendant of the cabinet; it has rarely been elegant and never beautiful."@en ;
            rdfs:label "Chiffoniers"@en ,
                       "Chiffoniers"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ChildBedroomComposition
:ChildBedroomComposition rdf:type owl:Class ;
                         rdfs:subClassOf :FurnitureComposition ;
                         rdfs:comment "A combination of furniture items to furnish a room used by children for sleeping in it."@en ;
                         rdfs:label "Child bedroom"@en ,
                                    "Dormitorio infantil"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ChildcareFurnitureProducer
:ChildcareFurnitureProducer rdf:type owl:Class ;
                            rdfs:subClassOf :Manufacturer ;
                            rdfs:label "Childcare"@en ,
                                       "Mueble Infantil"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ChildrenPieceOfFurniture
:ChildrenPieceOfFurniture rdf:type owl:Class ;
                          rdfs:subClassOf :PieceOfFurniture ;
                          rdfs:comment "A piece of furniture to be used by children."@en ;
                          rdfs:label "Children furniture"@en ,
                                     "Muebles infantiles"@es ;
                          <http://www.w3.org/2004/02/skos/core#altLabel> "Mobiliario infantil"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Chroming
:Chroming rdf:type owl:Class ;
          owl:equivalentClass [ rdf:type owl:Restriction ;
                                owl:onProperty :isPerformedBy ;
                                owl:someValuesFrom :ChromingFacility
                              ] ;
          rdfs:subClassOf :Finishing ;
          rdfs:label "Chroming"@en ,
                     "Cromado"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ChromingFacility
:ChromingFacility rdf:type owl:Class ;
                  rdfs:subClassOf :ManualMachine ;
                  rdfs:comment "Set of cells filled of chroming material where the pieces are bathed. This application is based on a electrolytic process. Through this porcess the chroming material is attached to the piece forming a coating. The thickness of the chroming layer depends on the duration of the immersion of the pieces into the cells."@en ;
                  rdfs:label "Chroming facility"@en ,
                             "Instalación de cromado"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Chronometer
:Chronometer rdf:type owl:Class ;
             rdfs:subClassOf :MeasuringInstrument ;
             rdfs:label "Chronometers"@en ,
                        "Cronómetros"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ChurchPew
:ChurchPew rdf:type owl:Class ;
           rdfs:subClassOf :ReligiousBench ;
           rdfs:comment "Any of the long seats with a back that are placed in rows in a church for people to sit on."@en ;
           rdfs:label "Bancos de iglesia"@es ,
                      "Church pews"@en ;
           <http://www.w3.org/2004/02/skos/core#altLabel> "Pews"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CircularRotatingSawFourEdgesWithFeedingAndStacker
:CircularRotatingSawFourEdgesWithFeedingAndStacker rdf:type owl:Class ;
                                                   rdfs:subClassOf :SemiautomaticMachine ;
                                                   rdfs:label "Circular rotating saw with four edges, feeding and stacker"@en ,
                                                              "Sierra circular de cuatro cantos con giro ó angular con alimentador y apilador"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CircularSawForDoubleEdgeWithCart
:CircularSawForDoubleEdgeWithCart rdf:type owl:Class ;
                                  rdfs:subClassOf :ManualMachine ;
                                  rdfs:label "Circular saw for double edge with cart"@en ,
                                             "Sierra circular de dos cantos con carro"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CircularSawForDoubleEdgeWithFeedingAndStacker
:CircularSawForDoubleEdgeWithFeedingAndStacker rdf:type owl:Class ;
                                               rdfs:subClassOf :SemiautomaticMachine ;
                                               rdfs:label "Circular saw for double edge with feeding and stacker"@en ,
                                                          "Sierra circular de dos cantos con alimentador y apilador"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CircularTableSawWithManualThrust
:CircularTableSawWithManualThrust rdf:type owl:Class ;
                                  rdfs:subClassOf :ManualMachine ;
                                  rdfs:label "Circular table saw with manual thrust"@en ,
                                             "Sierra circular de mesa con empuje manual"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Clarinet
:Clarinet rdf:type owl:Class ;
          rdfs:subClassOf :WoodwindInstrument ;
          rdfs:comment "A single-reed woodwind instrument with a long wooden or metal tube and a flaring bell, played by means of holes and keys."@en ;
          rdfs:label "Clarinetes"@es ,
                     "Clarinets"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Clavichord
:Clavichord rdf:type owl:Class ;
            rdfs:subClassOf :KeyboardInstrument ;
            rdfs:comment "An early type of musical instrument, like a piano with a very soft tone."@en ;
            rdfs:label "Clavichords"@en ,
                       "Clavicordios"@es ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Clavecines"@es ,
                                                           "Harpsichords"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CleaningAccessory
:CleaningAccessory rdf:type owl:Class ;
                   rdfs:subClassOf :FurnitureAccessory ;
                   rdfs:comment "An accessory for cleaning."@en ;
                   rdfs:label "Accesorios de limpieza"@es ,
                              "Cleaning accessories"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CleaningCompany
:CleaningCompany rdf:type owl:Class ;
                 rdfs:subClassOf :ServiceProvider ;
                 rdfs:label "Facility Cleaning"@en ,
                            "Limpieza Instalaciones"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ClimbingStructure
:ClimbingStructure rdf:type owl:Class ;
                   rdfs:subClassOf :PlaygroundEquipment ;
                   rdfs:comment "Recreational equipment designed for children to climb, promoting the development of motor and social skills."@en ;
                   rdfs:label "Climbing structures"@en ,
                              "Trepadores"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ClosetAndCupboardProducer
:ClosetAndCupboardProducer rdf:type owl:Class ;
                           rdfs:subClassOf :Manufacturer ;
                           rdfs:label "Armarios"@es ,
                                      "Closet / Cupboard"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ClothCutting
:ClothCutting rdf:type owl:Class ;
              owl:equivalentClass [ rdf:type owl:Restriction ;
                                    owl:onProperty :isPerformedBy ;
                                    owl:someValuesFrom [ rdf:type owl:Class ;
                                                         owl:unionOf ( :AutomaticCuttingMachine
                                                                       :ManualCuttingMachine
                                                                     )
                                                       ]
                                  ] ;
              rdfs:subClassOf :Upholstering ;
              rdfs:label "Cloth cutting"@en ,
                         "Corte de tela"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ClothesButler
:ClothesButler rdf:type owl:Class ;
               rdfs:subClassOf :Rack ;
               rdfs:comment "A piece of furniture to hang clothes on."@en ;
               rdfs:label "Clothes butler"@en ,
                          "Galán de noche"@es ;
               <http://www.w3.org/2004/02/skos/core#altLabel> "Clothes valet"@en ,
                                                              "Suit stands"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ClothesIron
:ClothesIron rdf:type owl:Class ;
             rdfs:subClassOf :HouseholdAppliance ;
             rdfs:comment "A tool with a flat metal base that can be heated and used to make clothes smooth."@en ;
             rdfs:label "Clothes irons"@en ,
                        "Planchas de ropa"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CoatRack
:CoatRack rdf:type owl:Class ;
          rdfs:subClassOf :Rack ;
          rdfs:comment "A rack, often wall-mounted, or upright pole fitted with branching hooks or pegs on which to hang coats, hats, etc."@en ;
          rdfs:label "Coat racks"@en ,
                     "Percheros"@es ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "Coat hooks"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CoatingSubstance
:CoatingSubstance rdf:type owl:Class ;
                  rdfs:subClassOf :ChemicalSubstance ;
                  rdfs:comment "This class is usually called in Spanish \"Pinturas y Barnices (recubrimiento)\"."@en ;
                  rdfs:label "Coating substances"@en ,
                             "Substancias de recubrimiento"@es ;
                  <http://www.w3.org/2004/02/skos/core#altLabel> "Sustancias de recubrimiento"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CoconutFibre
:CoconutFibre rdf:type owl:Class ;
              rdfs:subClassOf :NaturalFibre ;
              rdfs:label "Coconut fibre"@en ,
                         "Fibra de coco"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CoffeeTable
:CoffeeTable rdf:type owl:Class ;
             rdfs:subClassOf :DomesticTable ;
             rdfs:comment "A style of long, low table which is designed to be placed in front of a couch, to support beverages (hence the name), magazines, books (especially coffee table books), and other small items to be used while sitting, such as coasters. Coffee tables are usually found in the living room or sitting room. They are available in many different variations and prices vary from style to style. Coffee tables may also incorporate cabinets for storage."@en ;
             rdfs:label "Coffee tables"@en ,
                        "Mesas de café"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Coffin
:Coffin rdf:type owl:Class ;
        rdfs:subClassOf :StoragePieceOfFurniture ;
        rdfs:comment "Funerary box used in the display and containment of deceased remains, either for burial or cremation."@en ;
        rdfs:label "Ataúdes"@es ,
                   "Coffins"@en ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Féretros"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Colormeter
:Colormeter rdf:type owl:Class ;
            rdfs:subClassOf :MeasuringInstrument ;
            rdfs:label "Colormeters"@en ,
                       "Colorímetros"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ColumnGuard
:ColumnGuard rdf:type owl:Class ;
             rdfs:subClassOf :IndustrialProtectionElement ;
             rdfs:label "Column guards"@en ,
                        "Protectores de columna"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CommercialServices
:CommercialServices rdf:type owl:Class ;
                    rdfs:subClassOf :Service ;
                    rdfs:label "Commercial services"@en ,
                               "Servicios comerciales"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CommunionRail
:CommunionRail rdf:type owl:Class ;
               rdfs:subClassOf :ReligiousBench ;
               rdfs:comment "A low barrier or kneeler placed in front of the altar or within the sanctuary of Catholic churches. Its purpose is to provide a reverent place for the faithful to kneel - or stand - to receive Holy Communion."@en ;
               rdfs:label "Bancos de comunión"@es ,
                          "Communion rails"@en ;
               <http://www.w3.org/2004/02/skos/core#altLabel> "Altar rails"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CommunionTable
:CommunionTable rdf:type owl:Class ;
                rdfs:subClassOf :ReligiousTable ;
                rdfs:comment "The table in Christian churches where communion is given."@en ;
                rdfs:label "Communion tables"@en ,
                           "Mesas de comunión"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CompactBed
:CompactBed rdf:type owl:Class ;
            owl:equivalentClass [ rdf:type owl:Restriction ;
                                  owl:onProperty :hasDesk ;
                                  owl:someValuesFrom :HomeStudentDesk
                                ] ;
            rdfs:subClassOf :Bed ;
            rdfs:comment "A bed usually designed for young people or children that may consists of modular furniture; wardrobes, shelf units, desk, etc. all in the same structure together with the bed or beds."@en ;
            rdfs:label "Camas compactas"@es ,
                       "Compact beds"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CompactCardboard
:CompactCardboard rdf:type owl:Class ;
                  rdfs:subClassOf :Cardboard ;
                  owl:disjointWith :Honeycomb ;
                  rdfs:label "Cartón compacto"@es ,
                             "Compact cardboard"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Component
:Component rdf:type owl:Class ;
           rdfs:comment "Any of the parts of which something is made. Components are to be combined with others for use as a whole."@en ,
                        "Cualquiera de las partes de las que se compone algo. Los componentes son a menudo combinados entre sí para su uso como un conjunto."@es ;
           rdfs:label "Componentes"@es ,
                      "Components"@en ;
           <http://www.w3.org/2004/02/skos/core#altLabel> "Part"@en ,
                                                          "Parte"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CompositeMaterial
:CompositeMaterial rdf:type owl:Class ;
                   rdfs:subClassOf :Material ;
                   rdfs:label "Composite material"@en ,
                              "Material composite"@es ;
                   <http://www.w3.org/2004/02/skos/core#altLabel> "Material compuesto"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CompositesProducer
:CompositesProducer rdf:type owl:Class ;
                    rdfs:subClassOf :MaterialSupplier ;
                    rdfs:label "Composites"@en ,
                               "Materiales Compuestos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ComputerDesk
:ComputerDesk rdf:type owl:Class ;
              rdfs:subClassOf :OfficeTable ;
              rdfs:comment "A desk made specifically with the idea that a desktop computer and its accessories will be housed on or inside it."@en ;
              rdfs:label "Computer desks"@en ,
                         "Mesas de ordenador"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ConferenceTable
:ConferenceTable rdf:type owl:Class ;
                 rdfs:subClassOf :OfficeTable ;
                 rdfs:comment "A big table used for conference meetings."@en ;
                 rdfs:label "Conference tables"@en ,
                            "Mesas de conferencias"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Console
:Console rdf:type owl:Class ;
         rdfs:subClassOf :DomesticTable ;
         rdfs:comment "An auxiliary table made to be close to the wall and used to put decoration objects on it."@en ;
         rdfs:label "Consolas"@es ,
                    "Consoles"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ConsultingCompany
:ConsultingCompany rdf:type owl:Class ;
                   rdfs:subClassOf :ServiceProvider ;
                   rdfs:label "Consulting"@en ,
                              "Consultoría"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ConsultingService
:ConsultingService rdf:type owl:Class ;
                   rdfs:subClassOf :Service ;
                   rdfs:label "Consulting service"@en ,
                              "Servicio de consultoría"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ContactApplication
:ContactApplication rdf:type owl:Class ;
                    rdfs:subClassOf :Technique ;
                    rdfs:comment "Application of some finishing substance through the contact between the material and the finishing substance."@en ;
                    rdfs:label "Aplicación por contacto"@es ,
                               "Contact application"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ContactPerson
:ContactPerson rdf:type owl:Class ;
               rdfs:subClassOf [ rdf:type owl:Restriction ;
                                 owl:onProperty :hasElectronicMail ;
                                 owl:someValuesFrom xsd:string
                               ] ;
               rdfs:comment "An individual designated to serve as the primary point of communication for a specific purpose, organization, or event."@en ;
               rdfs:label "Contact person"@en ,
                          "Persona de contacto"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Container
:Container rdf:type owl:Class ;
           rdfs:subClassOf :TertiaryPackaging ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :hasEpalCertificate ;
                             owl:someValuesFrom xsd:boolean
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :hasFoldingDoors ;
                             owl:someValuesFrom xsd:boolean
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :hasInteriorConstruction ;
                             owl:someValuesFrom xsd:boolean
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :hasIspm15Certificate ;
                             owl:someValuesFrom xsd:boolean
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :hasSkate ;
                             owl:someValuesFrom xsd:boolean
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :isFoldable ;
                             owl:someValuesFrom xsd:boolean
                           ] ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty :isStackable ;
                             owl:someValuesFrom xsd:boolean
                           ] ;
           rdfs:comment "A very large metal or wooden box used for transporting goods so that they can be loaded easily onto ships and lorries."@en ,
                        "Una caja muy grande de metal o madera que se utiliza para transportar mercancías de manera que puedan cargarse fácilmente en barcos y camiones."@es ;
           rdfs:label "Containers"@en ,
                      "Contenedores"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Contract
:Contract rdf:type owl:Class ;
          rdfs:subClassOf :Manufacturer ;
          rdfs:label "CONTRACT Channel"@en ,
                     "Canal CONTRACT"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Cooktop
:Cooktop rdf:type owl:Class ;
         rdfs:subClassOf :KitchenAccessory ;
         rdfs:comment "Superficie superior del horno donde se colocan los elementos calefactores."@es ,
                      "The top surface of the oven on which heating elements are located."@en ;
         rdfs:label "Cooktops"@en ,
                    "Placas de cocción"@es ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Vitrocerámicas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Cork
:Cork rdf:type owl:Class ;
      rdfs:subClassOf :LignocellulosicMaterial ;
      rdfs:label "Corcho"@es ,
                 "Cork"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CorkProducer
:CorkProducer rdf:type owl:Class ;
              rdfs:subClassOf :MaterialSupplier ;
              rdfs:label "Corcho"@es ,
                         "Cork"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CornerPiece
:CornerPiece rdf:type owl:Class ;
             rdfs:subClassOf :CushionPackaging ;
             rdfs:comment "A bent metal piece used to reinforce or protect the angles of certain objects."@en ,
                          "Una pieza de metal en forma acodada que sirve para consolidar o proteger los ángulos de determinados objetos."@es ;
             rdfs:label "Cantoneras"@es ,
                        "Corner pieces"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CornerSofa
:CornerSofa rdf:type owl:Class ;
            rdfs:subClassOf :Sofa ;
            rdfs:comment "A multi-seat sofa that turns ninety degrees to create a continuous seating line."@en ;
            rdfs:label "Corner sofas"@en ,
                       "Rinconeras"@es ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Corner couches"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CorrugatedCardboard
:CorrugatedCardboard rdf:type owl:Class ;
                     rdfs:subClassOf :CoveringPackaging ;
                     rdfs:comment "A material used primarily for the manufacture of containers and packaging, which is normally composed of three or five papers (those of the two outer layers are smooth and the inner or inner layers are corrugated), providing great mechanical resistance to the structure."@en ,
                                  "Un material utilizado fundamentalmente para la fabricación de envases y embalajes, que normalmente se compone de tres o cinco papeles (los de las dos capas exteriores son lisos y el interior o los interiores ondulados), proporcionando una gran resistencia mecánica a la estructura."@es ;
                     rdfs:label "Cartón ondulado"@es ,
                                "Corrugated cardboard"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CottonFibre
:CottonFibre rdf:type owl:Class ;
             rdfs:subClassOf :NaturalFibre ;
             rdfs:label "Cotton fibre"@en ,
                        "Fibra de algodón"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Counter
:Counter rdf:type owl:Class ;
         rdfs:subClassOf :Table ;
         rdfs:comment "A long narrow table or flat surface at which customers are served."@en ;
         rdfs:label "Counters"@en ,
                    "Mostradores"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CoveringPackaging
:CoveringPackaging rdf:type owl:Class ;
                   rdfs:subClassOf :TertiaryPackaging ;
                   rdfs:comment "Una envoltura que protege las mercancías durante el transporte."@es ;
                   rdfs:label "An envelope that protects goods during transportation."@en ,
                              "Coverings"@en ,
                              "Recubrimientos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Cradle
:Cradle rdf:type owl:Class ;
        rdfs:subClassOf :ChildrenPieceOfFurniture ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :isCoSleepingConvertible ;
                          owl:someValuesFrom xsd:boolean
                        ] ;
        rdfs:comment "A small bed for a baby, usually shaped like an open box, which can be pushed form side to side."@en ;
        rdfs:label "Cradles"@en ,
                   "Minicunas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CreativePlayStructure
:CreativePlayStructure rdf:type owl:Class ;
                       rdfs:subClassOf :PlaygroundEquipment ;
                       rdfs:comment "A structure designed for any type of play that allows children to use their imagination and express themselves freely through a variety of activities."@en ;
                       rdfs:label "Creative play structures"@en ,
                                  "Juegos imaginativos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Crib
:Crib rdf:type owl:Class ;
      rdfs:subClassOf :ChildrenPieceOfFurniture ;
      rdfs:comment "(Also \"cot\" and \"infant bed\"). Small bed specifically for infants. Cots are typically used as a bed for a baby after it is no longer safe to leave them in a bassinet. Cots are more stable than bassinettes and become desirable when a baby can roll. They have a lower center of gravity, a broader base of support and can hold a larger baby than a bassinet. Cots are designed to restrict the baby to the bed. The sides are too high for a baby to climb and provide no footholds. The thinking behind this design is that if baby wakes up, they will return to sleep rather than roam around the house. To improve the reliability of the confinement, a top (solid or fabric) may be added to a cot."@en ;
      rdfs:label "Cribs"@en ,
                 "Cunas"@es ;
      <http://www.w3.org/2004/02/skos/core#altLabel> "Cots"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CrossLaminatedTimber
:CrossLaminatedTimber rdf:type owl:Class ;
                      rdfs:subClassOf :Timber ;
                      rdfs:label "Cross-laminated timber"@en ,
                                 "Madera contralaminada"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Crossbar
:Crossbar rdf:type owl:Class ;
          rdfs:subClassOf :SawnTimber ;
          rdfs:label "Crossbars"@en ,
                     "Largueros"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Cup
:Cup rdf:type owl:Class ;
     rdfs:subClassOf :KitchenAccessory ;
     rdfs:comment "A small, round container, usually with a handle, from which drink hot drinks such as tea and coffee."@en ;
     rdfs:label "Cups"@en ,
                "Tazas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CupApplicationGun
:CupApplicationGun rdf:type owl:Class ;
                   rdfs:subClassOf :SprayApplicationGun ;
                   rdfs:label "Cup application gun"@en ,
                              "Pistola de aplicación cup"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CupContainer
:CupContainer rdf:type owl:Class ;
              rdfs:subClassOf :Tool ;
              rdfs:label "Cup containers"@en ,
                         "Recipientes"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Cupboard
:Cupboard rdf:type owl:Class ;
          rdfs:subClassOf :Cabinet ;
          rdfs:comment "A type of cabinet, often made of wood, used indoors to store household objects such as food and crockery, and protect them from dust and dirt."@en ,
                       "Un tipo de armario, habitualmente fabricado en madera, usado en interiores para guardar elementos del hogar tales como comida y vajilla, protegiéndolos del polvo y la suciedad."@es ;
          rdfs:label "Cupboards"@en ,
                     "Despensas"@es ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "Alacenas"@es ,
                                                         "Pantries"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Curtain
:Curtain rdf:type owl:Class ;
         rdfs:subClassOf :MixedUseTextile ;
         rdfs:comment "A piece of material that can be drawn across an opening or window, to shut out light or to provide privacy."@en ;
         rdfs:label "Cortinas"@es ,
                    "Curtains"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CurtainCoatingMachine
:CurtainCoatingMachine rdf:type owl:Class ;
                       rdfs:subClassOf :SemiautomaticMachine ;
                       rdfs:label "Barnizadora de cortina"@es ,
                                  "Curtain coating machine"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CurtainTieBack
:CurtainTieBack rdf:type owl:Class ;
                rdfs:subClassOf :MixedUseTextile ;
                rdfs:comment "A support element that helps keep the curtain folded, without damaging it, allowing as much light as possible into the room, and preventing drafts from moving it out of place."@en ;
                rdfs:label "Abrazaderas de cortina"@es ,
                           "Curtain tie backs"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CurveSanding
:CurveSanding rdf:type owl:Class ;
              owl:equivalentClass [ rdf:type owl:Restriction ;
                                    owl:onProperty :isPerformedBy ;
                                    owl:someValuesFrom :ManualSanderForCurvedPieces
                                  ] ;
              rdfs:subClassOf :SurfacePreparation ;
              rdfs:label "Curve sanding"@en ,
                         "Lijado de curvas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Cushion
:Cushion rdf:type owl:Class ;
         rdfs:subClassOf :MixedUseTextile ;
         rdfs:comment "A small bag filled with soft material, feathers, etc. They are used to make a seat more comfortable, to kneel on, etc."@en ;
         rdfs:label "Cojines"@es ,
                    "Cushions"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CushionCover
:CushionCover rdf:type owl:Class ;
              rdfs:subClassOf :MixedUseTextile ;
              rdfs:comment "A removable textile cover designed to protect and decorate a cushion for seats, sofas or beds."@en ;
              rdfs:label "Cushion covers"@en ,
                         "Fundas de cojín"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CushionPackaging
:CushionPackaging rdf:type owl:Class ;
                  rdfs:subClassOf :TertiaryPackaging ;
                  rdfs:comment "Embalaje de protección para la absorción de impactos."@es ,
                               "Protective packaging for shock absorption."@en ;
                  rdfs:label "Cushion packaging"@en ,
                             "Embalaje de protección"@es ;
                  <http://www.w3.org/2004/02/skos/core#altLabel> "Embalaje amortiguador"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CustomsManagementService
:CustomsManagementService rdf:type owl:Class ;
                          rdfs:subClassOf :LogisticsService ;
                          rdfs:comment "A service that considers all activities related to importing/exporting goods across national borders, including compliance with customs regulations, duty payments, documentation submission, and risk mitigation."@en ;
                          rdfs:label "Customs management"@en ,
                                     "Gestión aduanera"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Cutlery
:Cutlery rdf:type owl:Class ;
         rdfs:subClassOf :KitchenAccessory ;
         rdfs:comment "The utensils (knives, forks, and spoons) used for serving and eating food."@en ;
         rdfs:label "Cubiertos"@es ,
                    "Cutleries"@en ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Cuberterías"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CutleryChest
:CutleryChest rdf:type owl:Class ;
              rdfs:subClassOf :Chest ;
              owl:disjointWith :MedicineChest ;
              rdfs:comment "A piece of furniture used to store the cutlery."@en ;
              rdfs:label "Cuberteros"@es ,
                         "Cutlery chests"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CutleryDrawer
:CutleryDrawer rdf:type owl:Class ;
               rdfs:subClassOf :Drawer ;
               rdfs:comment "A drawer with small moulds or accesories to store the cutlery."@en ;
               rdfs:label "Cajones de cubertería"@es ,
                          "Cutlery drawers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CuttingMachineWithCuttingOptimizer
:CuttingMachineWithCuttingOptimizer rdf:type owl:Class ;
                                    rdfs:subClassOf :SemiautomaticMachine ;
                                    rdfs:label "Cutting machine with cutting optimizer"@en ,
                                               "Tronzadora automática con optimizador de corte"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CuttingOff
:CuttingOff rdf:type owl:Class ;
            owl:equivalentClass [ rdf:type owl:Restriction ;
                                  owl:onProperty :isPerformedBy ;
                                  owl:someValuesFrom [ rdf:type owl:Class ;
                                                       owl:unionOf ( :BoardCuttingMachine
                                                                     :CuttingMachineWithCuttingOptimizer
                                                                     :CuttingOffMachine
                                                                   )
                                                     ]
                                ] ;
            rdfs:subClassOf :FirstProcessing ;
            rdfs:comment "Wound or an opening made with something sharp. A service or preparation of reducing something in size, such as paper, boards, textiles, timber, etc. This operation may incurr a extra charge for the service."@en ;
            rdfs:label "Cutting off"@en ,
                       "Tronzado"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CuttingOffMachine
:CuttingOffMachine rdf:type owl:Class ;
                   rdfs:subClassOf :SemiautomaticMachine ;
                   rdfs:label "Cutting off machine"@en ,
                              "Tronzadora de troncos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Cymbals
:Cymbals rdf:type owl:Class ;
         rdfs:subClassOf :PercussionInstrument ;
         rdfs:comment "A musical instrument in the form of a round metal plate. It is hit with a stick, or two cymbals are hit against each other."@en ;
         rdfs:label "Cymbals"@en ,
                    "Címbalos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DeckChair
:DeckChair rdf:type owl:Class ;
           rdfs:subClassOf :OutdoorChair ;
           rdfs:comment "A folding chair with a seat made of a length of canvas or plastic hung on a usually wooden frame."@en ;
           rdfs:label "Deck chairs"@en ,
                      "Tumbonas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DecoratedPaperProducer
:DecoratedPaperProducer rdf:type owl:Class ;
                        rdfs:subClassOf :MaterialSupplier ;
                        rdfs:label "Decorated Paper"@en ,
                                   "Papel Decorado"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DecorationElement
:DecorationElement rdf:type owl:Class ;
                   rdfs:subClassOf :FurnitureAccessory ;
                   rdfs:comment "An element used for decoration purposes."@en ;
                   rdfs:label "Decoration elements"@en ,
                              "Elementos de decoración"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DeepFryer
:DeepFryer rdf:type owl:Class ;
           rdfs:subClassOf :HouseholdAppliance ;
           rdfs:comment "A device for cooking food by submerging it in hot fat."@en ;
           rdfs:label "Deep fryers"@en ,
                      "Freidoras"@es ;
           <http://www.w3.org/2004/02/skos/core#altLabel> "Deep-fat fryers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Delivery
:Delivery rdf:type owl:Class ;
          rdfs:subClassOf :Process ;
          rdfs:comment "The formal handing over of goods or of completing services."@en ;
          rdfs:label "Delivery"@en ,
                     "Entrega"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DentistChair
:DentistChair rdf:type owl:Class ;
              rdfs:subClassOf :ProfessionalChair ;
              rdfs:comment "A specialized piece of equipment used in dental offices to position patients comfortably during dental procedures."@en ;
              rdfs:label "Dentist chairs"@en ,
                         "Sillones de dentista"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DepositionApplication
:DepositionApplication rdf:type owl:Class ;
                       rdfs:subClassOf :Technique ;
                       rdfs:comment "The material is placed inside a bucket and this is poured generating a curtain of varnish. When the piece passes under the curtain of varnish, the material is placed on the piece."@en ;
                       rdfs:label "Decantación"@es ,
                                  "Deposition application"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DerindingMachine
:DerindingMachine rdf:type owl:Class ;
                  rdfs:subClassOf :SemiautomaticMachine ;
                  rdfs:label "Derinding machine"@en ,
                             "Descortezadora de troncos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DeskChair
:DeskChair rdf:type owl:Class ;
           rdfs:subClassOf :DomesticChair ;
           rdfs:comment "A chair that is typically more compact, lighter, and less focused on long-term ergonomics than an office chair."@en ;
           rdfs:label "Desk chairs"@en ,
                      "Sillas de escritorio"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DeskLamp
:DeskLamp rdf:type owl:Class ;
          rdfs:subClassOf :Lighting ;
          rdfs:comment "A portable lighting device designed for use on a desk or work surface. It provides adjustable lighting for tasks such as reading, writing, or working on a computer."@en ;
          rdfs:label "Desk lamps"@en ,
                     "Lámparas de escritorio"@es ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "Flexo"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DimensionedCutting
:DimensionedCutting rdf:type owl:Class ;
                    owl:equivalentClass [ rdf:type owl:Restriction ;
                                          owl:onProperty :isPerformedBy ;
                                          owl:someValuesFrom [ rdf:type owl:Class ;
                                                               owl:unionOf ( :AngularHorizontalRipSaw
                                                                             :HorizontalRipSaw
                                                                             :HorizontalRipSawWithFeeding
                                                                             :SlidingTableSawWithManualThrust
                                                                             :VerticalSlidingTableSaw
                                                                             :VerticalSlidingTableSawWithAutomaticMovement
                                                                           )
                                                             ]
                                        ] ;
                    rdfs:subClassOf :MachiningOperation ;
                    rdfs:label "Dimensionado"@es ,
                               "Dimensioned cutting"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DiningChair
:DiningChair rdf:type owl:Class ;
             rdfs:subClassOf :DomesticChair ;
             rdfs:comment "A chair that is designed for sitting on at a table to eat meals, usually with a back and no arms."@en ;
             rdfs:label "Dining chairs"@en ,
                        "Sillas de comedor"@es ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Side chairs"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DiningRoomComposition
:DiningRoomComposition rdf:type owl:Class ;
                       rdfs:subClassOf :FurnitureComposition ;
                       rdfs:comment "A combination of furniture items to furnish a room in a house where people have their meals, or a room in a hotel where meals are served."@en ;
                       rdfs:label "Comedor"@es ,
                                  "Dining room"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DiningTable
:DiningTable rdf:type owl:Class ;
             rdfs:subClassOf :DomesticTable ;
             rdfs:comment "A table in the dining room on which meals are served."@en ;
             rdfs:label "Dining tables"@en ,
                        "Mesas de comedor"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DirectorChair
:DirectorChair rdf:type owl:Class ;
               rdfs:subClassOf :ProfessionalChair ;
               rdfs:comment "A lightweight folding armchair, usually a wooden or metal frame with a canvas back and seat."@en ;
               rdfs:label "Director chairs"@en ,
                          "Sillas del director"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DiscSander
:DiscSander rdf:type owl:Class ;
            rdfs:subClassOf :ManualMachine ;
            rdfs:label "Disc sander"@en ,
                       "Lijadora de disco"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Discoloration
:Discoloration rdf:type owl:Class ;
               rdfs:subClassOf :Finishing ;
               rdfs:comment "This is usually a manual process done by using hydrogen peroxide or another destaining product."@en ;
               rdfs:label "Decolorado"@es ,
                          "Discoloration"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Dishwasher
:Dishwasher rdf:type owl:Class ;
            rdfs:subClassOf :HouseholdAppliance ;
            rdfs:comment "An appliance designed to automatically wash and dry dishes."@en ,
                         "Dispositivo diseñado para lavar y secar la vajilla automáticamente."@es ;
            rdfs:label "Dishwashers"@en ,
                       "Lavavajillas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Dispatching
:Dispatching rdf:type owl:Class ;
             rdfs:subClassOf :Process ;
             rdfs:label "Dispatching"@en ,
                        "Entrega"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DisplayCase
:DisplayCase rdf:type owl:Class ;
             rdfs:subClassOf :Shelf ;
             rdfs:comment "A piece of furniture with shelves to display things."@en ;
             rdfs:label "Display cases"@en ,
                        "Vitrinas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Distribution
:Distribution rdf:type owl:Class ;
              rdfs:subClassOf :Service ;
              rdfs:label "Distribución"@es ,
                         "Distribution"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Distributor
:Distributor rdf:type owl:Class ;
             rdfs:subClassOf :ServiceProvider ;
             rdfs:label "Distribuidor"@es ,
                        "Distributor"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Divan
:Divan rdf:type owl:Class ;
       rdfs:subClassOf :Sofa ;
       rdfs:comment "A long low seat usually without a back or arms."@en ;
       rdfs:label "Divan"@en ,
                  "Diván"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DockBuffer
:DockBuffer rdf:type owl:Class ;
            rdfs:subClassOf :IndustrialProtectionElement ;
            rdfs:label "Dock buffers"@en ,
                       "Protectores para muelle de carga"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DockGate
:DockGate rdf:type owl:Class ;
          rdfs:subClassOf :IndustrialProtectionElement ;
          rdfs:label "Dock gates"@en ,
                     "Puerta de muelle de carga"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DogParkEquipment
:DogParkEquipment rdf:type owl:Class ;
                  rdfs:subClassOf :OutdoorEquipment ;
                  rdfs:comment "Equipment designed for an enclosed area in a city, where domestic dogs can be brought to exercise and interact."@en ;
                  rdfs:label "Dog park equipment"@en ,
                             "Equipamiento de parque para perros"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DomesticChair
:DomesticChair rdf:type owl:Class ;
               rdfs:subClassOf :Chair ;
               rdfs:comment "A chair that is designed for domestic use."@en ;
               rdfs:label "Domestic chairs"@en ,
                          "Sillas de hogar"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DomesticTable
:DomesticTable rdf:type owl:Class ;
               rdfs:subClassOf :Table ;
               rdfs:comment "A table to be used at home (indoors)."@en ;
               rdfs:label "Domestic tables"@en ,
                          "Mesas de hogar"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Door
:Door rdf:type owl:Class ;
      rdfs:subClassOf :PieceOfFurniture ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty :hasVerticalSurface ;
                        owl:allValuesFrom :VerticalSurface
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty :hasVerticalSurface ;
                        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                        owl:onClass :VerticalSurface
                      ] ;
      rdfs:comment "A flat movable barrier that is fitted into and closes the entrance to a building, room, cupboard, car, etc."@en ;
      rdfs:label "Doors"@en ,
                 "Puertas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DoorStopper
:DoorStopper rdf:type owl:Class ;
             rdfs:subClassOf :MixedUseAccessory ;
             rdfs:comment "An object or device used to hold a door open or closed, or to prevent a door from opening too widely,"@en ;
             rdfs:label "Door stoppers"@en ,
                        "Topes de puerta"@es ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Door stops"@en ,
                                                            "Door wedges"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Doorframe
:Doorframe rdf:type owl:Class ;
           rdfs:subClassOf :Frame ;
           rdfs:comment "The rectangular frame that surrounds an opening into which a door fits."@en ;
           rdfs:label "Door frames"@en ,
                      "Marcos de puerta"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DoorsAndWindowsProducer
:DoorsAndWindowsProducer rdf:type owl:Class ;
                         rdfs:subClassOf :Manufacturer ;
                         rdfs:label "Doors / Windows"@en ,
                                    "Puertas / Ventanas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DoubleBass
:DoubleBass rdf:type owl:Class ;
            rdfs:subClassOf :StringedInstrument ;
            rdfs:comment "The largest instrument of the violin family, having three or, usually, four strings, rested vertically on the floor when played."@en ;
            rdfs:label "Contrabajos"@es ,
                       "Double basses"@en ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Contrabasses"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DoubleBedroomComposition
:DoubleBedroomComposition rdf:type owl:Class ;
                          rdfs:subClassOf :FurnitureComposition ;
                          rdfs:comment "A combination of furniture items to furnish a room used by more than one people for sleeping in."@en ;
                          rdfs:label "Dormitorio de matrimonio"@es ,
                                     "Double bedroom"@en ;
                          <http://www.w3.org/2004/02/skos/core#altLabel> "Dormitorio doble"@es ,
                                                                         "Twin bedroom"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DoubleBladeMitreSaw
:DoubleBladeMitreSaw rdf:type owl:Class ;
                     rdfs:subClassOf :ManualMachine ;
                     rdfs:label "Double blade mitre saw"@en ,
                                "Tronzadora de dos cabezales"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DoubleEdgeBander
:DoubleEdgeBander rdf:type owl:Class ;
                  rdfs:subClassOf :SemiautomaticMachine ;
                  rdfs:label "Canteadora doble"@es ,
                             "Double edge bander"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DoubleHeadTenoning
:DoubleHeadTenoning rdf:type owl:Class ;
                    rdfs:subClassOf :SemiautomaticMachine ;
                    rdfs:label "Double head tenoning"@en ,
                               "Espigadora de doble cabezal"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DoubleHeadTenoningWithSupply
:DoubleHeadTenoningWithSupply rdf:type owl:Class ;
                              rdfs:subClassOf :SemiautomaticMachine ;
                              rdfs:label "Double head tenoning with supply"@en ,
                                         "Espigadora de doble cabezal con alimentación"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DoubleRollFormingMachine
:DoubleRollFormingMachine rdf:type owl:Class ;
                          rdfs:subClassOf :SemiautomaticMachine ;
                          rdfs:label "Double roll forming machine"@en ,
                                     "Perfiladora doble"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DoubleSideSanding
:DoubleSideSanding rdf:type owl:Class ;
                   owl:equivalentClass [ rdf:type owl:Restriction ;
                                         owl:onProperty :isPerformedBy ;
                                         owl:someValuesFrom :DualActionSander
                                       ] ;
                   rdfs:subClassOf :SurfacePreparation ;
                   rdfs:label "Double side sanding"@en ,
                              "Lijado dos caras"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DoubleSpindleMoulder
:DoubleSpindleMoulder rdf:type owl:Class ;
                      rdfs:subClassOf :SemiautomaticMachine ;
                      rdfs:label "Double spindle moulder"@en ,
                                 "Tupí doble"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DoubleSpindleMoulderWithReturn
:DoubleSpindleMoulderWithReturn rdf:type owl:Class ;
                                rdfs:subClassOf :SemiautomaticMachine ;
                                rdfs:label "Double spindler moulder with return"@en ,
                                           "Tupí doble con retorno"@es ;
                                <http://www.w3.org/2004/02/skos/core#altLabel> "Copying and shaping sanding machine"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DowelPin
:DowelPin rdf:type owl:Class ;
          rdfs:subClassOf :BasicAssemblyHardware ;
          rdfs:comment "A wooden or metal peg that fits into two corresponding holes to join two adjacent parts."@en ;
          rdfs:label "Dowel pins"@en ,
                     "Pasadores"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Drawer
:Drawer rdf:type owl:Class ;
        rdfs:subClassOf :Component ;
        rdfs:comment "A container, similar to a box, with one or more handles but no lid, that slides in and out of a piece of furniture."@en ;
        rdfs:label "Cajones"@es ,
                   "Drawers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DrawingTable
:DrawingTable rdf:type owl:Class ;
              rdfs:subClassOf :OfficeTable ;
              rdfs:comment "A drawing table usually has a top that can be tilted for making large or technical drawing. It might have a ruler or similar element integrated. If often has a surface adjustable for elevation and angle of incline to facilitate working with technical or architectural drawings."@en ;
              rdfs:label "Drawing tables"@en ,
                         "Mesas de dibujo"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Dresser
:Dresser rdf:type owl:Class ;
         rdfs:subClassOf :ChestOfDrawers ;
         rdfs:comment "A piece of bedroom furniture with a mirror and drawers."@en ;
         rdfs:label "Dressers"@en ,
                    "Tocadores"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Drilling
:Drilling rdf:type owl:Class ;
          owl:equivalentClass [ rdf:type owl:Restriction ;
                                owl:onProperty :isPerformedBy ;
                                owl:someValuesFrom [ rdf:type owl:Class ;
                                                     owl:unionOf ( :DrillingMachineWithMultipleHeads
                                                                   :DrillingMachineWithMultipleHeadsFeederAndDownloading
                                                                   :MultipleDrill
                                                                   :NumericalControlDrillingMachineWithMultipleHeadsFeederAndDownloading
                                                                   :SimpleDrill
                                                                 )
                                                   ]
                              ] ;
          rdfs:subClassOf :MachiningOperation ;
          rdfs:label "Drilling"@en ,
                     "Taladrado"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DrillingMachineWithMultipleHeads
:DrillingMachineWithMultipleHeads rdf:type owl:Class ;
                                  rdfs:subClassOf :SemiautomaticMachine ;
                                  rdfs:label "Drilling machine with multiple heads"@en ,
                                             "Taladradora de múltiples cabezales"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DrillingMachineWithMultipleHeadsFeederAndDownloading
:DrillingMachineWithMultipleHeadsFeederAndDownloading rdf:type owl:Class ;
                                                      rdfs:subClassOf :SemiautomaticMachine ;
                                                      rdfs:label "Drilling machine with multiple heads, feeder and downloading"@en ,
                                                                 "Taladradora de múltiples cabezales con alimentador y descarga"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Drum
:Drum rdf:type owl:Class ;
      rdfs:subClassOf :PercussionInstrument ;
      rdfs:comment "A musical instrument made of a hollow round frame with plastic or skin stretched tightly across one or both ends. It is played by hitting it with sticks or with the hands."@en ;
      rdfs:label "Drums"@en ,
                 "Tambores"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DrumPress
:DrumPress rdf:type owl:Class ;
           rdfs:subClassOf :SemiautomaticMachine ;
           rdfs:label "Drum press"@en ,
                      "Prensa de tambor"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Drumstick
:Drumstick rdf:type owl:Class ;
           rdfs:subClassOf :MusicalAccessory ;
           rdfs:comment "A stick used for playing a drum."@en ;
           rdfs:label "Baquetas"@es ,
                      "Drumsticks"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DryFilterApplicationCabin
:DryFilterApplicationCabin rdf:type owl:Class ;
                           owl:equivalentClass [ rdf:type owl:Restriction ;
                                                 owl:onProperty :employs ;
                                                 owl:someValuesFrom :DryFilterDrying
                                               ] ;
                           rdfs:subClassOf :DryingTunnel ;
                           rdfs:label "Cabina de aplicación de filtro seco"@es ,
                                      "Dry filter application cabin"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DryFilterDrying
:DryFilterDrying rdf:type owl:Class ;
                 rdfs:subClassOf :Technique ;
                 rdfs:label "Dry filter drying"@en ,
                            "Secado por filtro seco"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Dryer
:Dryer rdf:type owl:Class ;
       rdfs:subClassOf :HouseholdAppliance ;
       rdfs:comment "A powered household appliance that is used to remove moisture from a load of clothing, bedding and other textiles, usually shortly after they are washed in a washing machine."@en ,
                    "Un electrodoméstico utilizado para eliminar la humedad de las prendas, ropa de cama y otros textiles, normalmente de forma inmediata después de haber sido lavadas."@es ;
       rdfs:label "Dryers"@en ,
                  "Secadoras"@es ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Tumble dryers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Drying
:Drying rdf:type owl:Class ;
        owl:equivalentClass [ rdf:type owl:Restriction ;
                              owl:onProperty :isPerformedBy ;
                              owl:someValuesFrom [ rdf:type owl:Class ;
                                                   owl:unionOf ( :DryingTunnel
                                                                 :HotAirDryingTunnel
                                                               )
                                                 ]
                            ] ;
        rdfs:subClassOf :Finishing ;
        rdfs:label "Drying"@en ,
                   "Secado"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DryingRack
:DryingRack rdf:type owl:Class ;
            rdfs:subClassOf :Rack ;
            rdfs:comment "A device intended for hanging clothing to dry. Usually constructed from wood or metal, there are many types of drying racks, including large, stationary outdoor racks, smaller, folding portable racks, and wall wounted drying racks. A drying rack is similar in usage and function to a clothes line."@en ;
            rdfs:label "Drying racks"@en ,
                       "Tendederos"@es ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Clothes horses"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DryingTunnel
:DryingTunnel rdf:type owl:Class ;
              rdfs:subClassOf :AutomaticMachine ;
              rdfs:label "Drying tunnel"@en ,
                         "Túnel de secado"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DualActionSander
:DualActionSander rdf:type owl:Class ;
                  rdfs:subClassOf :AutomaticMachine ;
                  rdfs:label "Dual action sandler"@en ,
                             "Lijadora doble"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Duvet
:Duvet rdf:type owl:Class ;
       rdfs:subClassOf :BedLinen ;
       rdfs:comment "A style of comforter, often filled with down, having a slipcover and used in place of a top sheet and blankets . In Spanish, a distinction is often made between the concepts \"Edredón\" and \"Nórdico\" inside the \"Duvet\" class. \"Nórdico\" is a Duvet with no filling or cover."@en ,
                    "Un estilo de edredón, a menudo relleno de plumas, que tiene una funda y se usa en lugar de una sábana superior y mantas. En Español, a menudo se distingue entre los conceptos \"Edredón\" y \"Nórdico\" dentro de la clase \"Duvet\". \"Nórdico\" puede considerarse un \"Edredón\" sin relleno o funda."@es ;
       rdfs:label "Duvets"@en ,
                  "Edredones"@es ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Nórdicos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DuvetCover
:DuvetCover rdf:type owl:Class ;
            rdfs:subClassOf :BedLinen ;
            rdfs:comment "The baglike cover into which the duvet is placed when you make a bed and which often makes a top sheet unnecessary."@en ;
            rdfs:label "Duvet covers"@en ,
                       "Fundas de edredón"@es ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Fundas nórdicas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Dye
:Dye rdf:type owl:Class ;
     rdfs:subClassOf :CoatingSubstance ,
                     [ rdf:type owl:Restriction ;
                       owl:onProperty :isSolventBased ;
                       owl:someValuesFrom xsd:boolean
                     ] ,
                     [ rdf:type owl:Restriction ;
                       owl:onProperty :isWaterBased ;
                       owl:someValuesFrom xsd:boolean
                     ] ;
     rdfs:comment "A dye is a colored substance that has an affinity to the substrate to which it is being applied. The dye is generally applied in an aqueous solution, and may require a mordant to improve the fastness of the dye on the fiber."@en ;
     rdfs:label "Dyes"@en ,
                "Tintes"@es ;
     <http://www.w3.org/2004/02/skos/core#altLabel> "Tints"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Easel
:Easel rdf:type owl:Class ;
       rdfs:subClassOf :Rack ;
       rdfs:comment "A wooden frame that supports a picture which an artist is painting or drawing."@en ;
       rdfs:label "Caballetes"@es ,
                  "Easels"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#EdgeBand
:EdgeBand rdf:type owl:Class ;
          rdfs:subClassOf :LaminatedCoatingMaterial ;
          rdfs:label "Cantos"@es ,
                     "Edge bands"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#EdgeBander
:EdgeBander rdf:type owl:Class ;
            rdfs:subClassOf :SemiautomaticMachine ;
            rdfs:label "Canteadora"@es ,
                       "Edge bander"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#EdgeBanderWithAutomaticDragging
:EdgeBanderWithAutomaticDragging rdf:type owl:Class ;
                                 rdfs:subClassOf :SemiautomaticMachine ;
                                 rdfs:label "Canteadora con arrastre automático"@es ,
                                            "Edge bander with automatic dragging"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#EdgeBanderWithManualDragging
:EdgeBanderWithManualDragging rdf:type owl:Class ;
                              rdfs:subClassOf :ManualMachine ;
                              rdfs:label "Chapadora de arrastre manual"@es ,
                                         "Edge bander with nanual dragging"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#EdgeBoardPreparation
:EdgeBoardPreparation rdf:type owl:Class ;
                      owl:equivalentClass [ rdf:type owl:Restriction ;
                                            owl:onProperty :isPerformedBy ;
                                            owl:someValuesFrom [ rdf:type owl:Class ;
                                                                 owl:unionOf ( :CircularRotatingSawFourEdgesWithFeedingAndStacker
                                                                               :CircularSawForDoubleEdgeWithCart
                                                                               :CircularSawForDoubleEdgeWithFeedingAndStacker
                                                                             )
                                                               ]
                                          ] ;
                      rdfs:subClassOf :BoardPreparation ;
                      rdfs:label "Edge board preparation"@en ,
                                 "Saneado de bordes de tablero"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#EdgeSanding
:EdgeSanding rdf:type owl:Class ;
             owl:equivalentClass [ rdf:type owl:Restriction ;
                                   owl:onProperty :isPerformedBy ;
                                   owl:someValuesFrom :SandingMachineForEdges
                                 ] ;
             rdfs:subClassOf :SurfacePreparation ;
             rdfs:label "Edge sanding"@en ,
                        "Lijado de cantos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#EdgeShaping
:EdgeShaping rdf:type owl:Class ;
             owl:equivalentClass [ rdf:type owl:Restriction ;
                                   owl:onProperty :isPerformedBy ;
                                   owl:someValuesFrom [ rdf:type owl:Class ;
                                                        owl:unionOf ( :CircularTableSawWithManualThrust
                                                                      :DoubleRollFormingMachine
                                                                      :SingleRollFormingMachine
                                                                    )
                                                      ]
                                 ] ;
             rdfs:subClassOf :BoardPreparation ;
             rdfs:label "Edge shaping"@en ,
                        "Perfilado de cantos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ElastomerPlastic
:ElastomerPlastic rdf:type owl:Class ;
                  rdfs:subClassOf :PlasticMaterial ;
                  rdfs:label "Elastomer plastics"@en ,
                             "Plásticos elastómeros"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ElectricStacker
:ElectricStacker rdf:type owl:Class ;
                 rdfs:subClassOf :ManualMachine ;
                 rdfs:label "Apilador eléctrico"@es ,
                            "Electric stacker"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ElectricStapler
:ElectricStapler rdf:type owl:Class ;
                 rdfs:subClassOf :ManualMachine ;
                 rdfs:label "Electric stapler"@en ,
                            "Grapadora eléctrica"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ElectricStove
:ElectricStove rdf:type owl:Class ;
               rdfs:subClassOf :HouseholdAppliance ;
               rdfs:comment "A device that converts electrical energy into heat, providing a warm environment."@en ;
               rdfs:label "Electric stoves"@en ,
                          "Estufas eléctricas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ElectricalInstallationService
:ElectricalInstallationService rdf:type owl:Class ;
                               rdfs:subClassOf :InstallationService ;
                               rdfs:label "Electrical installation"@en ,
                                          "Instalación eléctrica"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ElectronicComponentsProducer
:ElectronicComponentsProducer rdf:type owl:Class ;
                              rdfs:subClassOf :MaterialSupplier ;
                              rdfs:label "Componentes Electrónicos"@es ,
                                         "Electronic Components"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ElectrostaticApplicationGun
:ElectrostaticApplicationGun rdf:type owl:Class ;
                             rdfs:subClassOf :SprayApplicationGun ;
                             rdfs:label "Electrostatic application gun"@en ,
                                        "Pistola de aplicación electrostática"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#EndGrainPreparation
:EndGrainPreparation rdf:type owl:Class ;
                     owl:equivalentClass [ rdf:type owl:Restriction ;
                                           owl:onProperty :isPerformedBy ;
                                           owl:someValuesFrom [ rdf:type owl:Class ;
                                                                owl:unionOf ( :AngularRollFormingMachine
                                                                              :DoubleRollFormingMachine
                                                                            )
                                                              ]
                                         ] ;
                     rdfs:subClassOf :BoardPreparation ;
                     rdfs:label "End grain preparation"@en ,
                                "Perfilado de testas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#EndTable
:EndTable rdf:type owl:Class ;
          rdfs:subClassOf :DomesticTable ;
          rdfs:comment "A small table typically placed beside couches or armchairs. Often lamps will be placed on it."@en ;
          rdfs:label "End tables"@en ,
                     "Mesas auxiliares"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#EngineeringCompany
:EngineeringCompany rdf:type owl:Class ;
                    rdfs:subClassOf :ServiceProvider ;
                    rdfs:label "Engineering"@en ,
                               "Ingenieria"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#EngineeringService
:EngineeringService rdf:type owl:Class ;
                    rdfs:subClassOf :Service ;
                    rdfs:label "Engineering service"@en ,
                               "Servicio de ingeniería"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#EpoxyResin
:EpoxyResin rdf:type owl:Class ;
            rdfs:subClassOf :Adhesive ;
            rdfs:label "EPOXI resins"@en ,
                       "Resinas EPOXI"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ExpandedPolystyrene
:ExpandedPolystyrene rdf:type owl:Class ;
                     rdfs:subClassOf :ThermosetPlastic ;
                     rdfs:label "EPS (expanded polystyrene)"@en ,
                                "EPS (poliestireno expandido)"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ExtensionLadder
:ExtensionLadder rdf:type owl:Class ;
                 rdfs:subClassOf :Ladder ;
                 rdfs:comment "A fixed ladder divided into two or more lengths for more convenient storage; the lengths can be slid together for storage or slid apart to maximise the length of the ladder; a pulley system may be fitted so that the ladder can be easily extended by an operator on the ground then locked in place using the dogs and pawls."@en ;
                 rdfs:label "Escaleras de extensión"@es ,
                            "Extension ladders"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FacilityCleaning
:FacilityCleaning rdf:type owl:Class ;
                  rdfs:subClassOf :Service ;
                  rdfs:label "Facility cleaning"@en ,
                             "Limpieza de instalaciones"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FacilityMaintenance
:FacilityMaintenance rdf:type owl:Class ;
                     rdfs:subClassOf :Service ;
                     rdfs:label "Facility maintenance"@en ,
                                "Mantenimiento de instalaciones"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FalseDoor
:FalseDoor rdf:type owl:Class ;
           rdfs:subClassOf :Door ;
           rdfs:comment "A wall decoration that looks like a door."@en ;
           rdfs:label "False doors"@en ,
                      "Puertas falsas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Felt
:Felt rdf:type owl:Class ;
      rdfs:subClassOf :MixedUseAccessory ;
      rdfs:comment "A thick cloth made from wool or other fibres packed tightly together."@en ;
      rdfs:label "Felts"@en ,
                 "Fieltros"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FibreBoard
:FibreBoard rdf:type owl:Class ;
            rdfs:subClassOf :WoodenBoard ;
            rdfs:comment "Type of inexpensive material use to make furniture, made with corrigated fibres, is light in weight, yet strong and durable."@en ;
            rdfs:label "Fibre boards"@en ,
                       "Tableros de fibra"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FibreglassReinforcedPolyester
:FibreglassReinforcedPolyester rdf:type owl:Class ;
                               rdfs:subClassOf :ThermosetPlastic ;
                               rdfs:label "Fibreglass reinforced polyester"@en ,
                                          "Poliéster reforzado con fibra de vidrio"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FibreglassReinforcedPolypropylene
:FibreglassReinforcedPolypropylene rdf:type owl:Class ;
                                   rdfs:subClassOf :Thermoplastic ;
                                   rdfs:label "Fibreglass reinforced PP (polypropylene)"@en ,
                                              "PP (polipropileno) con fibra de vidrio"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FilingCabinet
:FilingCabinet rdf:type owl:Class ;
               rdfs:subClassOf :Cabinet ;
               rdfs:comment "A piece of office furniture with deep drawers for storing files, cards, etc."@en ;
               rdfs:label "Archivadores"@es ,
                          "Filing cabinets"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FilmBaler
:FilmBaler rdf:type owl:Class ;
           owl:equivalentClass [ rdf:type owl:Restriction ;
                                 owl:onProperty :employs ;
                                 owl:someValuesFrom :HotShrinkingPackaging
                               ] ;
           rdfs:subClassOf :AutomaticMachine ;
           rdfs:label "Embaladora de film"@es ,
                      "Film baler"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Finishing
:Finishing rdf:type owl:Class ;
           rdfs:subClassOf :Process ;
           rdfs:label "Acabado"@es ,
                      "Finishing"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FireExtinguiser
:FireExtinguiser rdf:type owl:Class ;
                 rdfs:subClassOf :SafetyEquipment ;
                 rdfs:label "Extintores de incendios"@es ,
                            "Fire extinguisers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FirstProcessing
:FirstProcessing rdf:type owl:Class ;
                 rdfs:subClassOf :Process ;
                 rdfs:label "First processing"@en ,
                            "Primera transformación"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FittedCarpet
:FittedCarpet rdf:type owl:Class ;
              rdfs:subClassOf :Carpet ;
              rdfs:comment "A carpet that has been cut, sewn, or otherwise adapted to cover a floor completely."@en ;
              rdfs:label "Fitted carpets"@en ,
                         "Moquetas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Fitting
:Fitting rdf:type owl:Class ;
         rdfs:subClassOf :AssemblyHardware ;
         rdfs:comment "A small part on or attached to a piece of furniture or equipment, usually on iron."@en ;
         rdfs:label "Fittings"@en ,
                    "Herrajes"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FittingProducer
:FittingProducer rdf:type owl:Class ;
                 rdfs:subClassOf :MaterialSupplier ;
                 rdfs:label "Fitting"@en ,
                            "Herrajes"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FixedLadder
:FixedLadder rdf:type owl:Class ;
             rdfs:subClassOf :Ladder ;
             rdfs:comment "A vertical ladder mounted permanently to a structure. This is primarily used to access roofs or other structures for industrial purposes."@en ;
             rdfs:label "Escaleras fijas"@es ,
                        "Fixed ladders"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Flange
:Flange rdf:type owl:Class ;
        rdfs:subClassOf :RetentionPackaging ;
        rdfs:comment "A toothed strip of plastic or metal, non-retractable once hooked, that allows tying, joining or immobilizing."@en ,
                     "Una tira dentada de plástico o de metal, no retráctil una vez enganchada, que permite atar, unir o inmovilizar."@es ;
        rdfs:label "Bridas"@es ,
                   "Flanges"@en ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Clamps"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FlaxFibre
:FlaxFibre rdf:type owl:Class ;
           rdfs:subClassOf :NaturalFibre ;
           rdfs:label "Fibra de lino"@es ,
                      "Flax fibre"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Floodlight
:Floodlight rdf:type owl:Class ;
            rdfs:subClassOf :Lighting ;
            rdfs:comment "A large powerful light that produces a wide beam."@en ;
            rdfs:label "Floodlights"@en ,
                       "Focos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FloorCovering
:FloorCovering rdf:type owl:Class ;
               rdfs:subClassOf :FlooringAndCoating ;
               rdfs:comment "A solid layer over the floor joists that provides a solid, flat surface for the floor and makes the floor stronger and more rigid to support furniture and people."@en ;
               rdfs:label "Floor covering"@en ,
                          "Revestimiento de suelos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FloorLamp
:FloorLamp rdf:type owl:Class ;
           rdfs:subClassOf :Lighting ;
           rdfs:comment "An electric light supported by a tall pole that is attached to a base that rests on the floor of a room."@en ;
           rdfs:label "Floor lamps"@en ,
                      "Lámparas de pie"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FlooringAndCoating
:FlooringAndCoating rdf:type owl:Class ;
                    rdfs:subClassOf :BuildingElement ;
                    rdfs:comment "A material that is used to make the floor of a room or coat over a surface."@en ;
                    rdfs:label "Floorings and coatings"@en ,
                               "Suelos y revestimientos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Flowerpot
:Flowerpot rdf:type owl:Class ;
           rdfs:subClassOf :DecorationElement ;
           rdfs:comment "A small, round container made of plastic or clay for growing a single plant in."@en ;
           rdfs:label "Flowerpots"@en ,
                      "Macetas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FlushDoor
:FlushDoor rdf:type owl:Class ;
           rdfs:subClassOf :Door ;
           rdfs:comment "A completely smooth, panelled door, having plywood or MDF fixed over a light timber frame, the hollow parts of which are often filled with a cardboard core material. Flush doors are most commonly employed in the interior of a dwelling, although slightly more substantial versions are occasionally used as exterior doors, especially within hotels and other buildings containing many independent dwellings."@en ;
           rdfs:label "Flush doors"@en ,
                      "Puertas rasantes"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Flute
:Flute rdf:type owl:Class ;
       rdfs:subClassOf :WoodwindInstrument ;
       rdfs:comment "A wind instrument consisting of an open cylindrical tube having holes in the side stopped either by the fingers or by pads controlled by keys."@en ;
       rdfs:label "Flautas"@es ,
                  "Flutes"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FoamBonding
:FoamBonding rdf:type owl:Class ;
             rdfs:subClassOf :Upholstering ;
             rdfs:comment "This is usually a manual process in which the operator applies the adhesive with a spray gun or a brush. Then the foam is placed manually."@en ;
             rdfs:label "Foam bonding"@en ,
                        "Pegado de espuma"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FoamCutting
:FoamCutting rdf:type owl:Class ;
             owl:equivalentClass [ rdf:type owl:Restriction ;
                                   owl:onProperty :isPerformedBy ;
                                   owl:someValuesFrom [ rdf:type owl:Class ;
                                                        owl:unionOf ( :AutomaticVerticalFoamCuttingMachine
                                                                      :BandKnifeMachine
                                                                      :CNCHotWireFoamCuttingMachine
                                                                      :CNCRouterSystemForMachiningFoam
                                                                      :PortableFoamCuttingMachine
                                                                    )
                                                      ]
                                 ] ;
             rdfs:subClassOf :Upholstering ;
             rdfs:label "Corte de espuma"@es ,
                        "Foam cutting"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FoamMattress
:FoamMattress rdf:type owl:Class ;
              rdfs:subClassOf :Mattress ;
              rdfs:comment "A mattress made from one or more layers of foam."@en ;
              rdfs:label "Colchones de espuma"@es ,
                         "Foam mattresses"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FoamProducer
:FoamProducer rdf:type owl:Class ;
              rdfs:subClassOf :MaterialSupplier ;
              rdfs:label "Espuma"@es ,
                         "Foam"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FoldingBed
:FoldingBed rdf:type owl:Class ;
            rdfs:subClassOf :Bed ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty :hasBase ;
                              owl:someValuesFrom :BedBase
                            ] ;
            rdfs:comment "A bed that can be risen or lowered down, and that has the appearence of a cupboard when it is risen."@en ;
            rdfs:label "Camas plegables"@es ,
                       "Folding beds"@en ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Foldaway beds"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Footrest
:Footrest rdf:type owl:Class ;
          rdfs:subClassOf :MixedUseAccessory ;
          rdfs:comment "A board of wood or metal with a support in a way that forms an inclination angle. It is placed under the tables in order to put the feet on and have a more ergonomic posture."@en ;
          rdfs:label "Footrests"@en ,
                     "Reposapiés"@es ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "Footstools"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FormaldehydeAdhesive
:FormaldehydeAdhesive rdf:type owl:Class ;
                      rdfs:subClassOf :Adhesive ;
                      rdfs:label "Adhesivos con formaldehído"@es ,
                                 "Formaldehyde adhesives"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FourSideSander
:FourSideSander rdf:type owl:Class ;
                rdfs:subClassOf :SemiautomaticMachine ;
                rdfs:label "Four-side sander"@en ,
                           "Lijadora de cuatro caras"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FourSidesSanding
:FourSidesSanding rdf:type owl:Class ;
                  owl:equivalentClass [ rdf:type owl:Restriction ;
                                        owl:onProperty :isPerformedBy ;
                                        owl:someValuesFrom :FourSideSander
                                      ] ;
                  rdfs:subClassOf :SurfacePreparation ;
                  rdfs:label "Four sides sanding"@en ,
                             "Lijado cuatro caras"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Frame
:Frame rdf:type owl:Class ;
       rdfs:subClassOf :Component ;
       rdfs:comment "The rigid structure of a piece of furniture which makes its shape and forms a support for its parts."@en ;
       rdfs:label "Frames"@en ,
                  "Marcos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FrameTableBase
:FrameTableBase rdf:type owl:Class ;
                rdfs:subClassOf :Base ;
                rdfs:comment "The part of the table that connects the legs to the tabletop. This must be strong and durable to support the weight of the table and the contents placed on it."@en ;
                rdfs:label "Bases de mesa"@es ,
                           "Frame table bases"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FrenchDoor
:FrenchDoor rdf:type owl:Class ;
            rdfs:subClassOf :Door ;
            rdfs:comment "Also called a French window, is a door that has multiple windows (\"lights\") set into it, the full length of the door. Traditional French doors are assembled from individual small pieces of glass and mullions."@en ;
            rdfs:label "French doors"@en ,
                       "Ventanas francesas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FryingPan
:FryingPan rdf:type owl:Class ;
           rdfs:subClassOf :KitchenAccessory ;
           rdfs:comment "A large shallow pan with a long handle, used for frying food in."@en ;
           rdfs:label "Frying pans"@en ,
                      "Sartenes"@es ;
           <http://www.w3.org/2004/02/skos/core#altLabel> "Skillets"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FumeCupboard
:FumeCupboard rdf:type owl:Class ;
              rdfs:subClassOf :KitchenAccessory ;
              rdfs:comment "An extraction system used for capturing and removing toxic dust, fumes, aerosol and vapours to minimise exposure to a safe level. It is most commonly found in laboratories, where such substances are handled."@en ;
              rdfs:label "Fume cupboards"@en ,
                         "Vitrinas de aspiración"@es ;
              <http://www.w3.org/2004/02/skos/core#altLabel> "Fume cabinets"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Funnel
:Funnel rdf:type owl:Class ;
        rdfs:subClassOf :Tool ;
        rdfs:label "Embudos"@es ,
                   "Funnels"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Furnishing
:Furnishing rdf:type owl:Class ;
            rdfs:subClassOf :Process ;
            rdfs:comment "To provide something with furniture; to put furniture in a place."@en ;
            rdfs:label "Amueblamiento"@es ,
                       "Furnishing"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Furniture
:Furniture rdf:type owl:Class ;
           rdfs:subClassOf :Product ;
           rdfs:comment "Movable articles, eg tables, chairs or beds, put into a house or an office to make it suitable for living or working in."@en ;
           rdfs:label "Furniture"@en ,
                      "Mobiliario"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FurnitureAccessory
:FurnitureAccessory rdf:type owl:Class ;
                    rdfs:subClassOf :Furniture ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :hasMaterial ;
                                      owl:someValuesFrom :Material
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :hasMaterial ;
                                      owl:allValuesFrom :Material
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :hasPrice ;
                                      owl:allValuesFrom :Price
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :hasColour ;
                                      owl:someValuesFrom xsd:string
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :hasDescriptionOfMaterials ;
                                      owl:someValuesFrom xsd:string
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :holdsCertification ;
                                      owl:someValuesFrom xsd:string
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :isFoldable ;
                                      owl:someValuesFrom xsd:boolean
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty :isStackable ;
                                      owl:someValuesFrom xsd:boolean
                                    ] ;
                    rdfs:comment "An element or piece of something that can be useful or added as decoration element, but it is not essential."@en ;
                    rdfs:label "Complementos del mueble"@es ,
                               "Furniture accessories"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FurnitureAssembly
:FurnitureAssembly rdf:type owl:Class ;
                   rdfs:subClassOf :Service ;
                   rdfs:label "Furniture assembly"@en ,
                              "Montaje de muebles"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FurnitureComposition
:FurnitureComposition rdf:type owl:Class ;
                      owl:equivalentClass [ owl:intersectionOf ( :Furniture
                                                                 [ rdf:type owl:Restriction ;
                                                                   owl:onProperty :isComposedBy ;
                                                                   owl:someValuesFrom :PieceOfFurniture
                                                                 ]
                                                               ) ;
                                            rdf:type owl:Class
                                          ] ;
                      rdfs:subClassOf :Furniture ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty :hasDescriptionOfMaterials ;
                                        owl:someValuesFrom xsd:string
                                      ] ;
                      rdfs:comment "A combination of furniture items to furnish an environment."@en ,
                                   "Partes o elementos de los que se compone algo."@es ;
                      rdfs:label "Composiciones de mobiliario"@es ,
                                 "Furniture compositions"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FurnitureCornice
:FurnitureCornice rdf:type owl:Class ;
                  rdfs:subClassOf :Component ;
                  rdfs:comment "A molding that crowns a pedestal, a piece of furniture, a building, etc."@en ;
                  rdfs:label "Cornisas para muebles"@es ,
                             "Furniture cornices"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FurnitureCrest
:FurnitureCrest rdf:type owl:Class ;
                rdfs:subClassOf :Component ;
                rdfs:comment "A piece that is placed on top of a countertop next to the wall. It is used to finish the work surface so that it fits against the wall or kitchen cabinets."@en ;
                rdfs:label "Copetes"@es ,
                           "Crests"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FurnitureInstaller
:FurnitureInstaller rdf:type owl:Class ;
                    rdfs:subClassOf :ServiceProvider ;
                    rdfs:label "Furniture Installer"@en ,
                               "Instalador de Muebles"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FutonBed
:FutonBed rdf:type owl:Class ;
          rdfs:subClassOf :Bed ;
          rdfs:comment "A traditional Japanese bedding consisting of a padded mattress, a quilt, and a pillow filled with beans."@en ;
          rdfs:label "Camas futon"@es ,
                     "Futon beds"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GamesTable
:GamesTable rdf:type owl:Class ;
            rdfs:subClassOf :Table ;
            rdfs:comment "A table used to play games."@en ;
            rdfs:label "Games tables"@en ,
                       "Mesas de juego"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GarbageBin
:GarbageBin rdf:type owl:Class ;
            rdfs:subClassOf :WasteContainer ;
            rdfs:comment "A container for household rubbish."@en ;
            rdfs:label "Cubos de basura"@es ,
                       "Garbage bins"@en ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Dust bins"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GardenBench
:GardenBench rdf:type owl:Class ;
             rdfs:subClassOf :Bench ;
             rdfs:comment "A garden bench is very similar to a public park bench, but the former offer usually only two or three seats, the latter mostly up to five persons sitting places. In addition, a garden benches may be not fixed at floor."@en ;
             rdfs:label "Bancos de jardín"@es ,
                        "Garden benches"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GardenChair
:GardenChair rdf:type owl:Class ;
             rdfs:subClassOf :OutdoorChair ;
             rdfs:comment "A light chair made to be used outside."@en ;
             rdfs:label "Garden chairs"@en ,
                        "Sillas de jardín"@es ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Lawn chairs"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GardenDoor
:GardenDoor rdf:type owl:Class ;
            rdfs:subClassOf :Door ;
            rdfs:comment "Any door that opens to a garden or backyard."@en ;
            rdfs:label "Garden doors"@en ,
                       "Puertas de jardín"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GardenTable
:GardenTable rdf:type owl:Class ;
             rdfs:subClassOf :OutdoorTable ;
             owl:disjointWith :PicnicTable ;
             rdfs:comment "A table to be used in gardens or for camping. Very often,  garden tables are entirely foldable for easy transport."@en ;
             rdfs:label "Garden tables"@en ,
                        "Mesas de jardín"@es ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Camping tables"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Gate
:Gate rdf:type owl:Class ;
      rdfs:subClassOf :IndustrialProtectionElement ;
      rdfs:label "Gates"@en ,
                 "Puertas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Gilder
:Gilder rdf:type owl:Class ;
        rdfs:subClassOf :Tool ;
        rdfs:label "Doradores"@es ,
                   "Gilders"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Glass
:Glass rdf:type owl:Class ;
       rdfs:subClassOf :KitchenAccessory ;
       rdfs:comment "A container made out of glass and used for cold drinks."@en ;
       rdfs:label "Glasses"@en ,
                  "Vasos"@es ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Copas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GlassMaterial
:GlassMaterial rdf:type owl:Class ;
               rdfs:subClassOf :Material ;
               rdfs:comment "A hard, usually transparent, substance that can break easily."@en ;
               rdfs:label "Glass"@en ,
                          "Vidrio"@es ;
               <http://www.w3.org/2004/02/skos/core#altLabel> "Cristal"@es ,
                                                              "Crystal"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GlassProducer
:GlassProducer rdf:type owl:Class ;
               rdfs:subClassOf :MaterialSupplier ;
               rdfs:label "Cristal"@es ,
                          "Glass"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Glazer
:Glazer rdf:type owl:Class ;
        rdfs:subClassOf :Tool ;
        rdfs:label "Esmaltadores"@es ,
                   "Glazers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Glider
:Glider rdf:type owl:Class ;
        rdfs:subClassOf :MixedUseAccessory ;
        rdfs:comment "A piece that attaches to the base of a piece of furniture to facilitate its movement on smooth surfaces, such as wood, laminate, or tile floors. Its main function is to reduce friction and protect both the furniture and the floor from damage when moving them."@en ;
        rdfs:label "Deslizantes"@es ,
                   "Gliders"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GluingMachine
:GluingMachine rdf:type owl:Class ;
               rdfs:subClassOf :ManualMachine ;
               rdfs:label "Encoladora"@es ,
                          "Gluing machine"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GluingMachineWithFeeder
:GluingMachineWithFeeder rdf:type owl:Class ;
                         rdfs:subClassOf :SemiautomaticMachine ;
                         rdfs:label "Encoladora con alimentador"@es ,
                                    "Gluing machine with feeder"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GlulamTimber
:GlulamTimber rdf:type owl:Class ;
              rdfs:subClassOf :Timber ;
              rdfs:label "Glulam timber"@en ,
                         "Madera laminada encolada"@es ;
              <http://www.w3.org/2004/02/skos/core#altLabel> "Laminated timber"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GoldFoil
:GoldFoil rdf:type owl:Class ;
          rdfs:subClassOf :LaminatedCoatingMaterial ;
          rdfs:label "Gold foil"@en ,
                     "Pan de oro"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Granite
:Granite rdf:type owl:Class ;
         rdfs:subClassOf :MineralMaterial ;
         rdfs:comment "Hard, usually grey, stone used for building."@en ;
         rdfs:label "Granite"@en ,
                    "Granito"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Griddle
:Griddle rdf:type owl:Class ;
         rdfs:subClassOf :HouseholdAppliance ;
         rdfs:comment "A round, flat, heavy piece of metal which is placed on a cooker or fire and used for cooking."@en ;
         rdfs:label "Griddles"@en ,
                    "Planchas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Grouping
:Grouping rdf:type owl:Class ;
          owl:equivalentClass [ rdf:type owl:Restriction ;
                                owl:onProperty :isPerformedBy ;
                                owl:someValuesFrom :CartonErector
                              ] ;
          rdfs:subClassOf :Storage ;
          rdfs:label "Agrupamiento"@es ,
                     "Grouping"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GuillotineForEndGrain
:GuillotineForEndGrain rdf:type owl:Class ;
                       rdfs:subClassOf :ManualMachine ;
                       rdfs:label "Guillotina para testa"@es ,
                                  "Guillotine for end grain"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GuillotineWithParallelogramAndDigitalControl
:GuillotineWithParallelogramAndDigitalControl rdf:type owl:Class ;
                                              rdfs:subClassOf :SemiautomaticMachine ;
                                              rdfs:label "Guillotina con paralelogramo y control digital"@es ,
                                                         "Guillotine with parallelogram and digital control"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GuillotineWithSingleEdgeSplittingPiston
:GuillotineWithSingleEdgeSplittingPiston rdf:type owl:Class ;
                                         rdfs:subClassOf :ManualMachine ;
                                         rdfs:label "Guillotina con pistón de corte a un canto"@es ,
                                                    "Guillotine with single edge and spliting piston"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Guitar
:Guitar rdf:type owl:Class ;
        rdfs:subClassOf :StringedInstrument ;
        rdfs:comment "A plucked stringed instrument originating in Spain, usually having six strings, a flat sounding board with a circular sound hole in the centre, a flat back, and a fretted fingerboard."@en ;
        rdfs:label "Guitarras"@es ,
                   "Guitars"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HORECA
:HORECA rdf:type owl:Class ;
        rdfs:subClassOf :Manufacturer ;
        rdfs:label "Canal HORECA"@es ,
                   "HORECA Channel"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HallComposition
:HallComposition rdf:type owl:Class ;
                 rdfs:subClassOf :FurnitureComposition ;
                 rdfs:comment "A combination of furniture items to furnish the area just inside the front door, into which some of the other rooms open."@en ;
                 rdfs:label "Hall"@en ,
                            "Salón"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Hammer
:Hammer rdf:type owl:Class ;
        rdfs:subClassOf :Tool ;
        rdfs:label "Hammers"@en ,
                   "Martillos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Handle
:Handle rdf:type owl:Class ;
        rdfs:subClassOf :Fitting ;
        rdfs:comment "A part of a door, window, etc by which it is opened."@en ;
        rdfs:label "Handles"@en ,
                   "Tiradores"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Handrail
:Handrail rdf:type owl:Class ;
          rdfs:subClassOf :MixedUseAccessory ;
          rdfs:comment "A narrow rail that can be held for support, eg when going up or down stairs."@en ;
          rdfs:label "Barandillas"@es ,
                     "Handrails"@en ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "Pasamanos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Hanger
:Hanger rdf:type owl:Class ;
        rdfs:subClassOf :Rack ;
        rdfs:comment "A curved piece of wood, plastic or wire witha hook at the top, used for hanging a garment in a wardrobe."@en ;
        rdfs:label "Hangers"@en ,
                   "Perchas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Harp
:Harp rdf:type owl:Class ;
      rdfs:subClassOf :StringedInstrument ;
      rdfs:comment "A large triangular plucked stringed instrument consisting of a soundboard connected to an upright pillar by means of a curved crossbar from which the strings extend downwards."@en ;
      rdfs:label "Arpas"@es ,
                 "Harps"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HatRack
:HatRack rdf:type owl:Class ;
         rdfs:subClassOf :Rack ;
         rdfs:comment "A rack for storing hats."@en ;
         rdfs:label "Hat racks"@en ,
                    "Sombrereros"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Headboard
:Headboard rdf:type owl:Class ;
           rdfs:subClassOf :Component ;
           rdfs:comment "A board forming the head of anything, such a bed."@en ;
           rdfs:label "Cabeceros"@es ,
                      "Headboards"@en ;
           <http://www.w3.org/2004/02/skos/core#altLabel> "Cabezal"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Heater
:Heater rdf:type owl:Class ;
        rdfs:subClassOf :HouseholdAppliance ;
        rdfs:comment "A machine used for making air or water warmer."@en ;
        rdfs:label "Estufas"@es ,
                   "Heaters"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HeatingInstallationService
:HeatingInstallationService rdf:type owl:Class ;
                            rdfs:subClassOf :InstallationService ;
                            rdfs:label "Heating installation"@en ,
                                       "Instalación de calefacción"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HeightRestrictor
:HeightRestrictor rdf:type owl:Class ;
                  rdfs:subClassOf :IndustrialProtectionElement ;
                  rdfs:label "Height restrictors"@en ,
                             "Restrictores de altura"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HighChair
:HighChair rdf:type owl:Class ;
           rdfs:subClassOf :ChildrenPieceOfFurniture ;
           rdfs:comment "A children's chair to raise them to the height of adults for feeding. They typically come with a detachable tray so that the child can sit apart from the main table. Booster chairs raise the height of children on regular chairs so they can eat at the main dining table. Some high chairs are clamped directly to the table and thus are more portable."@en ;
           rdfs:label "High chairs"@en ,
                      "Tronas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HighDensityPolyethylene
:HighDensityPolyethylene rdf:type owl:Class ;
                         rdfs:subClassOf :Thermoplastic ;
                         rdfs:label "HDPE (high density polyethylene)"@en ,
                                    "HDPE (polietileno alta densidad)"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HighPressureLaminate
:HighPressureLaminate rdf:type owl:Class ;
                      rdfs:subClassOf :LaminatedCoatingMaterial ;
                      rdfs:label "HPL"@en ,
                                 "HPL"@es ;
                      <http://www.w3.org/2004/02/skos/core#altLabel> "High pressure laminate"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Hinge
:Hinge rdf:type owl:Class ;
       rdfs:subClassOf :Fitting ;
       rdfs:comment "A small piece of metal, etc on which a lid, door or gate turns or swings as it open or closes."@en ;
       rdfs:label "Bisagras"@es ,
                  "Hinges"@en ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Pernios"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HolderShelf
:HolderShelf rdf:type owl:Class ;
             rdfs:subClassOf :Fitting ;
             rdfs:comment "A threaded bracket to hold and support shelves in."@en ;
             rdfs:label "Holder shelves"@en ,
                        "Portaestantes"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HomeFurnitureProducer
:HomeFurnitureProducer rdf:type owl:Class ;
                       rdfs:subClassOf :Manufacturer ;
                       rdfs:label "Hogar"@es ,
                                  "Home"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HomeStudentDesk
:HomeStudentDesk rdf:type owl:Class ;
                 rdfs:subClassOf :DomesticTable ;
                 rdfs:comment "Any desk form meant for use by a student. Usually the term designates a small pedestal desk or writing table constructed for use by a teenager or a pre-teen in his or her room at home."@en ;
                 rdfs:label "Escritorios de estudiante"@es ,
                            "Home student desks"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HomeTextile
:HomeTextile rdf:type owl:Class ;
             rdfs:subClassOf :Product ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :isBreathable ;
                               owl:someValuesFrom xsd:boolean
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :isMachineWashable ;
                               owl:someValuesFrom xsd:boolean
                             ] ;
             rdfs:comment "A textile component used in the domestic environment."@en ;
             rdfs:label "Home textiles"@en ,
                        "Textiles de hogar"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Honeycomb
:Honeycomb rdf:type owl:Class ;
           rdfs:subClassOf :Cardboard ;
           rdfs:label "Honeycomb"@en ,
                      "Nido de abeja"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Hook
:Hook rdf:type owl:Class ;
      rdfs:subClassOf :Rack ;
      rdfs:comment "A bent piece of metal or plastic that is used for catching or holding things, or for hanging things up."@en ;
      rdfs:label "Ganchos"@es ,
                 "Hooks"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HookLadder
:HookLadder rdf:type owl:Class ;
            rdfs:subClassOf :Ladder ;
            rdfs:comment "A rigid ladder with a hook at the top to grip a windowsill. It is used by firefighters."@en ;
            rdfs:label "Escaleras de gancho"@es ,
                       "Hook ladders"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HorizontalInferiorBandSander
:HorizontalInferiorBandSander rdf:type owl:Class ;
                              rdfs:subClassOf :AutomaticMachine ;
                              rdfs:label "Horizontal inferior band sander"@en ,
                                         "Lijadora horizontal inferior"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HorizontalRipSaw
:HorizontalRipSaw rdf:type owl:Class ;
                  rdfs:subClassOf :SemiautomaticMachine ;
                  rdfs:label "Horizontal rip saw"@en ,
                             "Seccionadora horizontal de un corte"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HorizontalRipSawWithFeeding
:HorizontalRipSawWithFeeding rdf:type owl:Class ;
                             rdfs:subClassOf :AutomaticMachine ;
                             rdfs:label "Horizontal rip saw with feeding"@en ,
                                        "Seccionadora horizontal de un corte con alimentador"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HorizontalSuperiorBandSander
:HorizontalSuperiorBandSander rdf:type owl:Class ;
                              rdfs:subClassOf :AutomaticMachine ;
                              rdfs:label "Horizontal superior band sander"@en ,
                                         "Lijadora horizontal superior"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HorizontalSurface
:HorizontalSurface rdf:type owl:Class ;
                   rdfs:subClassOf :Component ;
                   rdfs:comment "A flat surface perpendicular to the ground."@en ;
                   rdfs:label "Horizontal surfaces"@en ,
                              "Superficies horizontales"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Horn
:Horn rdf:type owl:Class ;
      rdfs:subClassOf :BrassInstrument ;
      rdfs:comment "A brass musical instrument that consists of a long tube curled around in a circle with a wide opening at the end."@en ;
      rdfs:label "Horns"@en ,
                 "Trompas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Hose
:Hose rdf:type owl:Class ;
      rdfs:subClassOf :MixedUseAccessory ;
      rdfs:comment "A long, flexible pipe made of rubber or plastic. Water is directed through a hose in order to do things such as put out fires, clean cars, or water gardens."@en ;
      rdfs:label "Hoses"@en ,
                 "Mangueras"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HospitalBed
:HospitalBed rdf:type owl:Class ;
             rdfs:subClassOf :Bed ;
             rdfs:comment "A specifically designed bed to facilitate convalescence, traditionally in a hospital or nursing facility, but increasingly in other settings, such as a private residence. Modern hospital beds commonly have wheels to assist in moderate relocation, but they are larger and generally more permanently placed than a gurney. They often have electric and manual positioning of mattress for therapeutical use."@en ;
             rdfs:label "Camas de hospital"@es ,
                        "Hospital beds"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HotAirDrying
:HotAirDrying rdf:type owl:Class ;
              rdfs:subClassOf :Technique ;
              rdfs:label "Hot air drying"@en ,
                         "Secado por aire caliente"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HotAirDryingTunnel
:HotAirDryingTunnel rdf:type owl:Class ;
                    owl:equivalentClass [ rdf:type owl:Restriction ;
                                          owl:onProperty :employs ;
                                          owl:someValuesFrom :HotAirDrying
                                        ] ;
                    rdfs:subClassOf :DryingTunnel ;
                    rdfs:label "Cámara de secado de aire caliente"@es ,
                               "Hot air drying tunnel"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HotMeltAdhesive
:HotMeltAdhesive rdf:type owl:Class ;
                 rdfs:subClassOf :Adhesive ;
                 rdfs:label "Adhesivos Hot Melt (termofusible)"@es ,
                            "Hot-melt adhesives"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HotShrinkingBaler
:HotShrinkingBaler rdf:type owl:Class ;
                   rdfs:subClassOf :SemiautomaticMachine ;
                   rdfs:label "Embaladora termo retráctil"@es ,
                              "Hot shrinking baler"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HotShrinkingPackaging
:HotShrinkingPackaging rdf:type owl:Class ;
                       rdfs:subClassOf :Technique ;
                       rdfs:label "Embalaje termoretráctil"@es ,
                                  "Hot shrinking packaging"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HouseholdAppliance
:HouseholdAppliance rdf:type owl:Class ;
                    rdfs:subClassOf :Product ;
                    rdfs:comment "An electrical instrument or device por domestic use."@en ;
                    rdfs:label "Electrodomésticos"@es ,
                               "Household appliances"@en ;
                    <http://www.w3.org/2004/02/skos/core#altLabel> "Domestic appliances"@en ,
                                                                   "White goods"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HurdyGurdy
:HurdyGurdy rdf:type owl:Class ;
            rdfs:subClassOf :StringedInstrument ;
            rdfs:comment "A medieval instrument shaped like a viol in which a rosined wheel rotated by a handle sounds the strings."@en ;
            rdfs:label "Hurdy-gurdies"@en ,
                       "Organillos"@es ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Zanfoñas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HydraulicPressWithDoublePlate
:HydraulicPressWithDoublePlate rdf:type owl:Class ;
                               rdfs:subClassOf :ManualMachine ;
                               rdfs:label "Hydraulic press with double plate"@en ,
                                          "Prensa hidráulica de dos platos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HydraulicPressWithDoublePlateFeedingBeltAndDownloading
:HydraulicPressWithDoublePlateFeedingBeltAndDownloading rdf:type owl:Class ;
                                                        rdfs:subClassOf :SemiautomaticMachine ;
                                                        rdfs:label "Hydraulic press with double plate, feeding belt and downloading"@en ,
                                                                   "Prensa hidráulica de dos platos con banda de alimentación y descarga"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HydraulicScrewPressForMoulds
:HydraulicScrewPressForMoulds rdf:type owl:Class ;
                              rdfs:subClassOf :ManualMachine ;
                              rdfs:label "Hydraulic screw press for moulds"@en ,
                                         "Prensa de husillos hidráulicos para moldes"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HydraulicScrewPressForMouldsWithHighFrequencyDrying
:HydraulicScrewPressForMouldsWithHighFrequencyDrying rdf:type owl:Class ;
                                                     rdfs:subClassOf :ManualMachine ;
                                                     rdfs:label "Hydraulic screw press for moulds with high frequency drying"@en ,
                                                                "Prensa de husillos hidráulicos para moldes de secado por alta frecuencia"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Hygrometer
:Hygrometer rdf:type owl:Class ;
            rdfs:subClassOf :MeasuringInstrument ;
            rdfs:label "Higrómetros"@es ,
                       "Hygrometers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#IceCubeDispenser
:IceCubeDispenser rdf:type owl:Class ;
                  rdfs:subClassOf :HouseholdAppliance ;
                  rdfs:comment "An appliance with a water source that makes and distributes ice cubes."@en ,
                               "Un aparato que dispone de una fuente de agua para fabricar y proporcionar cubitos de hielo."@es ;
                  rdfs:label "Dispensadores de cubitos de hielo"@es ,
                             "Ice cube dispensers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ImmersionApplication
:ImmersionApplication rdf:type owl:Class ;
                      rdfs:subClassOf :Technique ;
                      rdfs:label "Aplicación por inmersión"@es ,
                                 "Immersion application"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#InHouseService
:InHouseService rdf:type owl:Class ;
                rdfs:subClassOf :LogisticsService ;
                rdfs:comment "Work or activitiy done by employees of an organization or company, rather than by workers outside the organization or company."@en ;
                rdfs:label "In-house services"@en ,
                           "Servicios in-house"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#IndustrialBurner
:IndustrialBurner rdf:type owl:Class ;
                  rdfs:subClassOf :Tool ;
                  rdfs:label "Industrial burners"@en ,
                             "Quemadores industriales"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#IndustrialMachine
:IndustrialMachine rdf:type owl:Class ;
                   rdfs:subClassOf :Product ;
                   rdfs:comment "A power-driven device that processes materials through various methods such as cutting, forming, or applying pressure."@en ;
                   rdfs:label "Machines"@en ,
                              "Máquinas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#IndustrialProtectionElement
:IndustrialProtectionElement rdf:type owl:Class ;
                             rdfs:subClassOf :AuxiliaryEquipment ;
                             rdfs:label "Industrial protection elements"@en ,
                                        "Protecciones industriales"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#IndustrialScale
:IndustrialScale rdf:type owl:Class ;
                 rdfs:subClassOf :Tool ;
                 rdfs:label "Básculas industriales"@es ,
                            "Industrial scales"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#InfraredDrying
:InfraredDrying rdf:type owl:Class ;
                rdfs:subClassOf :Technique ;
                rdfs:label "Infrared drying"@en ,
                           "Secado por infrarrojos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#InfraredTunnelForVarnishedFlatPieces
:InfraredTunnelForVarnishedFlatPieces rdf:type owl:Class ;
                                      owl:equivalentClass [ rdf:type owl:Restriction ;
                                                            owl:onProperty :employs ;
                                                            owl:someValuesFrom :InfraredDrying
                                                          ] ;
                                      rdfs:subClassOf :DryingTunnel ;
                                      rdfs:label "Infrared tunnel for varnished flat pieces"@en ,
                                                 "Túnel de infrarrojos para piezas planas barnizadas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#InstallationService
:InstallationService rdf:type owl:Class ;
                     rdfs:subClassOf :Service ;
                     rdfs:comment "The action or process of installing somebody or something."@en ;
                     rdfs:label "Installation service"@en ,
                                "Servicio de instalación"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#InteriorDesign
:InteriorDesign rdf:type owl:Class ;
                rdfs:subClassOf :Service ;
                rdfs:label "Decoración de interiores"@es ,
                           "Interior design"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#InteriorDesigner
:InteriorDesigner rdf:type owl:Class ;
                  rdfs:subClassOf :ServiceProvider ;
                  rdfs:label "Design / Decoration"@en ,
                             "Diseño / Interiorismo"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Iron
:Iron rdf:type owl:Class ;
      rdfs:subClassOf :MetalMaterial ;
      rdfs:comment "A hard strong metal that is used to make steel and is also found in small quantities in blood and food."@en ;
      rdfs:label "Hierro"@es ,
                 "Iron"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#IroningBoard
:IroningBoard rdf:type owl:Class ;
              rdfs:subClassOf :WorkTable ;
              rdfs:comment "A board, usually on legs, with a suitable covering on which to iron clothes."@en ;
              rdfs:label "Ironing boards"@en ,
                         "Tablas de planchar"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Island
:Island rdf:type owl:Class ;
        rdfs:subClassOf :DomesticTable ;
        rdfs:comment "An extra work surface used to prepare food."@en ,
                     "Superficie extra de trabajo que se utiliza para preparar comida."@es ;
        rdfs:label "Islas de cocina"@es ,
                   "Kitchen islands"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#JewelCase
:JewelCase rdf:type owl:Class ;
           rdfs:subClassOf :StoragePieceOfFurniture ;
           rdfs:comment "A special box for keeping jewels in."@en ;
           rdfs:label "Jewel cases"@en ,
                      "Joyeros"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Juicer
:Juicer rdf:type owl:Class ;
        rdfs:subClassOf :HouseholdAppliance ,
                        :KitchenAccessory ;
        rdfs:comment "A piece of electrical equipment for getting the juice out of fruit or vegetables."@en ;
        rdfs:label "Exprimidores"@es ,
                   "Juicers"@en ,
                   "Squeezers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#JuteFibre
:JuteFibre rdf:type owl:Class ;
           rdfs:subClassOf :NaturalFibre ;
           rdfs:label "Fibra de yute"@es ,
                      "Jute fibre"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#KerbBarrier
:KerbBarrier rdf:type owl:Class ;
             rdfs:subClassOf :IndustrialProtectionElement ;
             rdfs:label "Kerb barriers"@en ,
                        "Zócalos de seguridad"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Kettledrum
:Kettledrum rdf:type owl:Class ;
            rdfs:subClassOf :PercussionInstrument ;
            rdfs:comment "A large metal drum with a round bottom and a thin plastic top that can be made looser or tighter to produce different musical notes. A set of kettledrums is usually called timpani."@en ;
            rdfs:label "Kettledrums"@en ,
                       "Timbales"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Key
:Key rdf:type owl:Class ;
     rdfs:subClassOf :Fitting ;
     rdfs:comment "A piece of metal with a special shape used for locking a door, starting a car, etc."@en ;
     rdfs:label "Keys"@en ,
                "Llaves"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#KeyboardInstrument
:KeyboardInstrument rdf:type owl:Class ;
                    rdfs:subClassOf :MusicalInstrument ;
                    rdfs:comment "A musical instrument played using a keyboard, a row of levers that are pressed by the fingers."@en ;
                    rdfs:label "Instrumentos de teclas"@es ,
                               "Keyboard instruments"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Keyhole
:Keyhole rdf:type owl:Class ;
         rdfs:subClassOf :Fitting ;
         rdfs:comment "The hole in a lock that you put a key."@en ;
         rdfs:label "Bocallaves"@es ,
                    "Keyholes"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#KidsFurnitureProducer
:KidsFurnitureProducer rdf:type owl:Class ;
                       rdfs:subClassOf :Manufacturer ;
                       rdfs:label "Kids"@en ,
                                  "Mueble Juvenil"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#KitchenAccessory
:KitchenAccessory rdf:type owl:Class ;
                  rdfs:subClassOf :FurnitureAccessory ;
                  rdfs:comment "An accessory for the kitchen."@en ;
                  rdfs:label "Accesorios de cocina"@es ,
                             "Kitchen accessories"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#KitchenBin
:KitchenBin rdf:type owl:Class ;
            rdfs:subClassOf :WasteContainer ;
            rdfs:comment "A bin which is traditionally kept in the kitchen to dispose of culinary excess such as fruit peelings or food packets."@en ;
            rdfs:label "Kitchen bins"@en ,
                       "Papeleras de cocina"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#KitchenCabinet
:KitchenCabinet rdf:type owl:Class ;
                rdfs:subClassOf :Cabinet ;
                rdfs:comment "The built-in furniture installed in many kitchens for storage of food, cooking equipment, and often silverware and dishes for table service. Appliances such as refrigerators, dishwashers, and ovens are often integrated into kitchen cabinetry."@en ;
                rdfs:label "Armarios de cocina"@es ,
                           "Kitchen cabinets"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#KitchenChair
:KitchenChair rdf:type owl:Class ;
              rdfs:subClassOf :DomesticChair ;
              rdfs:comment "A chair that is usually smaller in scale and more versatile in its design than a dining chair."@en ;
              rdfs:label "Kitchen chairs"@en ,
                         "Sillas de cocina"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#KitchenCloth
:KitchenCloth rdf:type owl:Class ;
              rdfs:subClassOf :KitchenTextile ;
              rdfs:comment "A towel for drying dishes and kitchen utensils."@en ;
              rdfs:label "Kitchen clothes"@en ,
                         "Paños de cocina"@es ;
              <http://www.w3.org/2004/02/skos/core#altLabel> "Tea clothes"@en ,
                                                             "Tea towels"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#KitchenComposition
:KitchenComposition rdf:type owl:Class ;
                    rdfs:subClassOf :FurnitureComposition ;
                    rdfs:comment "A combination of furniture items to furnish a room or building in which meals are cooked or prepared."@en ;
                    rdfs:label "Cocina"@es ,
                               "Kitchen"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#KitchenProducer
:KitchenProducer rdf:type owl:Class ;
                 rdfs:subClassOf :Manufacturer ;
                 rdfs:label "Cocina"@es ,
                            "Kitchen"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#KitchenTable
:KitchenTable rdf:type owl:Class ;
              rdfs:subClassOf :DomesticTable ;
              rdfs:comment "A piece of furniture commonly found in kitchens, used for dining, food preparation, or other everyday activities"@en ;
              rdfs:label "Kitchen tables"@en ,
                         "Mesas de cocina"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#KitchenTextile
:KitchenTextile rdf:type owl:Class ;
                rdfs:subClassOf :HomeTextile ;
                rdfs:comment "A textile product used in the kitchen."@en ;
                rdfs:label "Kitchen textiles"@en ,
                           "Textiles de cocina"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#KitchenWorkbench
:KitchenWorkbench rdf:type owl:Class ;
                  rdfs:subClassOf :WorkTable ;
                  rdfs:comment "A thick wooden boardwork used to add functionality in a kitchen."@en ;
                  rdfs:label "Bancos de cocina"@es ,
                             "Kitchen workbenches"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#KitchenWorktop
:KitchenWorktop rdf:type owl:Class ;
                rdfs:subClassOf :DomesticTable ;
                rdfs:comment "A long surface of wood, granite, marble, etc used to work at in the kitchen."@en ;
                rdfs:label "Encimeras"@es ,
                           "Kitchen worktops"@en ;
                <http://www.w3.org/2004/02/skos/core#altLabel> "Countertops"@en ,
                                                               "Kitchen benches"@en ,
                                                               "Worktop"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Kneeler
:Kneeler rdf:type owl:Class ;
         rdfs:subClassOf :ReligiousBench ;
         rdfs:comment "A low, often cushioned, support that worshipers in a church, chapel, etc. can fold down and kneel upon."@en ;
         rdfs:label "Kneelers"@en ,
                    "Reclinatorios"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Knob
:Knob rdf:type owl:Class ;
      rdfs:subClassOf :Fitting ;
      rdfs:comment "A round handle, especially of a door or drawer."@en ;
      rdfs:label "Knobs"@en ,
                 "Pomos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#KraftPaper
:KraftPaper rdf:type owl:Class ;
            rdfs:subClassOf :CoveringPackaging ;
            rdfs:comment "A strong, usually brown paper processed from wood pulp, used chiefly for bags and as wrapping paper."@en ,
                         "Un papel resistente, generalmente marrón, elaborado a partir de pulpa de madera, utilizado principalmente para bolsas y como papel de envolver."@es ;
            rdfs:label "Kraft paper"@en ,
                       "Papel Kraft"@es ,
                       "Papel de estraza"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#KraftPaperWithBubbles
:KraftPaperWithBubbles rdf:type owl:Class ;
                       rdfs:subClassOf :CoveringPackaging ;
                       rdfs:comment "A composite of kraft paper and bubble wrap that combines the strength of Kraft paper with the lightness of air bubbles, creating a protective film around fragile or surface-sensitive products."@en ,
                                    "Un compuesto de papel kraft y plástico de burbujas que combina la resistencia del papel Kraft con la ligereza de las burbujas de aire que crean una película protectora alrededor de los productos frágiles o sensibles a la superficie."@es ;
                       rdfs:label "Kraft paper with bubbles"@en ,
                                  "Papel Kraft con burbujas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#KraftPaperWithFoam
:KraftPaperWithFoam rdf:type owl:Class ;
                    rdfs:subClassOf :CoveringPackaging ;
                    rdfs:comment "A composite of a clean, lightweight polyethylene foam and a kraft paper layer designed to protect any surface."@en ,
                                 "Un compuesto de una espuma de polietileno limpia y ligera y una capa de papel Kraft diseñada para proteger cualquier superficie."@es ;
                    rdfs:label "Kraft paper with PE/foam"@en ,
                               "Papel Kraft con PE/espuma"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Labelling
:Labelling rdf:type owl:Class ;
           rdfs:subClassOf :Storage ;
           rdfs:comment "This is a manual process that consists of the identification of the different packages printing and sticking identification labels."@en ;
           rdfs:label "Etiquetado"@es ,
                      "Labelling"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LaboratoryBench
:LaboratoryBench rdf:type owl:Class ;
                 rdfs:subClassOf :WorkTable ;
                 rdfs:comment "A customized table crafted to support various lab tasks and experiments, including the management of reagents and test specimens."@en ;
                 rdfs:label "Laboratory benches"@en ,
                            "Mesas de laboratorio"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LaboratoryCabinet
:LaboratoryCabinet rdf:type owl:Class ;
                   rdfs:subClassOf :Cabinet ;
                   rdfs:comment "A piece of furniture consisting of cupboars and/or shelves and/or drawers, intented for the storage of laboratory."@en ;
                   rdfs:label "Armarios de laboratorio"@es ,
                              "Laboratory cabinets"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Lace
:Lace rdf:type owl:Class ;
      rdfs:subClassOf :MixedUseTextile ;
      rdfs:comment "A thin piece of material that is put through special holes in some types of clothing, especially shoes. The laces are tied together in order to tighten the clothing."@en ;
      rdfs:label "Cordones"@es ,
                 "Laces"@en ;
      <http://www.w3.org/2004/02/skos/core#altLabel> "Cords"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Lacquering
:Lacquering rdf:type owl:Class ;
            owl:equivalentClass [ rdf:type owl:Restriction ;
                                  owl:onProperty :isPerformedBy ;
                                  owl:someValuesFrom [ rdf:type owl:Class ;
                                                       owl:unionOf ( :AerographicApplicationRobot
                                                                     :CurtainCoatingMachine
                                                                     :RollerMachine
                                                                     :SprayApplicationGun
                                                                   )
                                                     ]
                                ] ;
            rdfs:subClassOf :Finishing ;
            rdfs:comment "This process applies some product to the piece to colour it."@en ;
            rdfs:label "Lacado"@es ,
                       "Lacquering"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Ladder
:Ladder rdf:type owl:Class ;
        rdfs:subClassOf :MixedUseAccessory ;
        rdfs:comment "A structure for climbing up and down something, consisting of two upright lengths of wood, metal or rope joined to each other by short pieces of wood, etc used as steps."@en ;
        rdfs:label "Escaleras"@es ,
                   "Ladders"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LaminatedCoatingMaterial
:LaminatedCoatingMaterial rdf:type owl:Class ;
                          rdfs:subClassOf :Material ;
                          rdfs:comment "A material that can be constructed by joining two or more layers of material and is used for coating."@en ;
                          rdfs:label "Laminated coating materials"@en ,
                                     "Materiales laminados de revestimiento"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Latch
:Latch rdf:type owl:Class ;
       rdfs:subClassOf :Fitting ;
       rdfs:comment "A small metal bar that is used to fasten a door or a gate. You raise it to open the door and drop it to fasten it."@en ;
       rdfs:label "Latches"@en ,
                  "Pestillos"@es ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Fallebas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Latex
:Latex rdf:type owl:Class ;
       rdfs:subClassOf :Padding ;
       rdfs:label "Latex"@en ,
                  "Látex"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LatexMattress
:LatexMattress rdf:type owl:Class ;
               rdfs:subClassOf :Mattress ;
               rdfs:comment "A mattress that is crafted from latex foam, which can come from natural sources (like rubber tree sap) or be produced synthetically."@en ;
               rdfs:label "Colchones de látex"@es ,
                          "Latex mattresses"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Lathing
:Lathing rdf:type owl:Class ;
         owl:equivalentClass [ rdf:type owl:Restriction ;
                               owl:onProperty :isPerformedBy ;
                               owl:someValuesFrom [ rdf:type owl:Class ;
                                                    owl:unionOf ( :CNCAutomaticLathe
                                                                  :ManualCopyingLathe
                                                                  :ManualLathe
                                                                  :SemiAutomaticLathe
                                                                )
                                                  ]
                             ] ;
         rdfs:subClassOf :MachiningOperation ;
         rdfs:label "Lathing"@en ,
                    "Torneado"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Lattice
:Lattice rdf:type owl:Class ;
         rdfs:subClassOf :MixedUseAccessory ;
         rdfs:comment "A framework of crossed bars with space between, used eg as a screen, fence or  or support for climbing plants."@en ;
         rdfs:label "Celosías"@es ,
                    "Lattices"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Leather
:Leather rdf:type owl:Class ;
         rdfs:subClassOf :UpholsteryMaterial ;
         rdfs:comment "A material made from animal skins treated by a special process."@en ;
         rdfs:label "Cuero"@es ,
                    "Leather"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LedKit
:LedKit rdf:type owl:Class ;
        rdfs:subClassOf :Lighting ;
        rdfs:comment "A pre-packaged set of LEDs (Light-Emitting Diode) and everything needed to set up a LED lighting system."@en ;
        rdfs:label "Kit led"@es ,
                   "Led kit"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Leg
:Leg rdf:type owl:Class ;
     rdfs:subClassOf :Base ;
     rdfs:comment "The part of a piece of furniture (e.g., table, chair) that rest on the floor and supports the furniture's weight."@en ;
     rdfs:label "Legs"@en ,
                "Patas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LegalAdviser
:LegalAdviser rdf:type owl:Class ;
              rdfs:subClassOf :ServiceProvider ;
              rdfs:label "Legal Services"@en ,
                         "Servicios Jurídicos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LegalServices
:LegalServices rdf:type owl:Class ;
               rdfs:subClassOf :Service ;
               rdfs:label "Legal services"@en ,
                          "Servicios legales"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Lighting
:Lighting rdf:type owl:Class ;
          rdfs:subClassOf :Product ;
          rdfs:comment "A device to provide artificial illumination to create a certain atmosphere, to highlight a particular feature, or to simply provide visibility."@en ;
          rdfs:label "Iluminación"@es ,
                     "Lighting"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LightingAndLampsProducer
:LightingAndLampsProducer rdf:type owl:Class ;
                          rdfs:subClassOf :Manufacturer ;
                          rdfs:label "Iluminación / Lámparas"@es ,
                                     "Lightings / Lamps"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LignocellulosicMaterial
:LignocellulosicMaterial rdf:type owl:Class ;
                         rdfs:subClassOf :Material ;
                         rdfs:label "Lignocellulosic materials"@en ,
                                    "Materiales lignocelulósicos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Linen
:Linen rdf:type owl:Class ;
       rdfs:subClassOf :LignocellulosicMaterial ;
       rdfs:label "Linen"@en ,
                  "Lino"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Loading
:Loading rdf:type owl:Class ;
         rdfs:subClassOf :Process ;
         rdfs:comment "The act of placing a load or goods in or onto a means of transport."@en ;
         rdfs:label "Carga"@es ,
                    "Loading"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Lock
:Lock rdf:type owl:Class ;
      rdfs:subClassOf :Fitting ;
      rdfs:comment "A device which is used to keep it shut and prevent other people from opening it. Locks are opened with a key."@en ;
      rdfs:label "Cerraduras"@es ,
                 "Locks"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LockerRoomBench
:LockerRoomBench rdf:type owl:Class ;
                 rdfs:subClassOf :Bench ;
                 rdfs:comment "A bench that provides a convenient and organized space where users can change and store belongings."@en ;
                 rdfs:label "Banco de vestuario"@es ,
                            "Locker r oom bench"@en ;
                 <http://www.w3.org/2004/02/skos/core#altLabel> "Changing room benches"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LogisticsConsultancyService
:LogisticsConsultancyService rdf:type owl:Class ;
                             rdfs:subClassOf :LogisticsService ;
                             rdfs:comment "A service focused on evaluating, designing, and implementing effective logistics solutions for companies."@en ;
                             rdfs:label "Consultoría logística"@es ,
                                        "Logistics consultancy"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LogisticsOperator
:LogisticsOperator rdf:type owl:Class ;
                   rdfs:subClassOf :Supplier ;
                   rdfs:label "Logistics operator"@en ,
                              "Operador logístico"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LogisticsService
:LogisticsService rdf:type owl:Class ;
                  rdfs:subClassOf :Service ;
                  rdfs:comment "A service related to the management of transportation of information or goods from one place to another."@en ;
                  rdfs:label "Logistics services"@en ,
                             "Servicios logísticos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LongCutting
:LongCutting rdf:type owl:Class ;
             owl:equivalentClass [ rdf:type owl:Restriction ;
                                   owl:onProperty :isPerformedBy ;
                                   owl:someValuesFrom [ rdf:type owl:Class ;
                                                        owl:unionOf ( :DoubleBladeMitreSaw
                                                                      :NumericalControlDoubleBladeMitreSaw
                                                                      :SingleBladeMitreSaw
                                                                    )
                                                      ]
                                 ] ;
             rdfs:subClassOf :MachiningOperation ;
             rdfs:label "Corte de largo"@es ,
                        "Long cutting"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LongCuttingOfPlates
:LongCuttingOfPlates rdf:type owl:Class ;
                     owl:equivalentClass [ rdf:type owl:Restriction ;
                                           owl:onProperty :isPerformedBy ;
                                           owl:someValuesFrom :GuillotineForEndGrain
                                         ] ;
                     rdfs:subClassOf :Quartering ;
                     rdfs:label "Corte largo paquete de chapas"@es ,
                                "Long cutting of plates"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LongPants
:LongPants rdf:type owl:Class ;
           rdfs:subClassOf :PersonalProtectiveEquipment ;
           rdfs:label "Long pants"@en ,
                      "Pantalones largos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LongSleeveShirt
:LongSleeveShirt rdf:type owl:Class ;
                 rdfs:subClassOf :PersonalProtectiveEquipment ;
                 rdfs:label "Camisas de manga larga"@es ,
                            "Long sleeve shirts"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LoungeTable
:LoungeTable rdf:type owl:Class ;
             rdfs:subClassOf :DomesticTable ;
             rdfs:comment "A table designed to serve unique or specific functions within the lounge."@en ;
             rdfs:label "Lounge tables"@en ,
                        "Mesas de salón"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LouverDoor
:LouverDoor rdf:type owl:Class ;
            rdfs:subClassOf :Door ;
            rdfs:comment "A door that has fixed or movable wooden fins (often called slats or louvers) which permit open ventilation whilst preserving privacy and preventing the passage of light to the interior. Being relatively weak structures, they are most commonly used for wardrobes and drying rooms, where security is of less importance than good ventilation."@en ;
            rdfs:label "Louver doors"@en ,
                       "Persianas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Loveseat
:Loveseat rdf:type owl:Class ;
          rdfs:subClassOf :Sofa ;
          rdfs:comment "A small upholstered sofa for two people."@en ;
          rdfs:label "Loveseats"@en ,
                     "Sofás biplaza"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LowBench
:LowBench rdf:type owl:Class ;
          rdfs:subClassOf :Bench ;
          rdfs:comment "A small and not high bench used to be sit on, to put on the feet, etc."@en ;
          rdfs:label "Bancos bajos"@es ,
                     "Low benches"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LurexFabric
:LurexFabric rdf:type owl:Class ;
             rdfs:subClassOf :SyntheticFabric ;
             rdfs:label "Lurex fabric"@en ,
                        "Tejido de lurex"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Lute
:Lute rdf:type owl:Class ;
      rdfs:subClassOf :StringedInstrument ;
      rdfs:comment "An ancient plucked stringed instrument, consisting of a long fingerboard with frets and gut strings, and a body shaped like a sliced pear."@en ;
      rdfs:label "Laúdes"@es ,
                 "Lutes"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Lyre
:Lyre rdf:type owl:Class ;
      rdfs:subClassOf :StringedInstrument ;
      rdfs:comment "An ancient Greek stringed instrument consisting of a resonating tortoise shell to which a crossbar was attached by two projecting arms. It was plucked with a plectrum and used for accompanying songs."@en ;
      rdfs:label "Liras"@es ,
                 "Lyres"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MDFBoard
:MDFBoard rdf:type owl:Class ;
          rdfs:subClassOf :WoodenBoard ;
          rdfs:comment "Medium Density Fibreboard - a panel material made from reconstituted wood fibre and bonded with a resin.  Has a smooth surface and is widely used in modern cabinet furniture. It has a homogeneous density throughout all its thickness."@en ;
          rdfs:label "MDF boards"@en ,
                     "Tableros MDF"@es ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "Tableros DM"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MachineryProducer
:MachineryProducer rdf:type owl:Class ;
                   rdfs:subClassOf :MaterialSupplier ;
                   rdfs:label "Machinery"@en ,
                              "Maquinaria"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MachiningOperation
:MachiningOperation rdf:type owl:Class ;
                    rdfs:subClassOf :Process ;
                    rdfs:label "Machining operation"@en ,
                               "Mecanizado"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MagazineRack
:MagazineRack rdf:type owl:Class ;
              rdfs:subClassOf :Rack ;
              rdfs:comment "A rack for storing magazines and newspapers."@en ;
              rdfs:label "Magazine racks"@en ,
                         "Revisteros"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MahoganyWood
:MahoganyWood rdf:type owl:Class ;
              rdfs:subClassOf :Wood ;
              rdfs:comment "A hard reddish-brown wood used esp for making furniture. Its texture is fine, although it can be interlaced. Its grain can vary from fine to medium."@en ;
              rdfs:label "Madera de caoba"@es ,
                         "Mahogany wood"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MaintenanceCompany
:MaintenanceCompany rdf:type owl:Class ;
                    rdfs:subClassOf :ServiceProvider ;
                    rdfs:label "Facility Maintenance"@en ,
                               "Mantenimiento Instalaciones"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Mallet
:Mallet rdf:type owl:Class ;
        rdfs:subClassOf :Tool ;
        rdfs:label "Mallets"@en ,
                   "Mazos"@es ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Mazas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Mandolin
:Mandolin rdf:type owl:Class ;
          rdfs:subClassOf :StringedInstrument ;
          rdfs:comment "A plucked stringed instrument related to the lute, having four pairs of strings tuned in ascending fifths stretched over a small light body with a fretted fingerboard."@en ;
          rdfs:label "Mandolinas"@es ,
                     "Mandolins"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ManualCopyingLathe
:ManualCopyingLathe rdf:type owl:Class ;
                    rdfs:subClassOf :ManualMachine ;
                    rdfs:label "Manual copying lathe"@en ,
                               "Torno copiador manual"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ManualCuttingMachine
:ManualCuttingMachine rdf:type owl:Class ;
                      rdfs:subClassOf :ManualMachine ;
                      rdfs:label "Cortadora manual"@es ,
                                 "Manual cutting machine"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ManualLathe
:ManualLathe rdf:type owl:Class ;
             rdfs:subClassOf :ManualMachine ;
             rdfs:label "Manual lathe"@en ,
                        "Torno manual"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ManualMachine
:ManualMachine rdf:type owl:Class ;
               rdfs:subClassOf :IndustrialMachine ;
               rdfs:label "Manual machines"@en ,
                          "Máquinas manuales"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ManualPolisher
:ManualPolisher rdf:type owl:Class ;
                rdfs:subClassOf :ManualMachine ;
                rdfs:label "Manual polisher"@en ,
                           "Pulidora manual"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ManualPressForDrawersAssembly
:ManualPressForDrawersAssembly rdf:type owl:Class ;
                               rdfs:subClassOf :ManualMachine ;
                               rdfs:label "Manual press for drawers assembly"@en ,
                                          "Prensa manual para montaje de cajones"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ManualPressForModuleAssembly
:ManualPressForModuleAssembly rdf:type owl:Class ;
                              rdfs:subClassOf :ManualMachine ;
                              rdfs:label "Manual press for module assembly"@en ,
                                         "Prensa manual para montaje de módulos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ManualSanderForCurvedPieces
:ManualSanderForCurvedPieces rdf:type owl:Class ;
                             rdfs:subClassOf :ManualMachine ;
                             rdfs:label "Lijadora manual para piezas curvas"@es ,
                                        "Manual sander for curved pieces"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ManualSanderForEdgesAndShapedPieces
:ManualSanderForEdgesAndShapedPieces rdf:type owl:Class ;
                                     rdfs:subClassOf :ManualMachine ;
                                     rdfs:label "Lijadora para cantos y piezas con forma"@es ,
                                                "Manual sander for edges and shaped pieces"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ManualSanding
:ManualSanding rdf:type owl:Class ;
               rdfs:subClassOf :SurfacePreparation ;
               rdfs:label "Lijado manual"@es ,
                          "Manual sanding"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Manufacturer
:Manufacturer rdf:type owl:Class ;
              rdfs:subClassOf :Organization ;
              rdfs:comment "A person or organization that makes products, especially in a factory."@en ;
              rdfs:label "Fabricante"@es ,
                         "Manufacturer"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MapleWood
:MapleWood rdf:type owl:Class ;
           rdfs:subClassOf :Wood ;
           rdfs:comment "Acasia tree, the colour of its wood is white or fair yellow. Its texture is fine or smooth."@en ;
           rdfs:label "Madera de arce"@es ,
                      "Maple wood"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Maracas
:Maracas rdf:type owl:Class ;
         rdfs:subClassOf :PercussionInstrument ;
         rdfs:comment "A pair of simple musical instruments consisting of hollow balls containing beads or beans that are shaken to produce a sound."@en ;
         rdfs:label "Maracas"@en ,
                    "Maracas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Marble
:Marble rdf:type owl:Class ;
        rdfs:subClassOf :MineralMaterial ;
        rdfs:comment "A hard, usually white, stone, often with dark veins, which can be highly polished."@en ;
        rdfs:label "Marble"@en ,
                   "Mármol"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Marimba
:Marimba rdf:type owl:Class ;
         rdfs:subClassOf :PercussionInstrument ;
         rdfs:comment "A Latin American percussion instrument consisting of a set of hardwood plates placed over tuned metal resonators, played with two soft-headed sticks in each hand."@en ;
         rdfs:label "Marimbas"@en ,
                    "Marimbas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MaritimeTransportService
:MaritimeTransportService rdf:type owl:Class ;
                          rdfs:subClassOf :TransportService ;
                          rdfs:comment "A service for of taking goods or people from one place to another by sea."@en ;
                          rdfs:label "Maritime transport"@en ,
                                     "Transporte marítimo"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Mask
:Mask rdf:type owl:Class ;
      rdfs:subClassOf :PersonalProtectiveEquipment ;
      rdfs:comment "They have different filters for sanding or varnishing."@en ;
      rdfs:label "Masks"@en ,
                 "Máscaras"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Mat
:Mat rdf:type owl:Class ;
     rdfs:subClassOf :MixedUseAccessory ;
     rdfs:comment "A small piece of material placed under a hot dish, or a glass, plate, etc to protect the surface underneath."@en ;
     rdfs:label "Esteras"@es ,
                "Mats"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Material
:Material rdf:type owl:Class ;
          rdfs:subClassOf [ rdf:type owl:Restriction ;
                            owl:onProperty :hasComposition ;
                            owl:someValuesFrom xsd:string
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :hasSpecialEffects ;
                            owl:someValuesFrom xsd:string
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :isAntibacterial ;
                            owl:someValuesFrom xsd:boolean
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :isFireproof ;
                            owl:someValuesFrom xsd:boolean
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :isWaterProof ;
                            owl:someValuesFrom xsd:boolean
                          ] ;
          rdfs:comment "A material from which something else is or can be made."@en ;
          rdfs:label "Materiales"@es ,
                     "Materials"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MaterialSupplier
:MaterialSupplier rdf:type owl:Class ;
                  rdfs:subClassOf :Supplier ;
                  rdfs:label "Material supplier"@en ,
                             "Proveedor de material"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Mattress
:Mattress rdf:type owl:Class ;
          rdfs:subClassOf :MixedUseAccessory ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :hasRemovableCover ;
                            owl:someValuesFrom xsd:boolean
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :isAntibacterial ;
                            owl:someValuesFrom xsd:boolean
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :isBreathable ;
                            owl:someValuesFrom xsd:boolean
                          ] ;
          rdfs:comment "A stong cloth case filled with soft or firm material and used for sleeping on. Some  mattresses also contain springs."@en ;
          rdfs:label "Colchones"@es ,
                     "Mattresses"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MattressBase
:MattressBase rdf:type owl:Class ;
              rdfs:subClassOf :Component ;
              rdfs:comment "The structure that acts as a lower support upon which the mattress is placed. Its main function is to provide stability, durability, and ventilation."@en ;
              rdfs:label "Mattress bases"@en ,
                         "Somieres"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MattressCover
:MattressCover rdf:type owl:Class ;
               rdfs:subClassOf :BedLinen ;
               rdfs:comment "A bedding item designed to cover and protect the mattress across its entire surface, from the base to the corners."@en ,
                            "Case for the mattress."@en ;
               rdfs:label "Fundas de colchón"@es ,
                          "Mattress covers"@en ;
               <http://www.w3.org/2004/02/skos/core#altLabel> "Mattress cases"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MattressProducer
:MattressProducer rdf:type owl:Class ;
                  rdfs:subClassOf :Manufacturer ;
                  rdfs:label "Colchones"@es ,
                             "Mattresses"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MattressProtector
:MattressProtector rdf:type owl:Class ;
                   rdfs:subClassOf :BedLinen ;
                   rdfs:comment "A textile accessory that is placed directly on the mattress, whose main function is to protect the surface of the mattress from spills, sweat, stains and dust mites, keeping it clean for longer."@en ;
                   rdfs:label "Mattress protectors"@en ,
                              "Protectores de colchón"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MeasuringInstrument
:MeasuringInstrument rdf:type owl:Class ;
                     rdfs:subClassOf :AuxiliaryEquipment ;
                     rdfs:label "Instrumentos de medición"@es ,
                                "Measuring instruments"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MedicineChest
:MedicineChest rdf:type owl:Class ;
               rdfs:subClassOf :Chest ;
               rdfs:comment "A chest used especially for the storing of medicines or first-aid supplies."@en ;
               rdfs:label "Botiquines"@es ,
                          "Medicine chests"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MelamineFormaldehyde
:MelamineFormaldehyde rdf:type owl:Class ;
                      rdfs:subClassOf :FormaldehydeAdhesive ;
                      rdfs:label "MF (melamina-formaldehído)"@es ,
                                 "MF (melamine-formaldehyde)"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MelaminePaper
:MelaminePaper rdf:type owl:Class ;
               rdfs:subClassOf :LaminatedCoatingMaterial ;
               rdfs:comment "A type of plastic used especially as a covering for other materials, normally for furniture."@en ;
               rdfs:label "Melamine paper"@en ,
                          "Papel de melamina"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MembranePress
:MembranePress rdf:type owl:Class ;
               rdfs:subClassOf :ManualMachine ;
               rdfs:label "Membrane press"@en ,
                          "Prensa de membrana"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MembranePressWithFeedingAndDownloading
:MembranePressWithFeedingAndDownloading rdf:type owl:Class ;
                                        rdfs:subClassOf :SemiautomaticMachine ;
                                        rdfs:label "Membrane press with feeding and downloading"@en ,
                                                   "Prensa de membrana con alimentación y descarga"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MetalCoating
:MetalCoating rdf:type owl:Class ;
              rdfs:subClassOf :ChemicalSubstance ;
              rdfs:label "Metal coating"@en ,
                         "Recubrimiento metálico"@es ;
              <http://www.w3.org/2004/02/skos/core#altLabel> "Metallic coating"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MetalMaterial
:MetalMaterial rdf:type owl:Class ;
               rdfs:subClassOf :Material ;
               rdfs:label "Materiales metálicos"@es ,
                          "Metal materials"@en ;
               <http://www.w3.org/2004/02/skos/core#altLabel> "Metallic materials"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MetalStructure
:MetalStructure rdf:type owl:Class ;
                rdfs:subClassOf :Structure ;
                rdfs:comment "A structural element, primarily made of steel and other strong metals, used to support loads and provide stability. These structures are composed of elements such as beams, columns, trusses, and purlins, which are assembled to form a solid and resistant structure."@en ;
                rdfs:label "Estructuras metálicas"@es ,
                           "Metal structures"@en ;
                <http://www.w3.org/2004/02/skos/core#altLabel> "Metallic structures"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MetalSupplier
:MetalSupplier rdf:type owl:Class ;
               rdfs:subClassOf :MaterialSupplier ;
               rdfs:label "Metal"@en ,
                          "Metal"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MicrowaveApplication
:MicrowaveApplication rdf:type owl:Class ;
                      rdfs:subClassOf :Technique ;
                      rdfs:label "Aplicación por microondas"@es ,
                                 "Microwave application"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MicrowaveOven
:MicrowaveOven rdf:type owl:Class ;
               rdfs:subClassOf :HouseholdAppliance ;
               rdfs:comment "An appliance that generates high-frequency waves to quickly heat or cook food."@en ,
                            "Un dispositivo que genera ondas de alta frecuencia para calentar o cocinar alimentos rápidamente."@es ;
               rdfs:label "Hornos microondas"@es ,
                          "Microwave ovens"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MicrowaveTunnelForVarnishedFlatPieces
:MicrowaveTunnelForVarnishedFlatPieces rdf:type owl:Class ;
                                       owl:equivalentClass [ rdf:type owl:Restriction ;
                                                             owl:onProperty :employs ;
                                                             owl:someValuesFrom :MicrowaveApplication
                                                           ] ;
                                       rdfs:subClassOf :DryingTunnel ;
                                       rdfs:label "Microwave tunnel for varnished flat pieces"@en ,
                                                  "Túnel de microondas para piezas planas barnizadas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MillingMachine
:MillingMachine rdf:type owl:Class ;
                rdfs:subClassOf :SemiautomaticMachine ;
                rdfs:label "Milling machine"@en ,
                           "Retestadora"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MineralMaterial
:MineralMaterial rdf:type owl:Class ;
                 rdfs:subClassOf :Material ;
                 rdfs:label "Materiales minerales"@es ,
                            "Mineral materials"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Mirror
:Mirror rdf:type owl:Class ;
        rdfs:subClassOf :MixedUseAccessory ;
        rdfs:comment "A shiny surface, usually of specially treated glass or metal, that reflects images."@en ;
        rdfs:label "Espejos"@es ,
                   "Mirrors"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MirrorFrame
:MirrorFrame rdf:type owl:Class ;
             rdfs:subClassOf :Frame ;
             rdfs:comment "A frame for furniture pieces like mirrors, blackboard, etc."@en ;
             rdfs:label "Marcos de espejo"@es ,
                        "Mirror frames"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MixedUseAccessory
:MixedUseAccessory rdf:type owl:Class ;
                   rdfs:subClassOf :FurnitureAccessory ;
                   rdfs:comment "An accessory for mixed use."@en ;
                   rdfs:label "Accesorios de uso mixto"@es ,
                              "Mixed use accessories"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MixedUseTextile
:MixedUseTextile rdf:type owl:Class ;
                 rdfs:subClassOf :HomeTextile ;
                 rdfs:comment "A textile product that can be used in various rooms."@en ;
                 rdfs:label "Mixed use textiles"@en ,
                            "Textiles de uso mixto"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ModularSofa
:ModularSofa rdf:type owl:Class ;
             rdfs:subClassOf :Sofa ;
             rdfs:comment "A sofa that comprises individual sections that can be slotted together or taken apart and rearranged to provide a seating solution for a room."@en ;
             rdfs:label "Modular sofas"@en ,
                        "Sofás modulares"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Mop
:Mop rdf:type owl:Class ;
     rdfs:subClassOf :CleaningAccessory ;
     rdfs:comment "A piece of equipment for washing floors. It consists of a sponge or many pieces of string attached to a long handle."@en ;
     rdfs:label "Fregonas"@es ,
                "Mops"@en ;
     <http://www.w3.org/2004/02/skos/core#altLabel> "Mochos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Mortising
:Mortising rdf:type owl:Class ;
           owl:equivalentClass [ rdf:type owl:Restriction ;
                                 owl:onProperty :isPerformedBy ;
                                 owl:someValuesFrom [ rdf:type owl:Class ;
                                                      owl:unionOf ( :MortisingMachineWithDoubleDrillAndPneumaticMovement
                                                                    :MortisingMachineWithManualHead
                                                                    :MultipleMortisingMachine
                                                                    :NumericalControlMultipleMortisingMachine
                                                                  )
                                                    ]
                               ] ;
           rdfs:subClassOf :MachiningOperation ;
           rdfs:label "Escopleado"@es ,
                      "Mortising"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MortisingMachineWithDoubleDrillAndPneumaticMovement
:MortisingMachineWithDoubleDrillAndPneumaticMovement rdf:type owl:Class ;
                                                     rdfs:subClassOf :SemiautomaticMachine ;
                                                     rdfs:label "Escopleadora de dos taladros y desplazamiento neumático"@es ,
                                                                "Mortising machine with double drill and pneumatic movement"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MortisingMachineWithManualHead
:MortisingMachineWithManualHead rdf:type owl:Class ;
                                rdfs:subClassOf :ManualMachine ;
                                rdfs:label "Escopleadora con cabezal manual"@es ,
                                           "Mortising machine with manual head"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MosesBasket
:MosesBasket rdf:type owl:Class ;
             rdfs:subClassOf :ChildrenPieceOfFurniture ;
             rdfs:comment "A traditional, portable basket designed for infants to sleep in."@en ;
             rdfs:label "Moisés"@es ,
                        "Moses basket"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MosquitoNet
:MosquitoNet rdf:type owl:Class ;
             rdfs:subClassOf :MixedUseAccessory ;
             rdfs:comment "A net hung over a bed, etc. to keep mosquitoes out."@en ;
             rdfs:label "Mosquiteras"@es ,
                        "Mosquito nets"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MouldMaking
:MouldMaking rdf:type owl:Class ;
             rdfs:subClassOf :MachiningOperation ;
             rdfs:label "Moldurado"@es ,
                        "Mould making"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Moulding
:Moulding rdf:type owl:Class ;
          rdfs:subClassOf :Component ;
          rdfs:comment "A line of ornamental plaster, carved wood, moulded plastic, etc., typically around the edge or along the top of something."@en ;
          rdfs:label "Molduras"@es ,
                     "Mouldings"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MouldingSanding
:MouldingSanding rdf:type owl:Class ;
                 owl:equivalentClass [ rdf:type owl:Restriction ;
                                       owl:onProperty :isPerformedBy ;
                                       owl:someValuesFrom [ rdf:type owl:Class ;
                                                            owl:unionOf ( :MultipleBeltSander
                                                                          :SingleHeadSanderForMouldings
                                                                          :VerticalBandSanderForSimpleCurves
                                                                        )
                                                          ]
                                     ] ;
                 rdfs:subClassOf :SurfacePreparation ;
                 rdfs:label "Lijado de molduras"@es ,
                            "Moulding sanding"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MultiAxialMouldingMachine
:MultiAxialMouldingMachine rdf:type owl:Class ;
                           rdfs:subClassOf :ManualMachine ;
                           rdfs:label "Moldurera de ejes múltiples"@es ,
                                      "Multi-axial moulding machine"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MultiAxialMouldingMachineWithFeeding
:MultiAxialMouldingMachineWithFeeding rdf:type owl:Class ;
                                      rdfs:subClassOf :SemiautomaticMachine ;
                                      rdfs:label "Moldurera de ejes múltiples con alimentador"@es ,
                                                 "Multi-axial moulding machine with feeding"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MultipleBeltSander
:MultipleBeltSander rdf:type owl:Class ;
                    rdfs:subClassOf :SemiautomaticMachine ;
                    rdfs:label "Lijadora de múltiples cintas"@es ,
                               "Multiple belt sander"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MultipleDrill
:MultipleDrill rdf:type owl:Class ;
               rdfs:subClassOf :ManualMachine ;
               rdfs:label "Multiple drill"@en ,
                          "Taladradora múltiple"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MultipleMortisingMachine
:MultipleMortisingMachine rdf:type owl:Class ;
                          rdfs:subClassOf :SemiautomaticMachine ;
                          rdfs:label "Escopleadora múltiple"@es ,
                                     "Multiple mortising machine"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MultipleSidePlaner
:MultipleSidePlaner rdf:type owl:Class ;
                    rdfs:subClassOf :SemiautomaticMachine ;
                    rdfs:label "Cepilladora de múltiples caras"@es ,
                               "Multiple side planer"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MusicalAccessory
:MusicalAccessory rdf:type owl:Class ;
                  rdfs:subClassOf :MusicalInstrument ;
                  rdfs:comment "A utensil that complements a musical instrument, whether to make it sound better, to make it more comfortable, to protect it, or to ensure that it functions properly."@en ;
                  rdfs:label "Accesorios musicales"@es ,
                             "Musical accessories"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MusicalInstrument
:MusicalInstrument rdf:type owl:Class ;
                   rdfs:subClassOf :Product ;
                   rdfs:comment "An object to play in order to produce music."@en ;
                   rdfs:label "Instrumentos musicales"@es ,
                              "Musical instruments"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Nail
:Nail rdf:type owl:Class ;
      rdfs:subClassOf :BasicAssemblyHardware ;
      rdfs:comment "A small thin pointed piece of metal with a flat head, used for joining pieces of wood together or hanging things on a wall."@en ;
      rdfs:label "Clavos"@es ,
                 "Nails"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#NaturalFibre
:NaturalFibre rdf:type owl:Class ;
              rdfs:subClassOf :UpholsteryMaterial ;
              rdfs:label "Fibra natural"@es ,
                         "Natural fibre"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#NetCurtain
:NetCurtain rdf:type owl:Class ;
            rdfs:subClassOf :Curtain ;
            rdfs:comment "A small curtain placed on the inside of windows to protect from the sun or prevent the view from outside."@en ;
            rdfs:label "Net curtains"@en ,
                       "Visillos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#NoticeBoard
:NoticeBoard rdf:type owl:Class ;
             rdfs:subClassOf :TableTop ;
             owl:disjointWith :WritingBoard ;
             rdfs:comment "A board bearing a notice or on which notices may be posted (as at a school)."@en ;
             rdfs:label "Notice boards"@en ,
                        "Tablones de anuncios"@es ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Bulletin boards"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Nozzle
:Nozzle rdf:type owl:Class ;
        rdfs:subClassOf :Tool ;
        rdfs:label "Boquillas"@es ,
                   "Nozzles"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#NumericalControlDoubleBladeMitreSaw
:NumericalControlDoubleBladeMitreSaw rdf:type owl:Class ;
                                     rdfs:subClassOf :CNC ;
                                     rdfs:label "Numerical control double blade mitre saw"@en ,
                                                "Tronzadora de dos cabezales de control numérico"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#NumericalControlDoubleEdgeBander
:NumericalControlDoubleEdgeBander rdf:type owl:Class ;
                                  rdfs:subClassOf :CNC ;
                                  rdfs:label "Chapadora doble de control numérico"@es ,
                                             "Numerical control double edge bander"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#NumericalControlDoubleHeadTenoning
:NumericalControlDoubleHeadTenoning rdf:type owl:Class ;
                                    rdfs:subClassOf :CNC ;
                                    rdfs:label "Espigadora de doble cabezal de control numérico"@es ,
                                               "Numerical control double head tenoning"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#NumericalControlDoubleHeadTenoningWithSupply
:NumericalControlDoubleHeadTenoningWithSupply rdf:type owl:Class ;
                                              rdfs:subClassOf :CNC ;
                                              rdfs:label "Espigadora de doble cabezal de control numérico con alimentador"@es ,
                                                         "Numerical control double head tenoning with supply"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#NumericalControlDrillingMachineWithMultipleHeadsFeederAndDownloading
:NumericalControlDrillingMachineWithMultipleHeadsFeederAndDownloading rdf:type owl:Class ;
                                                                      rdfs:subClassOf :CNC ;
                                                                      rdfs:label "Numerical control drilling machine with multiple heads, feeder and downloading"@en ,
                                                                                 "Taladradora de múltiples cabezales con alimentador y descarga de control numérico"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#NumericalControlEdgeBander
:NumericalControlEdgeBander rdf:type owl:Class ;
                            rdfs:subClassOf :CNC ;
                            rdfs:label "Chapadora de control numérico"@es ,
                                       "Numerical control edge bander"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#NumericalControlMouldingMachine
:NumericalControlMouldingMachine rdf:type owl:Class ;
                                 rdfs:subClassOf :CNC ;
                                 rdfs:label "Moldurera de control numérico"@es ,
                                            "Numerical control moulding machine"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#NumericalControlMultipleMortisingMachine
:NumericalControlMultipleMortisingMachine rdf:type owl:Class ;
                                          rdfs:subClassOf :CNC ;
                                          rdfs:label "Escopleadora múltiple de control numérico"@es ,
                                                     "Numerical control multiple mortising machine"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#NumericalControlSpindleMoulder
:NumericalControlSpindleMoulder rdf:type owl:Class ;
                                rdfs:subClassOf :CNC ;
                                rdfs:label "Numerical control spindle moulder"@en ,
                                           "Tupí de control numérico"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#NursingChairPocket
:NursingChairPocket rdf:type owl:Class ;
                    rdfs:subClassOf :MixedUseTextile ;
                    rdfs:comment "An accessory to transport the baby bottle comfortably, allowing it to stay at a good temperature for a few hours."@en ;
                    rdfs:label "Nursing chair pockets"@en ,
                               "Portabiberones"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#NursingRockingChair
:NursingRockingChair rdf:type owl:Class ;
                     rdfs:subClassOf :ChildrenPieceOfFurniture ;
                     rdfs:comment "A chair that's comfortable when nursing an infant. It differs from a rocking chair in that it does not have rockers, but rather four stationary legs."@en ;
                     rdfs:label "Mecedoras de lactancia"@es ,
                                "Nursing rocking chairs"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Nut
:Nut rdf:type owl:Class ;
     rdfs:subClassOf :BasicAssemblyHardware ,
                     [ rdf:type owl:Restriction ;
                       owl:onProperty :isNutType ;
                       owl:someValuesFrom xsd:string
                     ] ;
     rdfs:comment "A type of fastener with a threaded hole. Nuts are almost always used in conjunction with a mating bolt to fasten multiple parts together. The two partners are kept together by a combination of their threads' friction (with slight elastic deformation), a slight stretching of the bolt, and compression of the parts to be held together. The term \"screw\" is sometimes used to refer also nuts."@en ;
     rdfs:label "Nuts"@en ,
                "Tuercas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Nylon
:Nylon rdf:type owl:Class ;
       rdfs:subClassOf :Thermoplastic ;
       rdfs:label "Nylon"@en ,
                  "Nylon"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#NylonFabric
:NylonFabric rdf:type owl:Class ;
             rdfs:subClassOf :SyntheticFabric ;
             rdfs:label "Nylon fabric"@en ,
                        "Tejido de nylon"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OSBBoard
:OSBBoard rdf:type owl:Class ;
          rdfs:subClassOf :WoodenBoard ;
          rdfs:label "OSB boards"@en ,
                     "Tableros OSB"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OakWood
:OakWood rdf:type owl:Class ;
         rdfs:subClassOf :Wood ;
         rdfs:comment "A tree with tough hard wood. Its colour can vary from the brownish-yellow to brown. It has coarse grain."@en ;
         rdfs:label "Madera de roble"@es ,
                    "Oak wood"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Oboe
:Oboe rdf:type owl:Class ;
      rdfs:subClassOf :WoodwindInstrument ;
      rdfs:comment "A woodwind instrument consisting of a conical tube fitted with a mouthpiece having a double reed. It has a penetrating nasal tone."@en ;
      rdfs:label "Oboes"@en ,
                 "Oboes"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Ocarina
:Ocarina rdf:type owl:Class ;
         rdfs:subClassOf :Flute ;
         rdfs:comment "An egg-shaped wind instrument with a protruding mouthpiece and six to eight finger holes, producing an almost pure tone."@en ;
         rdfs:label "Ocarinas"@en ,
                    "Ocarinas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OfficeChair
:OfficeChair rdf:type owl:Class ;
             rdfs:subClassOf :Chair ;
             rdfs:comment "A type of chair that is designed for use at a desk in an office."@en ;
             rdfs:label "Office chairs"@en ,
                        "Sillas de oficina"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OfficeComposition
:OfficeComposition rdf:type owl:Class ;
                   rdfs:subClassOf :FurnitureComposition ;
                   rdfs:comment "A combination of furniture items to furnisha room or a part of a building where people work sitting at desks."@en ;
                   rdfs:label "Office"@en ,
                              "Oficina"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OfficeDesk
:OfficeDesk rdf:type owl:Class ;
            rdfs:subClassOf :OfficeTable ;
            rdfs:comment "A piece of furniture with a flat or sloping top and often with drawers, at which one can read, write or work. Normally used in offices."@en ;
            rdfs:label "Escritorios de oficina"@es ,
                       "Office desks"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OfficeFurnitureProducer
:OfficeFurnitureProducer rdf:type owl:Class ;
                         rdfs:subClassOf :Manufacturer ;
                         rdfs:label "Office"@en ,
                                    "Oficina"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OfficeTable
:OfficeTable rdf:type owl:Class ;
             rdfs:subClassOf :Table ;
             rdfs:comment "A table used for working in offices."@en ;
             rdfs:label "Mesas de oficina"@es ,
                        "Office tables"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Oil
:Oil rdf:type owl:Class ;
     rdfs:subClassOf :AuxiliarySubstance ;
     rdfs:label "Aceites"@es ,
                "Oils"@en ;
     <http://www.w3.org/2004/02/skos/core#altLabel> "Grasas"@es ,
                                                    "Lubricantes"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OliveWood
:OliveWood rdf:type owl:Class ;
           rdfs:subClassOf :Wood ;
           rdfs:comment "Tree with yellow wood and with redish veins. It has irregular fiber that can be entwined. It has fine grain."@en ;
           rdfs:label "Madera de olivo"@es ,
                      "Olive wood"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OperatingTable
:OperatingTable rdf:type owl:Class ;
                rdfs:subClassOf :WorkTable ;
                rdfs:comment "A table which a patient in a hospital lies on during a surgical operation."@en ;
                rdfs:label "Mesas de operaciones"@es ,
                           "Operating tables"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OrderPickingService
:OrderPickingService rdf:type owl:Class ;
                     rdfs:subClassOf :LogisticsService ;
                     rdfs:comment "A service consisting of taking goods that have been ordered from the place where they are stored and sending them to customers."@en ;
                     rdfs:label "Order picking"@en ,
                                "Recogida de pedidos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Organ
:Organ rdf:type owl:Class ;
       rdfs:subClassOf :KeyboardInstrument ;
       rdfs:comment "A large musical instrument with keys like a piano. Sounds are produced by air forced through pipes."@en ;
       rdfs:label "Organs"@en ,
                  "Órganos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Organization
:Organization rdf:type owl:Class ;
              rdfs:subClassOf [ rdf:type owl:Restriction ;
                                owl:onProperty :hasAddress ;
                                owl:someValuesFrom xsd:string
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :hasAwards ;
                                owl:someValuesFrom xsd:string
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :hasBusinessActivityCode ;
                                owl:someValuesFrom xsd:string
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :hasCompanyName ;
                                owl:someValuesFrom xsd:string
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :hasElectronicMail ;
                                owl:someValuesFrom xsd:string
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :hasVatID ;
                                owl:someValuesFrom xsd:string
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :hasWebPage ;
                                owl:someValuesFrom xsd:string
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :holdsCertification ;
                                owl:someValuesFrom xsd:string
                              ] ;
              rdfs:comment "A body composed of individual people and/or legal entities, having an orderly structure to fulfil a purpose, especially a business, government department, charity, etc."@en ;
              rdfs:label "Organización"@es ,
                         "Organization"@en ;
              <http://www.w3.org/2004/02/skos/core#altLabel> "Company"@en ,
                                                             "Compañia"@es ,
                                                             "Enterprise"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OrtophedicChair
:OrtophedicChair rdf:type owl:Class ;
                 rdfs:subClassOf :Chair ;
                 rdfs:comment "A char that is specially designed to support the spine, lower back, and overall body posture."@en ;
                 rdfs:label "Ortophedic chairs"@en ,
                            "Sillas ortopédicas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OscillatingWindow
:OscillatingWindow rdf:type owl:Class ;
                   rdfs:subClassOf :Window ;
                   rdfs:comment "A window that can be opened by rotating horizontally, leaving a small opening at the top that is usually used to ventilate the room while taking up minimal space, or even to prevent drafts."@en ;
                   rdfs:label "Oscillating window"@en ,
                              "Ventana oscilante"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OtherAlloys
:OtherAlloys rdf:type owl:Class ;
             rdfs:subClassOf :MetalMaterial ;
             rdfs:label "Other alloys"@en ,
                        "Otras aleaciones"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OutdoorChair
:OutdoorChair rdf:type owl:Class ;
              rdfs:subClassOf :Chair ;
              rdfs:comment "A chair that is designed for use outdoors."@en ;
              rdfs:label "Outdoor chairs"@en ,
                         "Sillas de exterior"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OutdoorEquipment
:OutdoorEquipment rdf:type owl:Class ;
                  rdfs:subClassOf :Product ;
                  rdfs:comment "A product designed for outdoor activities."@en ;
                  rdfs:label "Equipamiento de exterior"@es ,
                             "Outdoor equipment"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OutdoorFitnessEquipment
:OutdoorFitnessEquipment rdf:type owl:Class ;
                         rdfs:subClassOf :OutdoorEquipment ;
                         rdfs:comment "Equipment designed for a fitness area built outside in a public park, with the all-weather construction of its exercise machines somewhat modeled on playground equipment."@en ;
                         rdfs:label "Equipamiento deportivo de exterior"@es ,
                                    "Outdoor fitness equipment"@en ;
                         <http://www.w3.org/2004/02/skos/core#altLabel> "Outdoor gym equipment"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OutdoorFurnitureProducer
:OutdoorFurnitureProducer rdf:type owl:Class ;
                          rdfs:subClassOf :Manufacturer ;
                          rdfs:label "Mueble para Exteriores"@es ,
                                     "Outdoor Furniture"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OutdoorStoveHeater
:OutdoorStoveHeater rdf:type owl:Class ;
                    rdfs:subClassOf :HouseholdAppliance ;
                    rdfs:comment "A stove designed to emit direct heat and maintain the temperature in open or semi-covered areas."@en ;
                    rdfs:label "Estufas de exterior"@es ,
                               "Outdoor stove heaters"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OutdoorTable
:OutdoorTable rdf:type owl:Class ;
              rdfs:subClassOf :Table ;
              rdfs:comment "A table to be used outdoors. Outdoor tables may be intended for contract use (non-private use in places with public access, such as restaurants, open-air swimming pools, vacational an leisure sites), domestic use (gardens, wintergardens, terraces, balconiest, etc) and camping use. Outdoor tables for camping use are often foldable or detachable and of light-weight design."@en ;
              rdfs:label "Mesas de exterior"@es ,
                         "Outdoor tables"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Oven
:Oven rdf:type owl:Class ;
      rdfs:subClassOf :HouseholdAppliance ;
      rdfs:comment "A closed device equipped with an upper heating element (broiler) and a lower heating element, in which food is cooked or heated."@en ,
                   "Un dispositivo cerrado equipado con un elemento calefactor en la parte superior (parrilla) y un elemento calefactor inferior, donde la comida es cocinada o calentada."@es ;
      rdfs:label "Hornos"@es ,
                 "Ovens"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OvenGlove
:OvenGlove rdf:type owl:Class ;
           rdfs:subClassOf :KitchenTextile ;
           rdfs:comment "A heatproof glove or mitt used to carry or take hot trays, dishes, etc out of the oven."@en ;
           rdfs:label "Manoplas"@es ,
                      "Oven gloves"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Packaging
:Packaging rdf:type owl:Class ;
           owl:equivalentClass [ rdf:type owl:Restriction ;
                                 owl:onProperty :isPerformedBy ;
                                 owl:someValuesFrom [ rdf:type owl:Class ;
                                                      owl:unionOf ( :FilmBaler
                                                                    :HotShrinkingBaler
                                                                  )
                                                    ]
                               ] ;
           rdfs:subClassOf :Storage ;
           rdfs:label "Embalaje"@es ,
                      "Packaging"@en ;
           <http://www.w3.org/2004/02/skos/core#altLabel> "Empaque"@es ,
                                                          "Packing"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PackagingMaterialsProducer
:PackagingMaterialsProducer rdf:type owl:Class ;
                            rdfs:subClassOf :MaterialSupplier ;
                            rdfs:label "Materiales de Embalaje"@es ,
                                       "Packaging Materials"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Padding
:Padding rdf:type owl:Class ;
         rdfs:subClassOf :UpholsteryMaterial ;
         rdfs:label "Paddings"@en ,
                    "Rellenos"@es ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Fills"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Paint
:Paint rdf:type owl:Class ;
       rdfs:subClassOf :CoatingSubstance ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :hasSubstanceBase ;
                         owl:someValuesFrom xsd:string
                       ] ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :isMagnetic ;
                         owl:someValuesFrom xsd:boolean
                       ] ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :isPhosphorescent ;
                         owl:someValuesFrom xsd:boolean
                       ] ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :isSolventBased ;
                         owl:someValuesFrom xsd:boolean
                       ] ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :isWaterBased ;
                         owl:someValuesFrom xsd:boolean
                       ] ;
       rdfs:label "Paints"@en ,
                  "Pinturas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PaintStripper
:PaintStripper rdf:type owl:Class ;
               rdfs:subClassOf :AuxiliarySubstance ;
               rdfs:label "Decapantes"@es ,
                          "Paint strippers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PaintsAndVarnishesProducer
:PaintsAndVarnishesProducer rdf:type owl:Class ;
                            rdfs:subClassOf :MaterialSupplier ;
                            rdfs:label "Paints / Varnishes"@en ,
                                       "Pinturas / Barnices"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PaletteKnife
:PaletteKnife rdf:type owl:Class ;
              rdfs:subClassOf :Tool ;
              rdfs:comment "A palette knife is usually rubber and steel made."@en ;
              rdfs:label "Espátulas"@es ,
                         "Palette knives"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Pallet
:Pallet rdf:type owl:Class ;
        rdfs:subClassOf :TertiaryPackaging ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :hasEpalCertificate ;
                          owl:someValuesFrom xsd:boolean
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :hasFlap ;
                          owl:someValuesFrom xsd:boolean
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :hasIspm15Certificate ;
                          owl:someValuesFrom xsd:boolean
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :hasSkate ;
                          owl:someValuesFrom xsd:boolean
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :isReversible ;
                          owl:someValuesFrom xsd:boolean
                        ] ;
        rdfs:comment "A flat wooden or metal platform on which goods are stored so that they can be lifted and moved using a forklift truck."@en ,
                     "Una plataforma plana de madera o metal sobre la que se almacenan las mercancías para que puedan ser levantadas y trasladadas con una carretilla elevadora."@es ;
        rdfs:label "Pallets"@en ,
                   "Pallets"@es ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Paletas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PanelDoor
:PanelDoor rdf:type owl:Class ;
           rdfs:subClassOf :Door ;
           rdfs:comment "A type of door constructed with multiple panels that are typically rectangular or square in shape."@en ;
           rdfs:label "Panel doors"@en ,
                      "Puertas de panel"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PanelsProducer
:PanelsProducer rdf:type owl:Class ;
                rdfs:subClassOf :Manufacturer ;
                rdfs:label "Paneles"@es ,
                           "Panels"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Paper
:Paper rdf:type owl:Class ;
       rdfs:subClassOf :LignocellulosicMaterial ;
       rdfs:label "Papel"@es ,
                  "Paper"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PaperFilling
:PaperFilling rdf:type owl:Class ;
              rdfs:subClassOf :CushionPackaging ;
              rdfs:comment "A type of packing material used to fill and protect items during shipping or storage. It is used to fill empty spaces inside a package or box to prevent the contents from shifting or being damaged during transit."@en ,
                           "Un papel utilizado para rellenar y proteger objetos durante el envío o almacenamiento. Se utiliza para llenar espacios vacíos dentro de un paquete o caja para evitar que los objetos de dentro se muevan o se dañen durante el transporte."@es ;
              rdfs:label "Papel de relleno"@es ,
                         "Paper filling"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PaperHolder
:PaperHolder rdf:type owl:Class ;
             rdfs:subClassOf :MixedUseAccessory ;
             rdfs:comment "A device that holds a roll of toilet paper and is typically mounted on a wall within reach of a toilet."@en ;
             rdfs:label "Paper holders"@en ,
                        "Portarrollos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ParkBench
:ParkBench rdf:type owl:Class ;
           rdfs:subClassOf :Bench ;
           rdfs:comment "A public park bench set outdoors and fixed at floor."@en ;
           rdfs:label "Bancos de parque"@es ,
                      "Park benches"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ParquetFloorsProducer
:ParquetFloorsProducer rdf:type owl:Class ;
                       rdfs:subClassOf :Manufacturer ;
                       rdfs:label "Parquet"@es ,
                                  "Parquet Floors"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ParticleBoard
:ParticleBoard rdf:type owl:Class ;
               rdfs:subClassOf :WoodenBoard ;
               rdfs:comment "A building material made of small pieces of wood pressed and stuck tightly together in flat sheets."@en ;
               rdfs:label "Particle boards"@en ,
                          "Tableros aglomerados"@es ;
               <http://www.w3.org/2004/02/skos/core#altLabel> "Chipboard"@en ,
                                                              "Tableros de partículas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Patina
:Patina rdf:type owl:Class ;
        rdfs:subClassOf :AuxiliarySubstance ;
        rdfs:comment "A thin layer that variously forms on the surface of stone, copper, bronze and similar metals (tarnish produced by oxidation or other chemical processes), wooden furniture or any such acquired change of a surface through age and exposure."@en ;
        rdfs:label "Patinas"@en ,
                   "Patinas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Pedestal
:Pedestal rdf:type owl:Class ;
          rdfs:subClassOf :Base ;
          rdfs:comment "A solid body, cylindrical or rectangular parallelepiped in shape, that supports a column, statue, etc."@en ;
          rdfs:label "Pedestales"@es ,
                     "Pedestals"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PedestrianBarrier
:PedestrianBarrier rdf:type owl:Class ;
                   rdfs:subClassOf :IndustrialProtectionElement ;
                   rdfs:label "Barreras peatonales"@es ,
                              "Pedestrian barriers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PendantLight
:PendantLight rdf:type owl:Class ;
              rdfs:subClassOf :CeilingLighting ;
              rdfs:comment "A light fixture that is suspended from a simple rope or chain, often with a single lamp at the end."@en ;
              rdfs:label "Lámparas colgantes"@es ,
                         "Pendant lights"@en ;
              <http://www.w3.org/2004/02/skos/core#altLabel> "Lámparas suspendidas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PendulumSystem
:PendulumSystem rdf:type owl:Class ;
                rdfs:subClassOf :MixedUseAccessory ;
                rdfs:comment "A system that consists of a massless string with one end attached to a weight and the other end fixed. When an initial push is given, the pendulum will swing back and forth under the influence of gravity."@en ;
                rdfs:label "Pendulum systems"@en ,
                           "Sistemas de péndulo"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PercussionInstrument
:PercussionInstrument rdf:type owl:Class ;
                      rdfs:subClassOf :MusicalInstrument ;
                      rdfs:label "Instrumentos de percusión"@es ,
                                 "Percussion instruments"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PersonalProtectiveEquipment
:PersonalProtectiveEquipment rdf:type owl:Class ;
                             rdfs:subClassOf :AuxiliaryEquipment ;
                             rdfs:label "Equipamiento de protección personal"@es ,
                                        "Personal protective equipment"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PetDoor
:PetDoor rdf:type owl:Class ;
         rdfs:subClassOf :Door ;
         rdfs:comment "An opening in a door to allow pets to enter and exit without the main door being opened."@en ;
         rdfs:label "Pet doors"@en ,
                    "Puertas para mascotas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PhenolicResin
:PhenolicResin rdf:type owl:Class ;
               rdfs:subClassOf :Adhesive ;
               rdfs:label "Phenolic resins"@en ,
                          "Resinas fenólicas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PhotoFrame
:PhotoFrame rdf:type owl:Class ;
            rdfs:subClassOf :DecorationElement ;
            rdfs:comment "A protective and decorative edging for a picture, such as a painting or photograph."@en ;
            rdfs:label "Marcos de fotos"@es ,
                       "Photo frames"@en ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Picture frames"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Piano
:Piano rdf:type owl:Class ;
       rdfs:subClassOf :KeyboardInstrument ;
       rdfs:comment "A large musical instrument played by pressing the black or white keys of a keyboard, thus causing small hammers to strike metal strings to produce different notes."@en ;
       rdfs:label "Pianos"@en ,
                  "Pianos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PianoBench
:PianoBench rdf:type owl:Class ;
            rdfs:subClassOf :Bench ;
            rdfs:comment "A bench for playing piano. Piano benches offer usually one person seating and are height adjustable."@en ;
            rdfs:label "Banquetas de piano"@es ,
                       "Piano benches"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Piccolo
:Piccolo rdf:type owl:Class ;
         rdfs:subClassOf :Flute ;
         rdfs:comment "A small flute sounding an octave higher than the ordinary flute."@en ;
         rdfs:label "Flautines"@es ,
                    "Piccolos"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PicnicTable
:PicnicTable rdf:type owl:Class ;
             rdfs:subClassOf :OutdoorTable ;
             rdfs:comment "A picnic table (or sometimes a picnic bench) is a modified table with benches expressly for the purpose of eating a meal outdoors (picnicking). In the past, picnic tables were typically made of wood, but modern tables can be made out of anything from recycled plastic to brushed metal. These tables may have table legs which are collapsible, in order to expedite transport and storage. Picnic tables have long benches as well as a table."@en ;
             rdfs:label "Mesas de picnic"@es ,
                        "Picnic tables"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PieceOfFurniture
:PieceOfFurniture rdf:type owl:Class ;
                  owl:equivalentClass [ owl:intersectionOf ( :Furniture
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty :hasPart ;
                                                               owl:someValuesFrom :Component
                                                             ]
                                                           ) ;
                                        rdf:type owl:Class
                                      ] ;
                  rdfs:subClassOf :Furniture ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :hasMaterial ;
                                    owl:someValuesFrom :Material
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :hasPrice ;
                                    owl:someValuesFrom :Price
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :isManufacturedBy ;
                                    owl:someValuesFrom :Manufacturer
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :isManufacturedBy ;
                                    owl:allValuesFrom :Manufacturer
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :hasColour ;
                                    owl:someValuesFrom xsd:string
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :hasDescriptionOfMaterials ;
                                    owl:someValuesFrom xsd:string
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :holdsCertification ;
                                    owl:someValuesFrom xsd:string
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :isFoldable ;
                                    owl:someValuesFrom xsd:boolean
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty :isStackable ;
                                    owl:someValuesFrom xsd:boolean
                                  ] ;
                  rdfs:comment "An item of furniture."@en ;
                  rdfs:label "Elementos de mobiliario"@es ,
                             "Pieces of furniture"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Pigeonhole
:Pigeonhole rdf:type owl:Class ;
            rdfs:subClassOf :Cabinet ;
            rdfs:comment "Any of a set of small boxes open at the front, esp in a desk for keeping papers in or fixed on  wall for messages, letters, etc."@en ;
            rdfs:label "Casilleros"@es ,
                       "Pigeonholes"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Pillow
:Pillow rdf:type owl:Class ;
        rdfs:subClassOf :BedLinen ;
        rdfs:comment "A cushion used to support the head, especially in bed."@en ;
        rdfs:label "Almohadas"@es ,
                   "Pillows"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PillowCover
:PillowCover rdf:type owl:Class ;
             rdfs:subClassOf :BedLinen ;
             rdfs:comment "A textile that covers a pillow and is used primarily to protect the pillow from dirt, oils and sweat, as well as to make it visually appealing."@en ;
             rdfs:label "Fundas de almohada"@es ,
                        "Pillow covers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PillowProtector
:PillowProtector rdf:type owl:Class ;
                 rdfs:subClassOf :BedLinen ;
                 rdfs:comment "A textile designed to provide an extra layer of protection for the pillow, usually made of a waterproof or water-resistant material, such as vinyl or polyurethane, to prevent stains, allergens, and dust mites from penetrating the pillow."@en ;
                 rdfs:label "Pillow protectors"@en ,
                            "Protectores de almohada"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PingPongTable
:PingPongTable rdf:type owl:Class ;
               rdfs:subClassOf :SportTable ;
               rdfs:comment "A table used for playing table tennis."@en ;
               rdfs:label "Mesas de ping-pong"@es ,
                          "Ping-pong tables"@en ;
               <http://www.w3.org/2004/02/skos/core#altLabel> "Table tennis tables"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Pipe
:Pipe rdf:type owl:Class ;
      rdfs:subClassOf :BuildingElement ;
      rdfs:comment "A long, round, hollow object, usually made of metal or plastic, through which a liquid or gas can flow."@en ;
      rdfs:label "Pipes"@en ,
                 "Tuberías"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Planer
:Planer rdf:type owl:Class ;
        rdfs:subClassOf :ManualMachine ;
        rdfs:label "Cepilladora"@es ,
                   "Planer"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Planing
:Planing rdf:type owl:Class ;
         owl:equivalentClass [ rdf:type owl:Restriction ;
                               owl:onProperty :isPerformedBy ;
                               owl:someValuesFrom [ rdf:type owl:Class ;
                                                    owl:unionOf ( :MultipleSidePlaner
                                                                  :Planer
                                                                )
                                                  ]
                             ] ;
         rdfs:subClassOf :MachiningOperation ;
         rdfs:label "Cepillado"@es ,
                    "Planing"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Planter
:Planter rdf:type owl:Class ;
         rdfs:subClassOf :DecorationElement ;
         rdfs:comment "A container for plants that afford more diversity for gardeners than pots. They are typically long, narrow, and rectangular, and are intended to house multiple plants."@en ;
         rdfs:label "Jardineras"@es ,
                    "Planters"@en ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Gardeners"@en ,
                                                        "Window boxes"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PlasticMaterial
:PlasticMaterial rdf:type owl:Class ;
                 rdfs:subClassOf :Material ;
                 rdfs:label "Materiales plásticos"@es ,
                            "Plastic materials"@en ;
                 <http://www.w3.org/2004/02/skos/core#altLabel> "Synthetics"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PlasticSupplier
:PlasticSupplier rdf:type owl:Class ;
                 rdfs:subClassOf :MaterialSupplier ;
                 rdfs:label "Plastic"@en ,
                            "Plástico"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Plate
:Plate rdf:type owl:Class ;
       rdfs:subClassOf :KitchenAccessory ;
       rdfs:comment "A round or oval flat dish that is used to hold food."@en ;
       rdfs:label "Plates"@en ,
                  "Platos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PlateRack
:PlateRack rdf:type owl:Class ;
           rdfs:subClassOf :Rack ;
           rdfs:comment "A wooden or plastic frame in which food plates are stored or left to dry after being washed."@en ;
           rdfs:label "Escurreplatos"@es ,
                      "Plate racks"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Platter
:Platter rdf:type owl:Class ;
         rdfs:subClassOf :KitchenAccessory ;
         rdfs:comment "A large, flat plate used for serving food."@en ;
         rdfs:label "Fuentes"@es ,
                    "Platters"@en ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Bandejas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PlaygroundEquipment
:PlaygroundEquipment rdf:type owl:Class ;
                     rdfs:subClassOf :OutdoorEquipment ;
                     rdfs:comment "Equipment designed for an area designed to provide an environment for children that facilitates play."@en ;
                     rdfs:label "Equipamiento de parques infantiles"@es ,
                                "Playground equipment"@en ;
                     <http://www.w3.org/2004/02/skos/core#altLabel> "Playpark equipment"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PlaygroundFence
:PlaygroundFence rdf:type owl:Class ;
                 rdfs:subClassOf :PlaygroundEquipment ;
                 rdfs:comment "A safety feature designed to protect children while they play. It serves multiple purposes, such as keeping children contained within a designated area, preventing unauthorized access, and safeguarding against potential hazards in the surrounding environment."@en ;
                 rdfs:label "Playground fences"@en ,
                            "Vallados de parques infantiles"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PlaygroundSlide
:PlaygroundSlide rdf:type owl:Class ;
                 rdfs:subClassOf :PlaygroundEquipment ;
                 rdfs:comment "A recreational structure consisting of a raised, sliding ramp at the rear, supported by a staircase that allows access to the top for sliding down the surface. It can be considered the centerpiece of the fun in modern water parks."@en ,
                              "Una construcción de carácter recreativo, que consiste en una rampa deslizante elevada en su parte posterior por una escalera que permite el ascenso a la parte superior para proceder al deslizamiento sobre la superficie. Se puede considerar como la parte central de la diversión en los parques acuáticos modernos."@es ;
                 rdfs:label "Playground slides"@en ,
                            "Toboganes"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Playpen
:Playpen rdf:type owl:Class ;
         rdfs:subClassOf :ChildrenPieceOfFurniture ;
         rdfs:comment "An enclosure intended to retain a child whilst allowing him/her space to play for short periods."@en ;
         rdfs:label "Parques"@es ,
                    "Playpens"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Playset
:Playset rdf:type owl:Class ;
         rdfs:subClassOf :PlaygroundEquipment ;
         rdfs:comment "A unitary structure for children to play on, typically including a slide, and often swings, ropes to climb on, and other things found as separate structures at public playgrounds."@en ;
         rdfs:label "Multijuegos"@en ,
                    "Playsets"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Pliers
:Pliers rdf:type owl:Class ;
        rdfs:subClassOf :Tool ;
        rdfs:label "Alicates"@es ,
                   "Pliers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PlumbingInstallationService
:PlumbingInstallationService rdf:type owl:Class ;
                             rdfs:subClassOf :InstallationService ;
                             rdfs:label "Instalación de fontanería"@es ,
                                        "Plumbing installation"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PlywoodBoard
:PlywoodBoard rdf:type owl:Class ;
              rdfs:subClassOf :WoodenBoard ;
              rdfs:comment "A flat panel material which is constructed of thin veneers of wood that are bonded in layers.  The direction of the grain of each layer of veneer is at right angles (90 degrees) to the next. It is very strong."@en ;
              rdfs:label "Plywood boards"@en ,
                         "Tableros de contrachapado"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PlywoodProducer
:PlywoodProducer rdf:type owl:Class ;
                 rdfs:subClassOf :MaterialSupplier ;
                 rdfs:label "Madera Contrachapada"@es ,
                            "Plywood"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Polishing
:Polishing rdf:type owl:Class ;
           owl:equivalentClass [ rdf:type owl:Restriction ;
                                 owl:onProperty :isPerformedBy ;
                                 owl:someValuesFrom [ rdf:type owl:Class ;
                                                      owl:unionOf ( :AutomaticPolisher
                                                                    :ManualPolisher
                                                                  )
                                                    ]
                               ] ;
           rdfs:subClassOf :Finishing ;
           rdfs:comment "This process is usually done just after the lacquering process, increasing the brightness of the surface of the piece."@en ;
           rdfs:label "Polishing"@en ,
                      "Pulido"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Polyamide
:Polyamide rdf:type owl:Class ;
           rdfs:subClassOf :Thermoplastic ;
           rdfs:label "PA (poliamida)"@es ,
                      "PA (polyamide)"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PolyamideFabric
:PolyamideFabric rdf:type owl:Class ;
                 rdfs:subClassOf :SyntheticFabric ;
                 rdfs:label "Polyamide fabric"@en ,
                            "Teijo de poliamida"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Polycarbonate
:Polycarbonate rdf:type owl:Class ;
               rdfs:subClassOf :Thermoplastic ;
               rdfs:label "Policarbonato"@es ,
                          "Polycarbonate"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PolyesterFabric
:PolyesterFabric rdf:type owl:Class ;
                 rdfs:subClassOf :SyntheticFabric ;
                 rdfs:label "Polyester fabric"@en ,
                            "Tejido de poliéster"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Polyethylene
:Polyethylene rdf:type owl:Class ;
              rdfs:subClassOf :CoveringPackaging ;
              rdfs:comment "A thermoplastic polymer widely used in the manufacture of packaging and plastic products. It comes in two main forms: low-density polyethylene (LDPE) and high-density polyethylene (HDPE)."@en ,
                           "Un polímero termoplástico ampliamente utilizado en la fabricación de envases y productos plásticos. Se encuentra en dos formas principales: polietileno de baja densidad (LDPE) y polietileno de alta densidad (HDPE)."@es ;
              rdfs:label "Polietileno"@es ,
                         "Polyethylene"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Polypropylene
:Polypropylene rdf:type owl:Class ;
               rdfs:subClassOf :Thermoplastic ;
               rdfs:label "Polipropileno"@es ,
                          "Polypropylene"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PolypropyleneFabric
:PolypropyleneFabric rdf:type owl:Class ;
                     rdfs:subClassOf :SyntheticFabric ;
                     rdfs:label "Polypropylene fabric"@en ,
                                "Tejido de polipropileno"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Polyskin
:Polyskin rdf:type owl:Class ;
          rdfs:subClassOf :UpholsteryMaterial ;
          rdfs:label "Polipiel"@es ,
                     "Polyskin"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Polystyrene
:Polystyrene rdf:type owl:Class ;
             rdfs:subClassOf :Thermoplastic ;
             rdfs:label "PS (poliestireno)"@es ,
                        "PS (polystyrene)"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Polyurethane
:Polyurethane rdf:type owl:Class ;
              rdfs:subClassOf :ThermosetPlastic ;
              rdfs:label "Poliuretano"@es ,
                         "Polyurethane"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PolyurethaneFoam
:PolyurethaneFoam rdf:type owl:Class ;
                  rdfs:subClassOf :Padding ;
                  rdfs:comment "A light form of rubber or plastic similar to sponge used to fill seats, cushions, etc."@en ;
                  rdfs:label "Espuma de poliuretano"@es ,
                             "Polyurethane foam"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PolyurethaneFoamBag
:PolyurethaneFoamBag rdf:type owl:Class ;
                     rdfs:subClassOf :ProtectiveBag ;
                     rdfs:comment "A protective bag made of polyurethane foam, which protects items from bumps, scratches and vibrations during transport or storage."@en ,
                                  "Una bolsa protectora hecha de espuma de poliuretano, que protege a los objetos frente a golpes, arañazos y vibraciones durante el transporte o almacenamiento."@es ;
                     rdfs:label "Bolsas de espuma de poliuretano"@es ,
                                "Polyurethane foam bags"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PolyvinylAcetate
:PolyvinylAcetate rdf:type owl:Class ;
                  rdfs:subClassOf :Adhesive ;
                  rdfs:label "Cola blanca"@es ,
                             "White glue"@en ;
                  <http://www.w3.org/2004/02/skos/core#altLabel> "Cola de carpintero"@es ,
                                                                 "PVA (acetato de polivinilo)"@en ,
                                                                 "PVA (polyvinyl acetate)"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PolyvinylChloride
:PolyvinylChloride rdf:type owl:Class ;
                   rdfs:subClassOf :Thermoplastic ;
                   rdfs:label "PVC (policloruro de vinilo)"@es ,
                              "PVC (polyvinyl chloride)"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PolyvinylChlorideFilm
:PolyvinylChlorideFilm rdf:type owl:Class ;
                       rdfs:subClassOf :LaminatedCoatingMaterial ;
                       rdfs:label "Lámina de PVC"@es ,
                                  "PVC film"@en ;
                       <http://www.w3.org/2004/02/skos/core#altLabel> "Polyvinyl chloride film"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PortableFoamCuttingMachine
:PortableFoamCuttingMachine rdf:type owl:Class ;
                            rdfs:subClassOf :ManualMachine ;
                            rdfs:label "Cortadora portátil de espuma"@es ,
                                       "Portable foam cutting machine"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Pouf
:Pouf rdf:type owl:Class ;
      rdfs:subClassOf :Seat ;
      rdfs:comment "A large thick cushion used as a seat or for resting the feet on."@en ;
      rdfs:label "Poufs"@en ,
                 "Puffs"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PreSewing
:PreSewing rdf:type owl:Class ;
           owl:equivalentClass [ rdf:type owl:Restriction ;
                                 owl:onProperty :isPerformedBy ;
                                 owl:someValuesFrom :SewingMachine
                               ] ;
           rdfs:subClassOf :Upholstering ;
           rdfs:label "Pre-sewing"@en ,
                      "Precostura"@es ;
           <http://www.w3.org/2004/02/skos/core#altLabel> "Pre-seaming"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PreciousMetal
:PreciousMetal rdf:type owl:Class ;
               rdfs:subClassOf :MetalMaterial ;
               rdfs:label "Metales preciosos"@es ,
                          "Precious metals"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Pressing
:Pressing rdf:type owl:Class ;
          owl:equivalentClass [ rdf:type owl:Restriction ;
                                owl:onProperty :isPerformedBy ;
                                owl:someValuesFrom [ rdf:type owl:Class ;
                                                     owl:unionOf ( :HydraulicPressWithDoublePlate
                                                                   :HydraulicPressWithDoublePlateFeedingBeltAndDownloading
                                                                   :HydraulicScrewPressForMoulds
                                                                   :HydraulicScrewPressForMouldsWithHighFrequencyDrying
                                                                   :MembranePress
                                                                   :MembranePressWithFeedingAndDownloading
                                                                   :ScrewPressWithManualTightening
                                                                 )
                                                   ]
                              ] ;
          rdfs:subClassOf :BoardPreparation ;
          rdfs:label "Prensado"@es ,
                     "Pressing"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Price
:Price rdf:type owl:Class ;
       rdfs:comment "The amount of money or goods for which a thing is bought or sold."@en ;
       rdfs:label "Precio"@es ,
                  "Price"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Primer
:Primer rdf:type owl:Class ;
        rdfs:subClassOf :CoatingSubstance ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :isSolventBased ;
                          owl:someValuesFrom xsd:boolean
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :isWaterBased ;
                          owl:someValuesFrom xsd:boolean
                        ] ;
        rdfs:comment "A primer is a coat of paint that is applied directly to the bare substrate. This is the first and most important coat to be applied to the surface to be coated."@en ;
        rdfs:label "Imprimaciones"@es ,
                   "Primers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PrintServices
:PrintServices rdf:type owl:Class ;
               rdfs:subClassOf :Service ;
               rdfs:label "Print services"@en ,
                          "Servicios de impresión"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PrintingCompany
:PrintingCompany rdf:type owl:Class ;
                 rdfs:subClassOf :ServiceProvider ;
                 rdfs:label "Print Services"@en ,
                            "Servicios de Impresión"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Process
:Process rdf:type owl:Class ;
         rdfs:subClassOf [ rdf:type owl:Restriction ;
                           owl:onProperty :holdsCertification ;
                           owl:someValuesFrom xsd:string
                         ] ;
         rdfs:comment "This category contains processes related to the manufacturing of furniture items."@en ;
         rdfs:label "Procesos"@es ,
                    "Processes"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Product
:Product rdf:type owl:Class ;
         rdfs:subClassOf [ rdf:type owl:Restriction ;
                           owl:onProperty :hasMaterial ;
                           owl:someValuesFrom :Material
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :hasPrice ;
                           owl:someValuesFrom :Price
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :hasColour ;
                           owl:someValuesFrom xsd:string
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :hasDescription ;
                           owl:someValuesFrom xsd:string
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :hasDescriptionOfMaterials ;
                           owl:someValuesFrom xsd:string
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :hasName ;
                           owl:someValuesFrom xsd:string
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :hasTechnicalSpecifications ;
                           owl:someValuesFrom xsd:string
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :holdsCertification ;
                           owl:someValuesFrom xsd:string
                         ] ;
         rdfs:comment "Something tangible or intangible produced by a natural process, manufacture, or an intellectual process."@en ;
         rdfs:label "Productos"@es ,
                    "Products"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ProductDesign
:ProductDesign rdf:type owl:Class ;
               rdfs:subClassOf :Service ;
               rdfs:label "Diseño de producto"@es ,
                          "Product design"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ProfessionalChair
:ProfessionalChair rdf:type owl:Class ;
                   rdfs:subClassOf :Chair ;
                   rdfs:comment "A chair that is designed to be used by certain professionals."@en ;
                   rdfs:label "Professional chairs"@en ,
                              "Silla profesionales"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Profile
:Profile rdf:type owl:Class ;
         rdfs:subClassOf :Fitting ;
         rdfs:comment "A long material with a constant cross-sectional geometry. Profiles are standard semi-finished products in the processing industry. They are mainly used for static tasks. Metal profiles have proved to be particularly suitable due to their simple production and processing, good reusability and high bending strength."@en ;
         rdfs:label "Perfiles"@es ,
                    "Profiles"@en ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Metal profiles"@en ,
                                                        "Perfiles metálicos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ProtectiveBag
:ProtectiveBag rdf:type owl:Class ;
               rdfs:subClassOf :CushionPackaging ;
               rdfs:comment "A lightweight, flexible, and soft container that protects objects from dust and moisture."@en ,
                            "Un envase liviano, flexible y suave que protege a los objetos frente el polvo y la humedad."@es ;
               rdfs:label "Bolsas de protección"@es ,
                          "Protective bags"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ProtectiveGoggles
:ProtectiveGoggles rdf:type owl:Class ;
                   rdfs:subClassOf :PersonalProtectiveEquipment ;
                   rdfs:label "Gafas de protección"@es ,
                              "Protective goggles"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ProtectivePlate
:ProtectivePlate rdf:type owl:Class ;
                 rdfs:subClassOf :CushionPackaging ;
                 rdfs:comment "A sheet used for packaging, which absorbs impacts and prevents damage during transport."@en ,
                              "Una plancha utilizada para embalaje, que amortigua golpes y evitan daños en el transporte."@es ;
                 rdfs:label "Planchas de protección"@es ,
                            "Protective plates"@en ;
                 <http://www.w3.org/2004/02/skos/core#altLabel> "Láminas de protección"@es ,
                                                                "Protective sheets"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PullDownBed
:PullDownBed rdf:type owl:Class ;
             rdfs:subClassOf :Bed ;
             rdfs:comment "A bed designed to be folded or swung into a cabinet when not in use."@en ;
             rdfs:label "Camas abatibles"@es ,
                        "Pull-down beds"@en ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Fold-away beds"@en ,
                                                            "Murphy beds"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Pulpit
:Pulpit rdf:type owl:Class ;
        rdfs:subClassOf :ReligiousTable ;
        rdfs:label "Pulpits"@en ,
                   "Púlpitos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Pump
:Pump rdf:type owl:Class ;
      rdfs:subClassOf :AuxiliaryEquipment ;
      rdfs:label "Bombas"@es ,
                 "Pumps"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#QualityControl
:QualityControl rdf:type owl:Class ;
                rdfs:subClassOf :Service ;
                rdfs:label "Control de calidad"@es ,
                           "Quality control"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#QualityInspector
:QualityInspector rdf:type owl:Class ;
                  rdfs:subClassOf :ServiceProvider ;
                  rdfs:label "Control de Calidad / Ensayos"@es ,
                             "Quality Control / Tests"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Quartering
:Quartering rdf:type owl:Class ;
            rdfs:subClassOf :Process ;
            rdfs:label "Despiece"@es ,
                       "Quartering"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Quilt
:Quilt rdf:type owl:Class ;
       rdfs:subClassOf :BedLinen ;
       rdfs:comment "An outer bed covering, which serves as both decoration and warmth."@en ;
       rdfs:label "Colchas"@es ,
                  "Quilts"@en ;
       <http://www.w3.org/2004/02/skos/core#altLabel> "Cubrecamas"@es ,
                                                      "Sobrecamas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Rack
:Rack rdf:type owl:Class ;
      rdfs:subClassOf :StoragePieceOfFurniture ;
      rdfs:comment "A framework, stand, or grating on or in which articles are placed."@en ;
      rdfs:label "Exhibidores"@es ,
                 "Racks"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RackEndBarrier
:RackEndBarrier rdf:type owl:Class ;
                rdfs:subClassOf :IndustrialProtectionElement ;
                rdfs:label "Barreras de estanterías"@es ,
                           "Rack end barriers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RackLegProtector
:RackLegProtector rdf:type owl:Class ;
                  rdfs:subClassOf :IndustrialProtectionElement ;
                  rdfs:label "Protectores de puntal de estante"@es ,
                             "Rack leg protectors"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Radiator
:Radiator rdf:type owl:Class ;
          rdfs:subClassOf :HouseholdAppliance ;
          rdfs:comment "A hollow metal device for heating rooms. Radiators are usually connected by pipes through which hot water is sent."@en ;
          rdfs:label "Radiadores"@es ,
                     "Radiators"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RadiatorCover
:RadiatorCover rdf:type owl:Class ;
               rdfs:subClassOf :MixedUseAccessory ;
               rdfs:comment "An enclosure designed to conceal radiators, often enhancing their appearance while providing additional functionality."@en ;
               rdfs:label "Cubiertas para radiadores"@es ,
                          "Radiator covers"@en ;
               <http://www.w3.org/2004/02/skos/core#altLabel> "Cubreradiadores"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Radio
:Radio rdf:type owl:Class ;
       rdfs:subClassOf :HouseholdAppliance ;
       rdfs:comment "An electronic device designed to receive, demodulate, and amplify radio signals from sound broadcasting stations, etc."@en ;
       rdfs:label "Radios"@en ,
                  "Radios"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RailTransportService
:RailTransportService rdf:type owl:Class ;
                      rdfs:subClassOf :TransportService ;
                      rdfs:comment "A service for of taking goods or people from one place to another by rail."@en ;
                      rdfs:label "Rail transport"@en ,
                                 "Transporte ferroviario"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RangeHood
:RangeHood rdf:type owl:Class ;
           rdfs:subClassOf :KitchenAccessory ;
           rdfs:comment "A ventilation appliance expelling or recycling air that contains cooking fumes and odors."@en ,
                        "Aparato electrodoméstico que tiene un ventilador (extractor) inserto en la carcasa; se coloca encima de la cocina, y se utiliza para atrapar la grasa en suspensión en el aire, los productos de combustión, el humo, los olores, el calor, y el vapor del aire mediante una combinación de filtrado y la evacuación del aire."@es ;
           rdfs:label "Campanas extractoras"@es ,
                      "Range hoods"@en ;
           <http://www.w3.org/2004/02/skos/core#altLabel> "Fume hoods"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Rasp
:Rasp rdf:type owl:Class ;
      rdfs:subClassOf :Tool ;
      rdfs:label "Escofinas"@es ,
                 "Rasps"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ReceptionTable
:ReceptionTable rdf:type owl:Class ;
                rdfs:subClassOf :OfficeTable ;
                rdfs:comment "An individual piece of furniture, which is not similar to any other type of office furniture. The typical height for reception tables is 30\"-34\" and they come with counter tops that help maintain the secrecy of the paperwork that passes through this area, and helps maintain the privacy of the receptionist(s)."@en ;
                rdfs:label "Mesas de recepción"@es ,
                           "Reception tables"@en ;
                <http://www.w3.org/2004/02/skos/core#altLabel> "Reception desks"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Recliner
:Recliner rdf:type owl:Class ;
          rdfs:subClassOf :DomesticChair ;
          rdfs:comment "An armchair whose back can be lowered and foot can be raised to allow the sitter to recline in it."@en ;
          rdfs:label "Recliners"@en ,
                     "Sillas reclinables"@es ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "Reclining chairs"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Recorder
:Recorder rdf:type owl:Class ;
          rdfs:subClassOf :Flute ;
          rdfs:comment "A wind instrument of the flute family, blown through a fipple in the mouth end, having a reedlike quality of tone."@en ;
          rdfs:label "Flautas dulces"@es ,
                     "Recorders"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RecyclingBin
:RecyclingBin rdf:type owl:Class ;
              rdfs:subClassOf :WasteContainer ;
              rdfs:comment "A container specifically designated for collecting recyclable materials, including paper, plastics, metals, and glass, separate from non-recyclable waste to enable their sorting, processing, and incorporation into new products."@en ;
              rdfs:label "Contenedores de reciclaje"@es ,
                         "Recycling bins"@en ;
              <http://www.w3.org/2004/02/skos/core#altLabel> "Curbside recycling bins"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Refrigerator
:Refrigerator rdf:type owl:Class ;
              rdfs:subClassOf :HouseholdAppliance ;
              rdfs:comment "An insulated cupboard, designed to keep food etc cold, operated by electricity."@en ,
                           "Un armario aislado, diseñado para mantener fríos los alimentos, etc., que funciona con electricidad."@es ;
              rdfs:label "Frigoríficos"@es ,
                         "Refrigerators"@en ;
              <http://www.w3.org/2004/02/skos/core#altLabel> "Congeladores"@es ,
                                                             "Freezers"@en ,
                                                             "Fridges"@en ,
                                                             "Neveras"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ReligiousBench
:ReligiousBench rdf:type owl:Class ;
                rdfs:subClassOf :Bench ;
                rdfs:comment "A bench used in religious ceremonies."@en ;
                rdfs:label "Bancos para ceremonias religiosas"@es ,
                           "Religious benches"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ReligiousTable
:ReligiousTable rdf:type owl:Class ;
                rdfs:subClassOf :Table ;
                rdfs:comment "A table used in religious ceremonies."@en ;
                rdfs:label "Mesas para ceremonias religiosas"@es ,
                           "Religious tables"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ResawingMachine
:ResawingMachine rdf:type owl:Class ;
                 rdfs:subClassOf :SemiautomaticMachine ;
                 rdfs:label "Resawing machine"@en ,
                            "Sierra desdobladora"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RestaurantAndBarChair
:RestaurantAndBarChair rdf:type owl:Class ;
                       rdfs:subClassOf :Chair ;
                       rdfs:comment "A chair used by customers of restaurants and bars."@en ,
                                    "Mesa usada por los clientes de bares y restaurantes."@es ;
                       rdfs:label "Restaurant and bar chairs"@en ,
                                  "Sillas de bar y restaurante"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RestaurantAndBarTable
:RestaurantAndBarTable rdf:type owl:Class ;
                       rdfs:subClassOf :Table ;
                       rdfs:comment "A table used by customers of restaurants and bars."@en ,
                                    "Mesa utilizado por los clientes de bares y restaurantes."@es ;
                       rdfs:label "Mesas de bar y restaurante"@es ,
                                  "Restaurant and bar tables"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RetailFurnitureProducer
:RetailFurnitureProducer rdf:type owl:Class ;
                         rdfs:subClassOf :Manufacturer ;
                         rdfs:label "Furniture for Retail"@en ,
                                    "Muebles para Establecimientos Comerciales"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Retailer
:Retailer rdf:type owl:Class ;
          rdfs:subClassOf :Organization ;
          rdfs:comment "A person who sells goods to the general public."@en ;
          rdfs:label "Distribuidor"@es ,
                     "Retailer"@en ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "Shop"@en ,
                                                         "Tienda"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RetentionPackaging
:RetentionPackaging rdf:type owl:Class ;
                    rdfs:subClassOf :TertiaryPackaging ;
                    rdfs:comment "A packing element used to secure an object within a rigid frame or box, preventing it from moving."@en ,
                                 "Un elemento de embalaje que se utiliza para asegurar un objeto dentro de un marco rígido o caja, evitando que se mueva."@es ;
                    rdfs:label "Embalaje de retención"@es ,
                               "Retention packaging"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ReverseLogisticsService
:ReverseLogisticsService rdf:type owl:Class ;
                         rdfs:subClassOf :LogisticsService ;
                         rdfs:comment "A service consisting of moving goods from their typical final destination for the purpose of capturing value, or proper disposal."@en ;
                         rdfs:label "Logística inversa"@es ,
                                    "Reverse logistics"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RevolvingDoor
:RevolvingDoor rdf:type owl:Class ;
               rdfs:subClassOf :Door ;
               rdfs:comment "A type of door that typically consists of a structure with three or four panels that meet in the center and rotate one way about a vertical axis (sometimes the movement is not in a circle, but following a more complicated path, a combination of rotation and translation). Between the point of access and the point of exit the user walks between two moving panels. The door may be motorized or the user needs to push the front panel, and the space between two panels may be designed for multiple users or a single one. This door design is used primarily to maintain an air seal from the outside, thus minimizing leaking of climate controlled air from the building and the resulting expense of compensating for the loss."@en ;
               rdfs:label "Puertas giratorias"@es ,
                          "Revolving doors"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Ribbon
:Ribbon rdf:type owl:Class ;
        rdfs:subClassOf :MixedUseTextile ;
        rdfs:comment "A narrow piece of material, used to tie things or for decoration."@en ;
        rdfs:label "Cinta"@es ,
                   "Ribbon"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RoadTransportService
:RoadTransportService rdf:type owl:Class ;
                      rdfs:subClassOf :TransportService ;
                      rdfs:comment "A service for of taking goods or people from one place to another by land."@en ;
                      rdfs:label "Road transport"@en ,
                                 "Transporte por carretera"@es ;
                      <http://www.w3.org/2004/02/skos/core#altLabel> "Land transport"@en ,
                                                                     "Transporte terrestre"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Robot
:Robot rdf:type owl:Class ;
       rdfs:subClassOf :IndustrialMachine ;
       rdfs:label "Robots"@en ,
                  "Robots"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RockingChair
:RockingChair rdf:type owl:Class ;
              rdfs:subClassOf :DomesticChair ;
              rdfs:comment "A chair mounted on rockers so that it can be rocked backwards and forwards by the person sitting on it."@en ;
              rdfs:label "Mecedoras"@es ,
                         "Rocking chairs"@en ;
              <http://www.w3.org/2004/02/skos/core#altLabel> "Rockers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RollerMachine
:RollerMachine rdf:type owl:Class ;
               rdfs:subClassOf :AutomaticMachine ;
               rdfs:label "Máquina de rodillo"@es ,
                          "Roller machine"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RomanBlind
:RomanBlind rdf:type owl:Class ;
            rdfs:subClassOf :MixedUseAccessory ;
            rdfs:comment "A type of window covering that uses horizontal rods sewn into the fabric to give it a firm, structured look."@en ;
            rdfs:label "Estores"@es ,
                       "Roman blinds"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RoofCladding
:RoofCladding rdf:type owl:Class ;
              rdfs:subClassOf :FlooringAndCoating ;
              rdfs:comment "A protective layer applied to the exterior surface of a roof to provide an additional barrier against rain, wind, sun, and snow. This coating can also improve its durability and lifespan."@en ;
              rdfs:label "Revestimiento de techos"@es ,
                         "Roof cladding"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RoofLadder
:RoofLadder rdf:type owl:Class ;
            rdfs:subClassOf :Ladder ;
            rdfs:comment "A rigid ladder with large hook at the top to grip the ridge of a pitched roof."@en ;
            rdfs:label "Escaleras de tejado"@es ,
                       "Roof ladders"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RoofRack
:RoofRack rdf:type owl:Class ;
          rdfs:subClassOf :Rack ;
          rdfs:comment "A system used on automobiles which was designed to carry sporting goods and luggage on top of a car. They're popular among skiers, snowboarders, cyclist, and kayakers. In Spanish, \"vaca\"."@en ;
          rdfs:label "Bacas"@es ,
                     "Roof racks"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Rosewood
:Rosewood rdf:type owl:Class ;
          rdfs:subClassOf :Wood ;
          rdfs:comment "Tree which wood can vary from yellow to red. Its fiber is right and can be entwined. It has medium grain."@en ;
          rdfs:label "Madera de palisandro"@es ,
                     "Palo de rosa"@es ,
                     "Rosewood"@en ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "Palisander"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Rubber
:Rubber rdf:type owl:Class ;
        rdfs:subClassOf :ElastomerPlastic ;
        rdfs:label "Caucho"@es ,
                   "Rubber"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SafetyEquipment
:SafetyEquipment rdf:type owl:Class ;
                 rdfs:subClassOf :AuxiliaryEquipment ;
                 rdfs:label "Equipamiento de seguridad"@es ,
                            "Safety equipment"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SafetyFootwear
:SafetyFootwear rdf:type owl:Class ;
                rdfs:subClassOf :PersonalProtectiveEquipment ;
                rdfs:label "Calzado de seguridad"@es ,
                           "Safety footwear"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SafetyGripHandle
:SafetyGripHandle rdf:type owl:Class ;
                  rdfs:subClassOf :Handle ;
                  rdfs:comment "A type of handle that serves as a support bar, providing stability and helping to maintain balance thanks to its placement at strategic points in the bathroom."@en ;
                  rdfs:label "Agarres de seguridad"@es ,
                             "Safety grip handles"@en ;
                  <http://www.w3.org/2004/02/skos/core#altLabel> "Asideros"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SafetyHelmet
:SafetyHelmet rdf:type owl:Class ;
              rdfs:subClassOf :PersonalProtectiveEquipment ;
              rdfs:label "Cascos de seguridad"@es ,
                         "Safety helmets"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SafetyShower
:SafetyShower rdf:type owl:Class ;
              rdfs:subClassOf :SafetyEquipment ;
              rdfs:label "Duchas de seguridad"@es ,
                         "Safety showers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SalesAgent
:SalesAgent rdf:type owl:Class ;
            rdfs:subClassOf :ServiceProvider ;
            rdfs:label "Agente Comercial"@es ,
                       "Sales Agent"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SandPaper
:SandPaper rdf:type owl:Class ;
           rdfs:subClassOf :AuxiliaryMaterial ;
           rdfs:label "Papel de lija"@es ,
                      "Sand paper"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SandingMachineForEdges
:SandingMachineForEdges rdf:type owl:Class ;
                        rdfs:subClassOf :SemiautomaticMachine ;
                        rdfs:label "Lijadora de cantos"@es ,
                                   "Sanding machine for edges"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Sawing
:Sawing rdf:type owl:Class ;
        owl:equivalentClass [ rdf:type owl:Restriction ;
                              owl:onProperty :isPerformedBy ;
                              owl:someValuesFrom [ rdf:type owl:Class ;
                                                   owl:unionOf ( :BandSawingMachine
                                                                 :CNCBandsaw
                                                                 :EdgeBander
                                                                 :MillingMachine
                                                                 :ResawingMachine
                                                               )
                                                 ]
                            ] ;
        rdfs:subClassOf :FirstProcessing ;
        rdfs:label "Aserrado"@es ,
                   "Sawing"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SawnTimber
:SawnTimber rdf:type owl:Class ;
            rdfs:subClassOf :Timber ;
            rdfs:label "Madera aserrada"@es ,
                       "Sawn timber"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Saxophone
:Saxophone rdf:type owl:Class ;
           rdfs:subClassOf :WoodwindInstrument ;
           rdfs:comment "A keyed wind instrument of mellow tone colour, used mainly in jazz and dance music. It is made in various sizes, has a conical bore, and a single reed. It belongs to the woodwind family because it has a simple reed mouthpiece, which is attached to the mouthpiece by means of a ligature, very similar to the clarinet mouthpiece."@en ;
           rdfs:label "Saxofones"@es ,
                      "Saxophones"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Scaffold
:Scaffold rdf:type owl:Class ;
          rdfs:subClassOf :FurnitureAccessory ;
          rdfs:comment "A temporary raised platform on which workers stand to paint, repair, or build high parts of a building."@en ;
          rdfs:label "Andamios"@es ,
                     "Scaffolds"@en ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "Andamiaje"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SchoolChair
:SchoolChair rdf:type owl:Class ;
             rdfs:subClassOf :Chair ;
             rdfs:comment "A type of chair created and designed for use in a classroom, college, school, university or education environment."@en ;
             rdfs:label "School chairs"@en ,
                        "Sillas escolares"@es ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Sillas de pala"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SchoolDesk
:SchoolDesk rdf:type owl:Class ;
            rdfs:subClassOf :Table ;
            rdfs:comment "A desk to be used in educational institutions."@en ;
            rdfs:label "Pupitres"@es ,
                       "School desks"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Screw
:Screw rdf:type owl:Class ;
       rdfs:subClassOf :BasicAssemblyHardware ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :hasDriveType ;
                         owl:someValuesFrom xsd:string
                       ] ,
                       [ rdf:type owl:Restriction ;
                         owl:onProperty :hasHeadType ;
                         owl:someValuesFrom xsd:string
                       ] ;
       rdfs:comment "A type of fastener, sometimes similar to a bolt, typically made of metal, and characterized by a helical ridge, known as a male thread (external thread) or just thread. The term \"bolt\" is sometimes used to refer to screws. although they have small differences."@en ;
       rdfs:label "Screws"@en ,
                  "Tornillos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ScrewCap
:ScrewCap rdf:type owl:Class ;
          rdfs:subClassOf :MixedUseAccessory ;
          rdfs:comment "A lid that is twisted on to a bottle or jar."@en ;
          rdfs:label "Screw caps"@en ,
                     "Tapones de rosca"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ScrewCoverCap
:ScrewCoverCap rdf:type owl:Class ;
               rdfs:subClassOf :MixedUseAccessory ;
               rdfs:comment "A cap that protects the heads of exposed bolts, nuts, and screws from damage and entry, and provides a finished look."@en ;
               rdfs:label "Screw cover caps"@en ,
                          "Tapatornillos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ScrewPressWithManualTightening
:ScrewPressWithManualTightening rdf:type owl:Class ;
                                rdfs:subClassOf :ManualMachine ;
                                rdfs:label "Prensa de husillos con apriete manual"@es ,
                                           "Screw press with manual tightening"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Screwdriver
:Screwdriver rdf:type owl:Class ;
             rdfs:subClassOf :Tool ;
             rdfs:label "Destornilladores"@es ,
                        "Screwdrivers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Seal
:Seal rdf:type owl:Class ;
      rdfs:subClassOf :RetentionPackaging ;
      rdfs:comment "A piece of sticky paper or wax that is fixed to a container or door and must be broken before the container or door can be opened."@en ,
                   "Un trozo de papel adhesivo o cera que está fijado a un recipiente o puerta y que debe romperse antes de que éste pueda abrirse."@es ;
      rdfs:label "Precinto"@es ,
                 "Seal"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Sealer
:Sealer rdf:type owl:Class ;
        rdfs:subClassOf :CoatingSubstance ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :isSolventBased ;
                          owl:someValuesFrom xsd:boolean
                        ] ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :isWaterBased ;
                          owl:someValuesFrom xsd:boolean
                        ] ;
        rdfs:comment "A sealer is a product that is applied to the wood in order to protect it from damage. This coats the wood in order to provide a layer of protection. Sealers effectively block the pores of the wood from becoming altered due to moisture or chemical reactions."@en ;
        rdfs:label "Fondos"@es ,
                   "Sealers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Sealing
:Sealing rdf:type owl:Class ;
         owl:equivalentClass [ rdf:type owl:Restriction ;
                               owl:onProperty :isPerformedBy ;
                               owl:someValuesFrom :SealingMachine
                             ] ;
         rdfs:subClassOf :Finishing ;
         rdfs:label "Sealing"@en ,
                    "Sellado"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SealingMachine
:SealingMachine rdf:type owl:Class ;
                rdfs:subClassOf :AutomaticMachine ;
                rdfs:comment "Rolling machine that applies a sealing plaster."@en ;
                rdfs:label "Sealing machine"@en ,
                           "Selladora"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Seat
:Seat rdf:type owl:Class ;
      rdfs:subClassOf :PieceOfFurniture ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty :hasSeatPart ;
                        owl:someValuesFrom :SeatPart
                      ] ,
                      [ rdf:type owl:Restriction ;
                        owl:onProperty :hasSeatPart ;
                        owl:allValuesFrom :SeatPart
                      ] ;
      rdfs:comment "A thing made or used for sitting on."@en ;
      rdfs:label "Asientos"@es ,
                 "Seats"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SeatCover
:SeatCover rdf:type owl:Class ;
           rdfs:subClassOf :Component ;
           rdfs:comment "An adjustable cover for the seat that protects the original upholstery from wear and tear, spills, and other potential damage."@en ;
           rdfs:label "Carcasas de asiento"@es ,
                      "Seat shells"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SeatMechanism
:SeatMechanism rdf:type owl:Class ;
               rdfs:subClassOf :Component ;
               rdfs:comment "A mechanism to regulate the parameters of a seat, such as the height of the seat part and the backrest."@en ;
               rdfs:label "Mecanismos para asientos"@es ,
                          "Mechanisms for seats"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SeatPart
:SeatPart rdf:type owl:Class ;
          rdfs:subClassOf :Component ;
          rdfs:comment "The particular part of a piece of furniture on which one rests in sitting."@en ;
          rdfs:label "Piezas asiento"@es ,
                     "Seat parts"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SecurityElementsProducer
:SecurityElementsProducer rdf:type owl:Class ;
                          rdfs:subClassOf :MaterialSupplier ;
                          rdfs:label "Elementos de Seguridad"@es ,
                                     "Security Elements"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Seesaw
:Seesaw rdf:type owl:Class ;
        rdfs:subClassOf :PlaygroundEquipment ;
        rdfs:comment "A plank balanced in the middle so that two people seated on the ends can ride up and down by pushing on the ground with their feet."@en ;
        rdfs:label "Balancines"@es ,
                   "Seesaws"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SemiAutomaticLathe
:SemiAutomaticLathe rdf:type owl:Class ;
                    rdfs:subClassOf :SemiautomaticMachine ;
                    rdfs:label "Semi-automatic lathe"@en ,
                               "Torno semi automático"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SemiAutomaticPressForDrawersAssembly
:SemiAutomaticPressForDrawersAssembly rdf:type owl:Class ;
                                      rdfs:subClassOf :SemiautomaticMachine ;
                                      rdfs:label "Prensa semi automática para montaje de cajones"@es ,
                                                 "Semi-automatic press for drawers assembly"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SemiautomaticMachine
:SemiautomaticMachine rdf:type owl:Class ;
                      rdfs:subClassOf :IndustrialMachine ;
                      rdfs:label "Máquinas semi automáticas"@es ,
                                 "Semi-automatic machines"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Separator
:Separator rdf:type owl:Class ;
           rdfs:subClassOf :MixedUseAccessory ;
           rdfs:comment "A device that is used to separate elements."@en ;
           rdfs:label "Separadores"@es ,
                      "Separators"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Service
:Service rdf:type owl:Class ;
         rdfs:subClassOf [ rdf:type owl:Restriction ;
                           owl:onProperty :hasDescription ;
                           owl:someValuesFrom xsd:string
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :hasName ;
                           owl:someValuesFrom xsd:string
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :holdsCertification ;
                           owl:someValuesFrom xsd:string
                         ] ;
         rdfs:comment "A system that provides something that the public needs, organized by the government or a private company."@en ;
         rdfs:label "Services"@en ,
                    "Servicios"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ServiceProvider
:ServiceProvider rdf:type owl:Class ;
                 rdfs:subClassOf :Supplier ;
                 rdfs:label "Proveedor de servicios"@es ,
                            "Service provider"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Serviette
:Serviette rdf:type owl:Class ;
           rdfs:subClassOf :TableLinen ;
           rdfs:comment "A square of cloth or paper that is used to protect the clothes or to wipe the mouth when eating."@en ;
           rdfs:label "Serviettes"@en ,
                      "Servilletas"@es ;
           <http://www.w3.org/2004/02/skos/core#altLabel> "Napkins"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ServingTrolley
:ServingTrolley rdf:type owl:Class ;
                rdfs:subClassOf :DomesticTable ;
                rdfs:comment "A mobile table, usually provided with handles and wheels, with removalbe or fixed tray(s). In Spanish, also called \"camarera\"."@en ;
                rdfs:label "Carritos de servicio"@es ,
                           "Serving trolleys"@en ;
                <http://www.w3.org/2004/02/skos/core#altLabel> "Camareras"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Sewing
:Sewing rdf:type owl:Class ;
        owl:equivalentClass [ rdf:type owl:Restriction ;
                              owl:onProperty :isPerformedBy ;
                              owl:someValuesFrom :SewingMachine
                            ] ;
        rdfs:subClassOf :Upholstering ;
        rdfs:label "Costura"@es ,
                   "Sewing"@en ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Seaming"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SewingMachine
:SewingMachine rdf:type owl:Class ;
               rdfs:subClassOf :SemiautomaticMachine ;
               rdfs:label "Máquina de coser"@es ,
                          "Sewing machine"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SewingTable
:SewingTable rdf:type owl:Class ;
             rdfs:subClassOf :WorkTable ;
             rdfs:comment "A worktable for holding sewing materials, often supplied with a bag or pouch for needlework."@en ;
             rdfs:label "Mesas de costura"@es ,
                        "Sewing tables"@en ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Mesas de coser"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SheetJoinerWithGlueAndHotPress
:SheetJoinerWithGlueAndHotPress rdf:type owl:Class ;
                                rdfs:subClassOf :SemiautomaticMachine ;
                                rdfs:label "Juntadora de chapa con cola y prensa caliente"@es ,
                                           "Sheet jpiner with glue and hot press"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SheetJoinerWithPaperOrThread
:SheetJoinerWithPaperOrThread rdf:type owl:Class ;
                              rdfs:subClassOf :ManualMachine ;
                              rdfs:label "Juntadora de chapa con papel ó hilo"@es ,
                                         "Sheet joiner with paper or thread"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SheetToBoardJoining
:SheetToBoardJoining rdf:type owl:Class ;
                     owl:equivalentClass [ rdf:type owl:Restriction ;
                                           owl:onProperty :isPerformedBy ;
                                           owl:someValuesFrom [ rdf:type owl:Class ;
                                                                owl:unionOf ( :GluingMachine
                                                                              :GluingMachineWithFeeder
                                                                            )
                                                              ]
                                         ] ;
                     rdfs:subClassOf :BoardPreparation ;
                     rdfs:label "Encolado chapa tablero"@es ,
                                "Sheet to board joining"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SheetsJoining
:SheetsJoining rdf:type owl:Class ;
               owl:equivalentClass [ rdf:type owl:Restriction ;
                                     owl:onProperty :isPerformedBy ;
                                     owl:someValuesFrom [ rdf:type owl:Class ;
                                                          owl:unionOf ( :SheetJoinerWithGlueAndHotPress
                                                                        :SheetJoinerWithPaperOrThread
                                                                      )
                                                        ]
                                   ] ;
               rdfs:subClassOf :BoardPreparation ;
               rdfs:label "Sheets joining"@en ,
                          "Unión de chapas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Shelf
:Shelf rdf:type owl:Class ;
       rdfs:subClassOf :StoragePieceOfFurniture ;
       rdfs:comment "One or a set of flat, usually rectangular structures composed of a rigid material, such as wood, glass, or metal, fixed at right angles to a wall or other vertical surface and used to hold or store objects."@en ;
       rdfs:label "Estanterías"@es ,
                  "Shelves"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ShoeRack
:ShoeRack rdf:type owl:Class ;
          rdfs:subClassOf :Rack ;
          rdfs:comment "A rack for storing shoes."@en ;
          rdfs:label "Shoe racks"@en ,
                     "Zapateros"@es ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "Shoe cabinets"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Shower
:Shower rdf:type owl:Class ;
        rdfs:subClassOf :BathroomAccessory ;
        rdfs:comment "Area of space enclosed by glass/formed/tiled walls, with drainage, in which one washes/baths under a stream of water."@en ;
        rdfs:label "Duchas"@es ,
                   "Showers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ShowerCabin
:ShowerCabin rdf:type owl:Class ;
             rdfs:subClassOf :BathroomAccessory ;
             rdfs:comment "A system used in the bathroom that prevents water from spreading, protecting the space and making the shower experience more comfortable and functional."@en ;
             rdfs:label "Cabinas de ducha"@es ,
                        "Shower cabins"@en ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Shower stalls"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ShowerCurtain
:ShowerCurtain rdf:type owl:Class ;
               rdfs:subClassOf :BathTextile ;
               rdfs:comment "A plastic curtain which covers the entrance to a shower."@en ;
               rdfs:label "Cortinas de ducha"@es ,
                          "Shower curtains"@en ;
               <http://www.w3.org/2004/02/skos/core#altLabel> "Bath curtains"@en ,
                                                              "Cortinas de baño"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ShowerEnclosure
:ShowerEnclosure rdf:type owl:Class ;
                 rdfs:subClassOf :BathroomAccessory ;
                 rdfs:comment "A component that surrounds the shower area and is typically made of glass or acrylic. It keeps the water within the designated space, ensuring that the rest of the bathroom remains dry."@en ;
                 rdfs:label "Mamparas de baño"@es ,
                            "Shower enclosures"@en ;
                 <http://www.w3.org/2004/02/skos/core#altLabel> "Shower screens"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ShowerTray
:ShowerTray rdf:type owl:Class ;
            rdfs:subClassOf :BathroomAccessory ;
            rdfs:comment "The tray at the base of a shower on which a person stands and onto which the water splashes, typically with an exit hole allowing water to drain away."@en ;
            rdfs:label "Platos de ducha"@es ,
                       "Shower trays"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ShrinkFilm
:ShrinkFilm rdf:type owl:Class ;
            rdfs:subClassOf :RetentionPackaging ;
            rdfs:comment "A wrapping film that, when exposed to heat, contracts and conforms firmly to the shape of the object, providing an airtight and air-free seal."@en ,
                         "Un film para envolver que, cuando se expone al calor, se contrae y se ajusta con firmeza a la forma del objeto, proporcionando un sellado hermético y libre de aire."@es ;
            rdfs:label "Film retráctil"@es ,
                       "Shrink film"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Sideboard
:Sideboard rdf:type owl:Class ;
           rdfs:subClassOf :Cabinet ;
           rdfs:comment "A piece of furniture traditionally used in the dining room for serving food, for displaying serving dishes such as silver, and for storage. It usually consists of a set of cabinets, or cupboards, and one or more drawers, all topped by a flat display surface for conveniently holding food, serving dishes, and even lighting devices. The overall height of the tops of most sideboards is approximately waist level."@en ;
           rdfs:label "Aparadores"@es ,
                      "Sideboards"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Sieve
:Sieve rdf:type owl:Class ;
       rdfs:subClassOf :Tool ;
       rdfs:label "Sieves"@en ,
                  "Tamices"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Sign
:Sign rdf:type owl:Class ;
      rdfs:subClassOf :FurnitureAccessory ;
      rdfs:comment "A mark or shape with a particular meaning."@en ;
      rdfs:label "Señales"@es ,
                 "Signs"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SignCap
:SignCap rdf:type owl:Class ;
         rdfs:subClassOf :IndustrialProtectionElement ;
         rdfs:label "Acoples para señalización"@es ,
                    "Sign caps"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SilverFoil
:SilverFoil rdf:type owl:Class ;
            rdfs:subClassOf :LaminatedCoatingMaterial ;
            rdfs:label "Papel de plata"@es ,
                       "Silver foil"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SimpleDrill
:SimpleDrill rdf:type owl:Class ;
             rdfs:subClassOf :ManualMachine ;
             rdfs:label "Simple drill"@en ,
                        "Taladradora simple"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SingleBedroomComposition
:SingleBedroomComposition rdf:type owl:Class ;
                          rdfs:subClassOf :FurnitureComposition ;
                          rdfs:comment "A combination of furniture items to furnish a room used by a single person for sleeping in."@en ;
                          rdfs:label "Dormitorio individual"@es ,
                                     "Single bedroom"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SingleBladeMitreSaw
:SingleBladeMitreSaw rdf:type owl:Class ;
                     rdfs:subClassOf :ManualMachine ;
                     rdfs:label "Single blade mitre saw"@en ,
                                "Tronzadora de un cabezal"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SingleHeadSanderForMouldings
:SingleHeadSanderForMouldings rdf:type owl:Class ;
                              rdfs:subClassOf :ManualMachine ;
                              rdfs:label "Lijadora de un cabezal para molduras"@es ,
                                         "Single head sander for mouldings"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SingleHeadTenoning
:SingleHeadTenoning rdf:type owl:Class ;
                    rdfs:subClassOf :SemiautomaticMachine ;
                    rdfs:label "Espigadora de un cabezal"@es ,
                               "Single head tenoning"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SingleRollFormingMachine
:SingleRollFormingMachine rdf:type owl:Class ;
                          rdfs:subClassOf :SemiautomaticMachine ;
                          rdfs:label "Perfiladora simple"@es ,
                                     "Single roll forming machine"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SingleSideSanding
:SingleSideSanding rdf:type owl:Class ;
                   owl:equivalentClass [ rdf:type owl:Restriction ;
                                         owl:onProperty :isPerformedBy ;
                                         owl:someValuesFrom [ rdf:type owl:Class ;
                                                              owl:unionOf ( :DiscSander
                                                                            :HorizontalInferiorBandSander
                                                                            :HorizontalSuperiorBandSander
                                                                            :VerticalBandSander
                                                                          )
                                                            ]
                                       ] ;
                   rdfs:subClassOf :SurfacePreparation ;
                   rdfs:label "Lijado una cara"@es ,
                              "Single side sanding"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Sink
:Sink rdf:type owl:Class ;
      rdfs:subClassOf :MixedUseAccessory ;
      rdfs:comment "A fixed open container, specially in a kitchen, with a water supply and a drain for waste water to flow away, used for washing dishes, cleaning vegetables, etc."@en ,
                   "Un recipiente fijo abierto, especialmente en una cocina, con un suministro de agua y un desagüe para que fluyan las aguas residuales, utilizado para lavar platos, limpiar verduras, etc."@es ;
      rdfs:label "Fregaderos"@es ,
                 "Sinks"@en ;
      <http://www.w3.org/2004/02/skos/core#altLabel> "Pilas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SisalFibre
:SisalFibre rdf:type owl:Class ;
            rdfs:subClassOf :NaturalFibre ;
            rdfs:label "Fibra de sisal"@es ,
                       "Sisal fibre"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SliderPlate
:SliderPlate rdf:type owl:Class ;
             rdfs:subClassOf :IndustrialProtectionElement ;
             rdfs:label "Bases removibles"@es ,
                        "Slider plates"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SlidingDoor
:SlidingDoor rdf:type owl:Class ;
             rdfs:subClassOf :Door ;
             rdfs:comment "A door usually made of glass, that slides open and sometimes has a screen. Sliding  doors are common in many houses, particularly as an entrance to the backyard. Such doors are also popular for use for the entrances to commercial structures."@en ;
             rdfs:label "Puertas correderas"@es ,
                        "Sliding doors"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SlidingPanel
:SlidingPanel rdf:type owl:Class ;
              rdfs:subClassOf :MixedUseAccessory ;
              rdfs:comment "A type of curtain made from different fabrics that slide along a track with tracks along which the panels move independently. This allows for varying degrees of light and/or privacy."@en ;
              rdfs:label "Paneles japoneses"@es ,
                         "Sliding panels"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SlidingRail
:SlidingRail rdf:type owl:Class ;
             rdfs:subClassOf :Fitting ;
             rdfs:comment "A hardware device mainly designed to achieve linear reciprocating motion of the bearing part's inner rail (or slider)."@en ;
             rdfs:label "Guías correderas"@es ,
                        "Sliding rails"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SlidingTableSawWithManualThrust
:SlidingTableSawWithManualThrust rdf:type owl:Class ;
                                 rdfs:subClassOf :ManualMachine ;
                                 rdfs:label "Escuadradora con empuje manual"@es ,
                                            "Sliding table saw with manual thrust"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SlidingWindow
:SlidingWindow rdf:type owl:Class ;
               rdfs:subClassOf :Window ;
               rdfs:comment "A window that opens by sliding horizontally along a top and bottom track in the window frame."@en ;
               rdfs:label "Sliding windows"@es ,
                          "Ventanas correderas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Slipper
:Slipper rdf:type owl:Class ;
         rdfs:subClassOf :BathTextile ;
         rdfs:comment "A light shoe of some soft material, for wearing around the house."@en ;
         rdfs:label "Slippers"@en ,
                    "Zapatillas de ducha"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SnareDrum
:SnareDrum rdf:type owl:Class ;
           rdfs:subClassOf :PercussionInstrument ;
           rdfs:comment "A small drum with metal strings across one side that make a continuous sound when the drum is hit."@en ;
           rdfs:label "Cajas de percusión"@es ,
                      "Snare drums"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SoapDish
:SoapDish rdf:type owl:Class ;
          rdfs:subClassOf :MixedUseAccessory ;
          rdfs:comment "A shallow, open container or platform where a bar of soap may be placed to dry after use."@en ;
          rdfs:label "Jaboneras"@es ,
                     "Soap dishes"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SoapDispenser
:SoapDispenser rdf:type owl:Class ;
               rdfs:subClassOf :MixedUseAccessory ;
               rdfs:comment "A device that, when manipulated or triggered appropriately, dispenses soap."@en ;
               rdfs:label "Dosificadores de jabón"@es ,
                          "Soap dispensers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Socket
:Socket rdf:type owl:Class ;
        rdfs:subClassOf :Base ;
        rdfs:comment "A part with an opening or hollow into which some other part (e.g., pipe, probe) can be fitted."@en ;
        rdfs:label "Sockets"@en ,
                   "Zócalos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Sofa
:Sofa rdf:type owl:Class ;
      rdfs:subClassOf :Seat ;
      rdfs:comment "Comfortable seat with raised arms and back, filled or covered with soft material and long enough for two or more people to sit on."@en ;
      rdfs:label "Sofas"@en ,
                 "Sofás"@es ;
      <http://www.w3.org/2004/02/skos/core#altLabel> "Couches"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SofaBed
:SofaBed rdf:type owl:Class ;
         rdfs:subClassOf :Sofa ;
         rdfs:comment "A sofa that can be converted into a bed."@en ;
         rdfs:label "Sofa beds"@en ,
                    "Sofás cama"@es ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Bed couches"@en ,
                                                        "Bed settees"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SofaCover
:SofaCover rdf:type owl:Class ;
           rdfs:subClassOf :MixedUseTextile ;
           rdfs:comment "A cover used to wrap a sofa to protect it from damage. They are usually made from a blend of polyester and cotton, providing durability and a soft feel."@en ;
           rdfs:label "Fundas de sofá"@es ,
                      "Sofa covers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SofaTable
:SofaTable rdf:type owl:Class ;
           rdfs:subClassOf :DomesticTable ;
           rdfs:comment "A specifically designed table for placement directly in front of sofas for serving tea, writing, dining, or other convenient uses."@en ;
           rdfs:label "Mesas de sofá"@es ,
                      "Sofa tables"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Software
:Software rdf:type owl:Class ;
          rdfs:subClassOf :Service ;
          rdfs:label "Software"@en ,
                     "Software"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SoftwareCompany
:SoftwareCompany rdf:type owl:Class ;
                 rdfs:subClassOf :ServiceProvider ;
                 rdfs:label "Software"@en ,
                            "Software"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SolidWoodenBoard
:SolidWoodenBoard rdf:type owl:Class ;
                  rdfs:subClassOf :WoodenBoard ;
                  rdfs:label "Solid wooden boards"@en ,
                             "Tableros de madera maciza"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Solvent
:Solvent rdf:type owl:Class ;
         rdfs:subClassOf :AuxiliarySubstance ;
         rdfs:comment "A solvent is a substance that dissolves a liquid, solid or gas, resulting in a solution. This is usually a liquid but can also be a solid, a gas, or a supercritical fluid. The quantity of solute that can dissolve in a specific volume of solvent varies with temperature. Common uses for organic solvents are in dry cleaning, as paint thinners, as nail polish removers and glue solvents, in spot removers, in detergents and in perfumes."@en ;
         rdfs:label "Disolventes"@es ,
                    "Solvents"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SoundSystem
:SoundSystem rdf:type owl:Class ;
             rdfs:subClassOf :HouseholdAppliance ;
             rdfs:comment "A set of equipment for playing recorded music, or for making a band's music able to be heard by everyone at a concert."@en ;
             rdfs:label "Equipos de sonido"@es ,
                        "Sound systems"@en ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Equipos de música"@es ,
                                                            "Stereos"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SpanishChest
:SpanishChest rdf:type owl:Class ;
              rdfs:subClassOf :ChestOfDrawers ;
              rdfs:comment "A vertical piece of furniture with lots of compartments and small drawers, normally decorated imitating classical architecture. Made to be placed on a table."@en ;
              rdfs:label "Bargueños"@es ,
                         "Spanish chests"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SpiceRack
:SpiceRack rdf:type owl:Class ;
           rdfs:subClassOf :Rack ;
           rdfs:comment "A frame with small drawers or shelves to store spices."@en ;
           rdfs:label "Especieros"@es ,
                      "Spice racks"@en ;
           <http://www.w3.org/2004/02/skos/core#altLabel> "Spice cupboards"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SpindleMoulder
:SpindleMoulder rdf:type owl:Class ;
                rdfs:subClassOf :SemiautomaticMachine ;
                rdfs:label "Spindle moulder"@en ,
                           "Tupí"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Spinet
:Spinet rdf:type owl:Class ;
        rdfs:subClassOf :KeyboardInstrument ;
        rdfs:comment "A keyboard instrument in which the strings are plucked by means of plectra."@en ;
        rdfs:label "Espinetas"@es ,
                   "Spinets"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SportTable
:SportTable rdf:type owl:Class ;
            rdfs:subClassOf :Table ;
            rdfs:comment "A table that is used to play certain sports."@en ;
            rdfs:label "Mesas para deportes"@es ,
                       "Sport tables"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SprayApplicationGun
:SprayApplicationGun rdf:type owl:Class ;
                     rdfs:subClassOf :ManualMachine ;
                     rdfs:label "Pistola de aplicación"@es ,
                                "Spray application gun"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SprayingApplication
:SprayingApplication rdf:type owl:Class ;
                     rdfs:subClassOf :Technique ;
                     rdfs:label "Pulverización"@es ,
                                "Spraying application"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SpringMattress
:SpringMattress rdf:type owl:Class ;
                rdfs:subClassOf :Mattress ;
                rdfs:comment "A mattress containing springs in a frame."@en ;
                rdfs:label "Colchones de muelles"@es ,
                           "Spring mattresses"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SpringRider
:SpringRider rdf:type owl:Class ;
             rdfs:subClassOf :PlaygroundEquipment ;
             rdfs:comment "A playground item for children consisting of a large spring beneath a central beam or flange on which the rider sits and rocks."@en ;
             rdfs:label "Figuras de muelle"@es ,
                        "Spring riders"@en ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Spring rockers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Sprouting
:Sprouting rdf:type owl:Class ;
           owl:equivalentClass [ rdf:type owl:Restriction ;
                                 owl:onProperty :isPerformedBy ;
                                 owl:someValuesFrom [ rdf:type owl:Class ;
                                                      owl:unionOf ( :DoubleHeadTenoning
                                                                    :DoubleHeadTenoningWithSupply
                                                                    :NumericalControlDoubleHeadTenoning
                                                                    :NumericalControlDoubleHeadTenoningWithSupply
                                                                    :SingleHeadTenoning
                                                                  )
                                                    ]
                               ] ;
           rdfs:subClassOf :MachiningOperation ;
           rdfs:label "Espigado"@es ,
                      "Sprouting"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Spyhole
:Spyhole rdf:type owl:Class ;
         rdfs:subClassOf :Component ;
         rdfs:comment "An opening made in the wall or door of the house that faces the outside to see who is calling."@en ;
         rdfs:label "Mirillas"@es ,
                    "Spyholes"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SquareBar
:SquareBar rdf:type owl:Class ;
           rdfs:subClassOf :Timber ;
           rdfs:label "Cuadradillos"@es ,
                      "Square bars"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#StableDoor
:StableDoor rdf:type owl:Class ;
            rdfs:subClassOf :Door ;
            rdfs:comment "Also known as dutch door, a stable door is divided in half horizontally. The top half can be opened to allow the horse to be fed, while the bottom half can be closed to keep the animal inside."@en ;
            rdfs:label "Puertas de establo"@es ,
                       "Stable doors"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#StackerRobot
:StackerRobot rdf:type owl:Class ;
              rdfs:subClassOf :Robot ;
              rdfs:label "Robot apiladora"@es ,
                         "Stacker robot"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Stacking
:Stacking rdf:type owl:Class ;
          owl:equivalentClass [ rdf:type owl:Restriction ;
                                owl:onProperty :isPerformedBy ;
                                owl:someValuesFrom [ rdf:type owl:Class ;
                                                     owl:unionOf ( :ElectricStacker
                                                                   :StackerRobot
                                                                 )
                                                   ]
                              ] ;
          rdfs:subClassOf :Storage ;
          rdfs:label "Apilado"@es ,
                     "Stacking"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#StainlessSteel
:StainlessSteel rdf:type owl:Class ;
                rdfs:subClassOf :Steel ;
                rdfs:label "Acero inoxidable"@es ,
                           "Stainless steel"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Standard
:Standard rdf:type owl:Class ;
          rdfs:comment "A technical/legal document which contain technical specifications eligible to be adopted and developed by consensus of the interested parts, such as manufacturers, users, administration, association and other parties. It comes from the experience and the technical development and it is approved by standardisation bodies at regional, national or international level."@en ;
          rdfs:label "Estándares"@es ,
                     "Standards"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Staple
:Staple rdf:type owl:Class ;
        rdfs:subClassOf :RetentionPackaging ;
        rdfs:comment "A piece of metal, whose two ends, bent and sharpened, are nailed together to join or hold two objects."@en ,
                     "Una pieza de metal, cuyos dos extremos, doblados y aguzados, se clavan para unir o sujetar dos objetos."@es ;
        rdfs:label "Grapas"@es ,
                   "Staples"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#StaplerRobot
:StaplerRobot rdf:type owl:Class ;
              rdfs:subClassOf :Robot ;
              rdfs:label "Robot grapadora"@es ,
                         "Stapler robot"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Stapling
:Stapling rdf:type owl:Class ;
          owl:equivalentClass [ rdf:type owl:Restriction ;
                                owl:onProperty :isPerformedBy ;
                                owl:someValuesFrom [ rdf:type owl:Class ;
                                                     owl:unionOf ( :AirStapler
                                                                   :ElectricStapler
                                                                   :StaplerRobot
                                                                 )
                                                   ]
                              ] ;
          rdfs:subClassOf :Assembly ;
          rdfs:label "Grapado"@es ,
                     "Stapling"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Stay
:Stay rdf:type owl:Class ;
      rdfs:subClassOf :Fitting ;
      rdfs:comment "A device used to contain or guide a body in its fall."@en ;
      rdfs:label "Retenidas"@es ,
                 "Stays"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Steel
:Steel rdf:type owl:Class ;
       rdfs:subClassOf :MetalMaterial ;
       rdfs:label "Acero"@es ,
                  "Steel"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Step
:Step rdf:type owl:Class ;
      rdfs:subClassOf :Component ;
      rdfs:comment "Each of the parts of a flight of stairs that serve to go up or down it."@en ;
      rdfs:label "Peldaños"@es ,
                 "Steps"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Stepladder
:Stepladder rdf:type owl:Class ;
            rdfs:subClassOf :Ladder ;
            rdfs:comment "A ladder that has broad flat steps and two pairs of legs connected by a hinge at the top and that opens at the bottom to become freestanding."@en ;
            rdfs:label "Escaleras de mano"@es ,
                       "Stepladders"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Sticking
:Sticking rdf:type owl:Class ;
          rdfs:subClassOf :Assembly ;
          rdfs:label "Sticking"@en ,
                     "Unión"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Stone
:Stone rdf:type owl:Class ;
       rdfs:subClassOf :MineralMaterial ;
       rdfs:label "Piedra"@es ,
                  "Stone"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Stool
:Stool rdf:type owl:Class ;
       owl:equivalentClass [ owl:intersectionOf ( :Seat
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty :hasSeatPart ;
                                                    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                    owl:onClass :SeatPart
                                                  ]
                                                ) ;
                             rdf:type owl:Class
                           ] ;
       rdfs:subClassOf :Seat ;
       rdfs:comment "A seat without a back or arms."@en ;
       rdfs:label "Stools"@en ,
                  "Taburetes"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Storage
:Storage rdf:type owl:Class ;
         rdfs:subClassOf :Process ;
         rdfs:label "Almacenamiento"@es ,
                    "Storage"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#StoragePieceOfFurniture
:StoragePieceOfFurniture rdf:type owl:Class ;
                         rdfs:subClassOf :PieceOfFurniture ;
                         rdfs:comment "A piece of furniture intended to store items such as clothes, foods, etc."@en ;
                         rdfs:label "Muebles de almacenamiento"@es ,
                                    "Storage pieces of furniture"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Strainer
:Strainer rdf:type owl:Class ;
          rdfs:subClassOf :KitchenAccessory ;
          rdfs:comment "An utensil with a lot of small holes in it, used for separating solids from liquids."@en ;
          rdfs:label "Coladores"@es ,
                     "Strainers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Strap
:Strap rdf:type owl:Class ;
       rdfs:subClassOf :MixedUseTextile ;
       rdfs:comment "A narrow piece of leather, cloth or other material that is used to fasten something, keep something in place, carry something or hold onto something."@en ;
       rdfs:label "Cinchas"@es ,
                  "Straps"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#StrappingBand
:StrappingBand rdf:type owl:Class ;
               rdfs:subClassOf :RetentionPackaging ;
               rdfs:comment "A band used to fasten load units onto carriers for safe transport."@en ,
                            "Una banda utilizada para sujetar las unidades de carga a los transportadores para un transporte seguro."@es ;
               rdfs:label "Flejes"@es ,
                          "Strapping bands"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#StrawMattress
:StrawMattress rdf:type owl:Class ;
               rdfs:subClassOf :Mattress ;
               rdfs:comment "A mattress that is stuffed with straw."@en ;
               rdfs:label "Colchones de paja"@es ,
                          "Straw mattresses"@en ;
               <http://www.w3.org/2004/02/skos/core#altLabel> "Jergones"@es ,
                                                              "Palliasses"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#StrawProducer
:StrawProducer rdf:type owl:Class ;
               rdfs:subClassOf :MaterialSupplier ;
               rdfs:label "Mimbre"@es ,
                          "Straw"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#StreetBench
:StreetBench rdf:type owl:Class ;
             rdfs:subClassOf :Bench ;
             rdfs:comment "A public street bench set outdoors and fixed at floor."@en ;
             rdfs:label "Bancos de calle"@es ,
                        "Street benches"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#StretchFilm
:StretchFilm rdf:type owl:Class ;
             rdfs:subClassOf :CoveringPackaging ;
             rdfs:comment "A wrapping film that adapts to different shapes of objects and provides a reliable hold, commonly used for packing pallets."@en ,
                          "Un film para envolver que se adapta a diferentes formas de objetos y proporciona una sujeción confiable, habitualmente utilizado para embalar pallets."@es ;
             rdfs:label "Film extensible"@es ,
                        "Stretch film"@en ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Film estirable"@es ,
                                                            "Film paletizable"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Stretcher
:Stretcher rdf:type owl:Class ;
           rdfs:subClassOf :Bed ;
           rdfs:comment "A light weight bed used for transportating patients."@en ;
           rdfs:label "Camillas"@es ,
                      "Stretchers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#StringedInstrument
:StringedInstrument rdf:type owl:Class ;
                    rdfs:subClassOf :MusicalInstrument ;
                    rdfs:comment "A musical instrument that produces sounds through the vibrations of one or more strings, usually amplified by means of a sound box."@en ;
                    rdfs:label "Instrumentos de cuerda"@es ,
                               "Stringed instruments"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Stripping
:Stripping rdf:type owl:Class ;
           owl:equivalentClass [ rdf:type owl:Restriction ;
                                 owl:onProperty :isPerformedBy ;
                                 owl:someValuesFrom :DerindingMachine
                               ] ;
           rdfs:subClassOf :FirstProcessing ;
           rdfs:label "Descortezado"@es ,
                      "Stripping"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Structure
:Structure rdf:type owl:Class ;
           rdfs:subClassOf :Component ;
           rdfs:comment "A set of interconnecting parts of any complex thing."@en ;
           rdfs:label "Estructuras"@es ,
                      "Structures"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Subcontractor
:Subcontractor rdf:type owl:Class ;
               rdfs:subClassOf :ServiceProvider ;
               rdfs:label "Outsourcing"@en ,
                          "Outsourcing"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Supplier
:Supplier rdf:type owl:Class ;
          rdfs:subClassOf :Organization ;
          rdfs:label "Proveedor"@es ,
                     "Supplier"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SurfacePreparation
:SurfacePreparation rdf:type owl:Class ;
                    rdfs:subClassOf :Process ;
                    rdfs:label "Preparación de superficies"@es ,
                               "Surface preparation"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Swing
:Swing rdf:type owl:Class ;
       rdfs:subClassOf :PlaygroundEquipment ;
       rdfs:comment "A hanging seat, usually found in a playground for children, a circus for acrobats, or on a porch for relaxing. The seat of a swing can be attached to a chain or a rope. Once a swing is in motion it continues to oscillate like a pendulum until drag (or interference) brings it to a halt."@en ,
                    "Un asiento colgante, que suele encontrarse en parques infantiles, circos para acróbatas o porches para relajarse. El asiento puede estar sujeto a una cadena o una cuerda. Una vez en movimiento, el columpio oscila como un péndulo hasta que la resistencia (o interferencia) lo detiene."@es ;
       rdfs:label "Columpios"@es ,
                  "Swings"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SwingDoor
:SwingDoor rdf:type owl:Class ;
           rdfs:subClassOf :Door ;
           rdfs:comment "A door that has special hinges that allow it to open either outwards or inwards, and is usually sprung to keep it closed. Swing doors are often used in saloons and public bars."@en ;
           rdfs:label "Puertas batientes"@es ,
                      "Swing doors"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SwingWindow
:SwingWindow rdf:type owl:Class ;
             rdfs:subClassOf :Window ;
             rdfs:comment "A type of window hung on a hinge on each of two opposite sides that allows the window to rotate when opened. The hinges can be mounted at the top and bottom (vertically) or on each jamb (horizontally)."@en ;
             rdfs:label "Swing windows"@en ,
                        "Ventanas batientes"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Swivel
:Swivel rdf:type owl:Class ;
        rdfs:subClassOf :Base ;
        rdfs:comment "A coupling device that allows free turning of the parts attached to it."@en ,
                     "Un dispositivo de acoplamiento que permite el giro libre de las piezas unidas al mismo."@es ;
        rdfs:label "Pivotes"@es ,
                   "Swivels"@en ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Base giratoria"@es ,
                                                       "Swivel base"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SyntheticFabric
:SyntheticFabric rdf:type owl:Class ;
                 rdfs:subClassOf :UpholsteryMaterial ;
                 rdfs:label "Synthetic fabric"@en ,
                            "Tejido sintético"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Table
:Table rdf:type owl:Class ;
       rdfs:subClassOf :PieceOfFurniture ;
       rdfs:comment "A form of furniture composed of a horizontal surface supported by a base, usually four legs. It is often used to hold objects or food at a convenient or comfortable height when sitting. Generic tables are typically meant for combined use with chairs."@en ;
       rdfs:label "Mesas"@es ,
                  "Tables"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TableLamp
:TableLamp rdf:type owl:Class ;
           rdfs:subClassOf :Lighting ;
           rdfs:comment "A small electric lamp which stands on a table or other piece of furniture."@en ;
           rdfs:label "Lámparas de mesa"@es ,
                      "Table lamps"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TableLinen
:TableLinen rdf:type owl:Class ;
            rdfs:subClassOf :HomeTextile ;
            rdfs:comment "A textile product used in a table."@en ;
            rdfs:label "Ropa de mesa"@es ,
                       "Table linen"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TableMat
:TableMat rdf:type owl:Class ;
          rdfs:subClassOf :TableLinen ;
          rdfs:comment "A cover of rubber, cloth or other fabric, that is usually placed on tables and other furniture for decoration or protection."@en ;
          rdfs:label "Table mats"@en ,
                     "Tapetes de mesa"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TablePress
:TablePress rdf:type owl:Class ;
            rdfs:subClassOf :SemiautomaticMachine ;
            rdfs:label "Prensa de mesa"@es ,
                       "Table press"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TableSkirt
:TableSkirt rdf:type owl:Class ;
            rdfs:subClassOf :TableLinen ;
            rdfs:comment "A cloth or paper covering for the table edges used to hide unsightly table legs or make the table seem more decorative."@en ,
                         "Las faldas de mesa son manteles de tela o papel usados para ocultar las patas de la mesa o hacerla más estética."@es ;
            rdfs:label "Faldas de mesa"@es ,
                       "Table skirts"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TableTop
:TableTop rdf:type owl:Class ;
          rdfs:subClassOf :MixedUseAccessory ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :hasVerticalSurface ;
                            owl:someValuesFrom :VerticalSurface
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :hasVerticalSurface ;
                            owl:allValuesFrom :VerticalSurface
                          ] ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty :hasVerticalSurface ;
                            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                            owl:onClass :VerticalSurface
                          ] ;
          rdfs:comment "A board bearing a notice or on which notices may be posted (as at a school)."@en ;
          rdfs:label "Table tops"@en ,
                     "Tableros de mesa"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Tablecloth
:Tablecloth rdf:type owl:Class ;
            rdfs:subClassOf :TableLinen ;
            rdfs:comment "A cloth that is used for covering the top of a table, especially during meals."@en ;
            rdfs:label "Manteles"@es ,
                       "Tableclothes"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Tambourine
:Tambourine rdf:type owl:Class ;
            rdfs:subClassOf :PercussionInstrument ;
            rdfs:comment "A musical instrument that has a round wooden frame, sometimes covered with plastic or skin, with metal discs around the edge. It is played by shaking it or hitting it with the hand."@en ;
            rdfs:label "Panderetas"@es ,
                       "Tambourines"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Tap
:Tap rdf:type owl:Class ;
     rdfs:subClassOf :MixedUseAccessory ;
     rdfs:comment "A device that controls the flow of a liquid or gas from a pipe or container, for example on a sink."@en ;
     rdfs:label "Grifos"@es ,
                "Taps"@en ;
     <http://www.w3.org/2004/02/skos/core#altLabel> "Faucets"@en ,
                                                    "Water taps"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Tassel
:Tassel rdf:type owl:Class ;
        rdfs:subClassOf :MixedUseTextile ;
        rdfs:comment "A bunch of threads that are tied together at one end and hang from cushions, curtains, clothes, etc. as a decoration."@en ;
        rdfs:label "Flecos"@es ,
                   "Tassels"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Technique
:Technique rdf:type owl:Class ;
           rdfs:comment "A particular method of doing an activity, usually a method that involves practical skills."@en ;
           rdfs:label "Techniques"@en ,
                      "Técnicas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TelephoneTable
:TelephoneTable rdf:type owl:Class ;
                rdfs:subClassOf :DomesticTable ;
                rdfs:comment "A small auxiliary table to put the telephone on it."@en ;
                rdfs:label "Mesas de teléfono"@es ,
                           "Telephone tables"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TelescopicLadder
:TelescopicLadder rdf:type owl:Class ;
                  rdfs:subClassOf :Ladder ;
                  rdfs:comment "A type of ladder than can be extended and collapsed in a similar way to a telescope, enabling to fully collapse into themselves so they can be easily stored in smaller spaces."@en ;
                  rdfs:label "Escaleras telescópicas"@es ,
                             "Telescopic ladders"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Television
:Television rdf:type owl:Class ;
            rdfs:subClassOf :HouseholdAppliance ;
            rdfs:comment "A device used as a source of entertainment, which picks up electronically transmitted images."@en ;
            rdfs:label "TV"@en ,
                       "TV"@es ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Televisiones"@es ,
                                                           "Televisions"@en ,
                                                           "Televisores"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TelevisionStand
:TelevisionStand rdf:type owl:Class ;
                 rdfs:subClassOf :DomesticTable ;
                 rdfs:comment "A trolley for supporting the T.V."@en ;
                 rdfs:label "Mesas de TV"@es ,
                            "TV stands"@en ;
                 <http://www.w3.org/2004/02/skos/core#altLabel> "T.V. trolleys"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Templating
:Templating rdf:type owl:Class ;
            owl:equivalentClass [ rdf:type owl:Restriction ;
                                  owl:onProperty :isPerformedBy ;
                                  owl:someValuesFrom [ rdf:type owl:Class ;
                                                       owl:unionOf ( :DoubleSpindleMoulder
                                                                     :DoubleSpindleMoulderWithReturn
                                                                     :MillingMachine
                                                                   )
                                                     ]
                                ] ;
            rdfs:subClassOf :MachiningOperation ;
            rdfs:label "Replantillado"@es ,
                       "Templating"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TerraceAndGardenComposition
:TerraceAndGardenComposition rdf:type owl:Class ;
                             rdfs:subClassOf :FurnitureComposition ;
                             rdfs:comment "A combination of furniture items to furnish a flat area of stone or grass next to a building where people can sit, or a piece of land next to a house, with flowers, vegetables, other plants, and often grass."@en ;
                             rdfs:label "Terrace and garden"@en ,
                                        "Terraza y jardín"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TertiaryPackaging
:TertiaryPackaging rdf:type owl:Class ;
                   rdfs:subClassOf :Product ;
                   rdfs:comment "A type of packaging used to protect manufactured goods for shipping or storing. It is used to protect not only the product but also its secondary and primary packaging."@en ,
                                "Un tipo de embalaje utilizado para proteger los productos manufacturados durante su envío o almacenamiento. Se utiliza para proteger no solo el producto, sino también su embalaje primario y secundario."@es ;
                   rdfs:label "Embalaje terciario"@es ,
                              "Tertiary packaging"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TestTube
:TestTube rdf:type owl:Class ;
          rdfs:subClassOf :Tool ;
          rdfs:label "Test tubes"@en ,
                     "Tubos de ensayo"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TextileCoating
:TextileCoating rdf:type owl:Class ;
                rdfs:subClassOf :Upholstering ;
                rdfs:comment "This is usually a manual process in which the operator places the fabric using staples."@en ;
                rdfs:label "Recubrimiento textil"@es ,
                           "Textile coating"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TextileProducer
:TextileProducer rdf:type owl:Class ;
                 rdfs:subClassOf :MaterialSupplier ;
                 rdfs:label "Textil"@es ,
                            "Textile"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Thermometer
:Thermometer rdf:type owl:Class ;
             rdfs:subClassOf :MeasuringInstrument ;
             rdfs:label "Termómetros"@es ,
                        "Thermometers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Thermoplastic
:Thermoplastic rdf:type owl:Class ;
               rdfs:subClassOf :PlasticMaterial ;
               rdfs:label "Termoplásticos"@es ,
                          "Thermoplastics"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ThermosetPlastic
:ThermosetPlastic rdf:type owl:Class ;
                  rdfs:subClassOf :PlasticMaterial ;
                  rdfs:label "Plásticos termoestables"@es ,
                             "Thermoset plastics"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Thickening
:Thickening rdf:type owl:Class ;
            owl:equivalentClass [ rdf:type owl:Restriction ;
                                  owl:onProperty :isPerformedBy ;
                                  owl:someValuesFrom :Thicknesser
                                ] ;
            rdfs:subClassOf :MachiningOperation ;
            rdfs:label "Regruesado"@es ,
                       "Thickening"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Thicknesser
:Thicknesser rdf:type owl:Class ;
             rdfs:subClassOf :ManualMachine ;
             rdfs:label "Regruesadora"@es ,
                        "Thicknesser"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ThreeDimensionalMachining
:ThreeDimensionalMachining rdf:type owl:Class ;
                           owl:equivalentClass [ rdf:type owl:Restriction ;
                                                 owl:onProperty :isPerformedBy ;
                                                 owl:someValuesFrom :CNCMachiningCentre
                                               ] ;
                           rdfs:subClassOf :MachiningOperation ;
                           rdfs:label "Mecanizado tridimensional"@es ,
                                      "Three-dimensional machining"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Throne
:Throne rdf:type owl:Class ;
        rdfs:subClassOf :Chair ;
        rdfs:comment "A decorative chair used by a king, queen, or emperor on important official occasions."@en ;
        rdfs:label "Thrones"@en ,
                   "Tronos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Tile
:Tile rdf:type owl:Class ;
      rdfs:subClassOf :BuildingElement ;
      rdfs:comment "A flat, square piece of baked clay, carpet, cork, or other substance, that is fixed as a covering onto a floor or wall."@en ;
      rdfs:label "Baldosa"@es ,
                 "Tile"@en ;
      <http://www.w3.org/2004/02/skos/core#altLabel> "Azulejo"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Timber
:Timber rdf:type owl:Class ;
        rdfs:subClassOf :WoodenMaterial ;
        rdfs:comment "Wood prepared for use in building, carpentry and furniture."@en ;
        rdfs:label "Building timber"@en ,
                   "Madera para contrucción"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Tinting
:Tinting rdf:type owl:Class ;
         owl:equivalentClass [ rdf:type owl:Restriction ;
                               owl:onProperty :isPerformedBy ;
                               owl:someValuesFrom [ rdf:type owl:Class ;
                                                    owl:unionOf ( :AerographicApplicationRobot
                                                                  :RollerMachine
                                                                  :SprayApplicationGun
                                                                )
                                                  ]
                             ] ;
         rdfs:subClassOf :Finishing ;
         rdfs:label "Tintado"@es ,
                    "Tinting"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TissueBox
:TissueBox rdf:type owl:Class ;
           rdfs:subClassOf :BathroomAccessory ;
           rdfs:comment "A container, typically made of cardboard or plastic, designed to hold and dispense facial tissues."@en ;
           rdfs:label "Cajas de pañuelos"@es ,
                      "Tissue boxes"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Toaster
:Toaster rdf:type owl:Class ;
         rdfs:subClassOf :HouseholdAppliance ;
         rdfs:comment "A piece of electrical equipment used to toast bread."@en ;
         rdfs:label "Toasters"@en ,
                    "Tostadoras"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Toilet
:Toilet rdf:type owl:Class ;
        rdfs:subClassOf :BathroomAccessory ;
        rdfs:comment "A large bowl with a seat, or a platform with a hole, which is connected to a water system and used to get rid of urine or faeces from the body."@en ;
        rdfs:label "Inodoros"@es ,
                   "Toilets"@en ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Sanitarios"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ToiletBrush
:ToiletBrush rdf:type owl:Class ;
             rdfs:subClassOf :BathroomAccessory ;
             rdfs:comment "A brush with a long handle that is used to clean the inside of a toilet."@en ;
             rdfs:label "Escobillas de baño"@es ,
                        "Toilet brushes"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ToiletBrushHolder
:ToiletBrushHolder rdf:type owl:Class ;
                   rdfs:subClassOf :Rack ;
                   rdfs:comment "A device to hold the toilet brush when it is not used."@en ;
                   rdfs:label "Escobilleros"@es ,
                              "Toilet brush holders"@en ;
                   <http://www.w3.org/2004/02/skos/core#altLabel> "Porta escobillas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ToiletTank
:ToiletTank rdf:type owl:Class ;
            rdfs:subClassOf :BathroomAccessory ;
            rdfs:comment "The reservoir located in the back of a water closet that holds the water necessary for flushing away waste."@en ;
            rdfs:label "Cisternas WC"@es ,
                       "Toilet tanks"@en ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Cisterns"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Tool
:Tool rdf:type owl:Class ;
      rdfs:subClassOf :AuxiliaryEquipment ;
      rdfs:label "Herramientas"@es ,
                 "Tools"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ToolsProducer
:ToolsProducer rdf:type owl:Class ;
               rdfs:subClassOf :MaterialSupplier ;
               rdfs:label "Herramientas"@es ,
                          "Tools"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Toothbrush
:Toothbrush rdf:type owl:Class ;
            rdfs:subClassOf :BathroomAccessory ;
            rdfs:comment "A small brush used for cleaning the teeth."@en ;
            rdfs:label "Cepillos de dientes"@es ,
                       "Toothbrushes"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ToothbrushHolder
:ToothbrushHolder rdf:type owl:Class ;
                  rdfs:subClassOf :BathroomAccessory ;
                  rdfs:comment "A container or rack in a bathroom where toothbrushes are kept when not in use."@en ;
                  rdfs:label "Portacepillos"@es ,
                             "Toothbrush holders"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ToppleBarrier
:ToppleBarrier rdf:type owl:Class ;
               rdfs:subClassOf :IndustrialProtectionElement ;
               rdfs:label "Barreras para alturas"@es ,
                          "Topple barriers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Towel
:Towel rdf:type owl:Class ;
       rdfs:subClassOf :BathTextile ;
       rdfs:comment "A square or rectangular piece of absorbent cloth or paper used for drying the body."@en ;
       rdfs:label "Toallas"@es ,
                  "Towels"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TowelRack
:TowelRack rdf:type owl:Class ;
           rdfs:subClassOf :Rack ;
           rdfs:comment "A piece of railing, used to hang towels upon."@en ;
           rdfs:label "Toalleros"@es ,
                      "Towel racks"@en ;
           <http://www.w3.org/2004/02/skos/core#altLabel> "Towel rails"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ToyBox
:ToyBox rdf:type owl:Class ;
        rdfs:subClassOf :Cabinet ;
        rdfs:comment "A large container for the storage of children's toys."@en ;
        rdfs:label "Juguetero"@es ,
                   "Toy box"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TrackLighting
:TrackLighting rdf:type owl:Class ;
               rdfs:subClassOf :CeilingLighting ;
               rdfs:comment "A system consisting of a track, usually fixed to the ceiling or wall, on which different types of lighting fixtures can be installed, removed, and repositioned."@en ;
               rdfs:label "Lámparas de carril"@es ,
                          "Track lighting"@en ;
               <http://www.w3.org/2004/02/skos/core#altLabel> "Focos de carril"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TrafficBarrier
:TrafficBarrier rdf:type owl:Class ;
                rdfs:subClassOf :IndustrialProtectionElement ;
                rdfs:label "Barreras para tráfico de vehículos"@es ,
                           "Traffic barriers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TrailerPlate
:TrailerPlate rdf:type owl:Class ;
              rdfs:subClassOf :IndustrialProtectionElement ;
              rdfs:label "Base estabilizadora para trailer"@es ,
                         "Trailer plates"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Training
:Training rdf:type owl:Class ;
          rdfs:subClassOf :Service ;
          rdfs:label "Formación"@es ,
                     "Training"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TrainingCompany
:TrainingCompany rdf:type owl:Class ;
                 rdfs:subClassOf :ServiceProvider ;
                 rdfs:label "Formación"@es ,
                            "Training"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Transformer
:Transformer rdf:type owl:Class ;
             rdfs:subClassOf :HouseholdAppliance ;
             rdfs:comment "A device for reducing or increasing the voltage of an electric power supply, usually to allow a particular piece of electrical equipment to be used."@en ;
             rdfs:label "Transformadores"@es ,
                        "Transformers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Transport
:Transport rdf:type owl:Class ;
           rdfs:subClassOf :Process ;
           rdfs:comment "System or means of conveying people, goods, etc. from place to place."@en ;
           rdfs:label "Transport"@en ,
                      "Transporte"@es ;
           <http://www.w3.org/2004/02/skos/core#altLabel> "Shipping"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TransportService
:TransportService rdf:type owl:Class ;
                  rdfs:subClassOf :LogisticsService ;
                  rdfs:comment "A service for of taking goods or people from one place to another in a vehicle."@en ;
                  rdfs:label "Transport"@en ,
                             "Transporte"@es ;
                  <http://www.w3.org/2004/02/skos/core#altLabel> "Transportation"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TransverseFlute
:TransverseFlute rdf:type owl:Class ;
                 rdfs:subClassOf :Flute ;
                 rdfs:comment "A flute that is played by holding it to the side, like the flute of the modern orchestra. It belongs to the woodwind family because the first flutes that were built were all made of wood."@en ;
                 rdfs:label "Flautas traveseras"@es ,
                            "Transverse flutes"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TrapDoor
:TrapDoor rdf:type owl:Class ;
          rdfs:subClassOf :Door ;
          rdfs:comment "A door that is oriented horizontally in a floor or ceiling, often accessed via a ladder."@en ;
          rdfs:label "Trampillas"@es ,
                     "Trap doors"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TravelCrib
:TravelCrib rdf:type owl:Class ;
            rdfs:subClassOf :ChildrenPieceOfFurniture ;
            rdfs:comment "A portable sleeping solution for infants and young children that is designed to be lightweight and easy to transport."@en ;
            rdfs:label "Cunas de viaje"@es ,
                       "Travel cribs"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Trombone
:Trombone rdf:type owl:Class ;
          rdfs:subClassOf :BrassInstrument ;
          rdfs:comment "A large musical instrument of the brass family. It consists of two long oval tubes, one of which can be pushed backwards and forwards to play different notes."@en ;
          rdfs:label "Trombones"@en ,
                     "Trombones"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Trumpet
:Trumpet rdf:type owl:Class ;
         rdfs:subClassOf :BrassInstrument ;
         rdfs:comment "A valved brass instrument of brilliant tone consisting of a narrow tube of cylindrical bore ending in a flared bell."@en ;
         rdfs:label "Trompetas"@es ,
                    "Trumpets"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TrundleBed
:TrundleBed rdf:type owl:Class ;
            rdfs:subClassOf :Bed ;
            rdfs:comment "A low bed on wheels, stored under a larger bed."@en ;
            rdfs:label "Camas nido"@es ,
                       "Trundle beds"@en ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Truckle beds"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Truss
:Truss rdf:type owl:Class ;
       rdfs:subClassOf :BuildingElement ;
       rdfs:comment "A structural element composed of steel or wood bars that interconnect to form triangular structures that form a rigid framework that allows the safe transfer of weight, and is therefore used as a base for building structures."@en ;
       rdfs:label "Cercha"@es ,
                  "Truss"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Tuba
:Tuba rdf:type owl:Class ;
      rdfs:subClassOf :BrassInstrument ;
      rdfs:comment "A large musical instrument of the brass family which produces very low notes. It consists of a long metal tube folded round several times with a wide opening at the end."@en ;
      rdfs:label "Tubas"@en ,
                 "Tubas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TurntableLadder
:TurntableLadder rdf:type owl:Class ;
                 rdfs:subClassOf :Ladder ;
                 rdfs:comment "A ladder fitted to rotating platform on top of a fire truck."@en ;
                 rdfs:label "Escaleras mecánicas"@es ,
                            "Turntable ladders"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Ukelele
:Ukelele rdf:type owl:Class ;
         rdfs:subClassOf :StringedInstrument ;
         rdfs:comment "A small, guitarlike musical instrument associated especially with Hawaiian music."@en ;
         rdfs:label "Ukeleles"@en ,
                    "Ukeleles"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#UltravioletDrying
:UltravioletDrying rdf:type owl:Class ;
                   rdfs:subClassOf :Technique ;
                   rdfs:label "Secado por ultravioleta"@es ,
                              "Ultraviolet drying"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#UltravioletTunnelForVarnishedFlatPieces
:UltravioletTunnelForVarnishedFlatPieces rdf:type owl:Class ;
                                         owl:equivalentClass [ rdf:type owl:Restriction ;
                                                               owl:onProperty :employs ;
                                                               owl:someValuesFrom :UltravioletDrying
                                                             ] ;
                                         rdfs:subClassOf :DryingTunnel ;
                                         rdfs:label "Túnel de ultravioleta para piezas planas barnizadas"@es ,
                                                    "Ultraviolet tunnel for varnished flat pieces"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Umbrella
:Umbrella rdf:type owl:Class ;
          rdfs:subClassOf :MixedUseAccessory ;
          rdfs:comment "An object used to protect from the rain or hot sun. It consists of a long stick with a folding frame covered in cloth."@en ;
          rdfs:label "Parasoles"@es ,
                     "Umbrellas"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#UmbrellaStand
:UmbrellaStand rdf:type owl:Class ;
               rdfs:subClassOf :Rack ;
               rdfs:comment "An upright unit, used for storing umbrellas in an upright/ vertical position."@en ;
               rdfs:label "Paragüeros"@es ,
                          "Umbrella stands"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#UpAndOverDoor
:UpAndOverDoor rdf:type owl:Class ;
               rdfs:subClassOf :Door ;
               rdfs:comment "A door that is often used in garages. Instead of hinges it has a mechanism, often counterbalanced or sprung, that allows it to be lifted so that it rests horizontally above the opening."@en ;
               rdfs:label "Puertas basculantes"@es ,
                          "Up and over doors"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#UpholsteredFurnitureProducer
:UpholsteredFurnitureProducer rdf:type owl:Class ;
                              rdfs:subClassOf :Manufacturer ;
                              rdfs:label "Mueble Tapizado"@es ,
                                         "Upholstered Furniture"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Upholstering
:Upholstering rdf:type owl:Class ;
              rdfs:subClassOf :Process ;
              rdfs:label "Tapizado"@es ,
                         "Upholstering"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#UpholsteryMaterial
:UpholsteryMaterial rdf:type owl:Class ;
                    rdfs:subClassOf :Material ;
                    rdfs:comment "The material used to make seats, sofas, etc."@en ;
                    rdfs:label "Materiales de tapizado"@es ,
                               "Upholstery materials"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#UreaFormaldehyde
:UreaFormaldehyde rdf:type owl:Class ;
                  rdfs:subClassOf :FormaldehydeAdhesive ;
                  rdfs:label "UF (urea-formaldehyde)"@en ,
                             "UF (urea-formaldehído)"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#UreaMelamineFormaldehyde
:UreaMelamineFormaldehyde rdf:type owl:Class ;
                          rdfs:subClassOf :FormaldehydeAdhesive ;
                          rdfs:label "MUF (urea-melamina-formaldehído)"@es ,
                                     "MUF (urea-melamine-formaldehyde)"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Valve
:Valve rdf:type owl:Class ;
       rdfs:subClassOf :AuxiliaryEquipment ;
       rdfs:label "Valves"@en ,
                  "Válvulas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Varnish
:Varnish rdf:type owl:Class ;
         rdfs:subClassOf :CoatingSubstance ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :hasSubstanceBase ;
                           owl:someValuesFrom xsd:string
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :isSolventBased ;
                           owl:someValuesFrom xsd:boolean
                         ] ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty :isWaterBased ;
                           owl:someValuesFrom xsd:boolean
                         ] ;
         rdfs:comment "A liquid that is applied to wood, metal, paintings, etc and forms a hard shiny transparent surface when dry."@en ;
         rdfs:label "Barnices"@es ,
                    "Varnishes"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Varnishing
:Varnishing rdf:type owl:Class ;
            owl:equivalentClass [ rdf:type owl:Restriction ;
                                  owl:onProperty :isPerformedBy ;
                                  owl:someValuesFrom [ rdf:type owl:Class ;
                                                       owl:unionOf ( :AerographicApplicationRobot
                                                                     :CurtainCoatingMachine
                                                                     :RollerMachine
                                                                     :SprayApplicationGun
                                                                   )
                                                     ]
                                ] ;
            rdfs:subClassOf :Finishing ;
            rdfs:comment "This process is done by using a transparent varnish."@en ;
            rdfs:label "Barnizado"@es ,
                       "Varnishing"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Vase
:Vase rdf:type owl:Class ;
      rdfs:subClassOf :DecorationElement ;
      rdfs:comment "A jar, usually made of glass or pottery, used for holding cut flowers or as an ornament."@en ;
      rdfs:label "Jarrones"@es ,
                 "Vases"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#VeneerProducer
:VeneerProducer rdf:type owl:Class ;
                rdfs:subClassOf :MaterialSupplier ;
                rdfs:label "Chapa"@es ,
                           "Veneer"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#VeneeredBoard
:VeneeredBoard rdf:type owl:Class ;
               rdfs:subClassOf :WoodenBoard ;
               rdfs:label "Tableros rechapados"@es ,
                          "Veneered boards"@en ;
               <http://www.w3.org/2004/02/skos/core#altLabel> "Chapas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#VerticalBandSander
:VerticalBandSander rdf:type owl:Class ;
                    rdfs:subClassOf :ManualMachine ;
                    rdfs:label "Lijadora de banda vertical"@es ,
                               "Vertical band sander"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#VerticalBandSanderForSimpleCurves
:VerticalBandSanderForSimpleCurves rdf:type owl:Class ;
                                   rdfs:subClassOf :ManualMachine ;
                                   rdfs:label "Lijadora de banda vertical para curvas simples"@es ,
                                              "Vertical band sander for simple curves"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#VerticalSlidingTableSaw
:VerticalSlidingTableSaw rdf:type owl:Class ;
                         rdfs:subClassOf :ManualMachine ;
                         rdfs:label "Escuadradora vertical"@es ,
                                    "Vertical sliding table saw"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#VerticalSlidingTableSawWithAutomaticMovement
:VerticalSlidingTableSawWithAutomaticMovement rdf:type owl:Class ;
                                              rdfs:subClassOf :SemiautomaticMachine ;
                                              rdfs:label "Escuadradora vertical con movimiento de sierra automático"@es ,
                                                         "Vertical sliding table saw with automatic movement"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#VerticalSurface
:VerticalSurface rdf:type owl:Class ;
                 rdfs:subClassOf :Component ;
                 rdfs:comment "A flat surface parallel to the ground."@en ;
                 rdfs:label "Superficies verticales"@es ,
                            "Vertical surfaces"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Vessel
:Vessel rdf:type owl:Class ;
        rdfs:subClassOf :DecorationElement ;
        rdfs:comment "A bowl or other container in which liquid is kept."@en ;
        rdfs:label "Vasijas"@es ,
                   "Vessels"@en ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Pots"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#VinylFabric
:VinylFabric rdf:type owl:Class ;
             rdfs:subClassOf :SyntheticFabric ;
             rdfs:label "Tejido de vinilo"@es ,
                        "Vinyl fabric"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Viola
:Viola rdf:type owl:Class ;
       rdfs:subClassOf :StringedInstrument ;
       rdfs:comment "A musical instrument with four strings that is played with a bow. It is like a violin, but is slightly larger and can play lower notes."@en ;
       rdfs:label "Violas"@en ,
                  "Violas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ViolaDaGamba
:ViolaDaGamba rdf:type owl:Class ;
              rdfs:subClassOf :StringedInstrument ;
              rdfs:comment "An early stringed instrument of the viol family, held between the knees and comparable in range to the cello."@en ;
              rdfs:label "Violas da gamba"@en ,
                         "Violas da gamba"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Violin
:Violin rdf:type owl:Class ;
        rdfs:subClassOf :StringedInstrument ;
        rdfs:comment "A bowed stringed instrument consisting of a fingerboard, a hollow wooden body with waisted sides, and a sounding board connected to the back by means of a soundpost that also supports the bridge."@en ;
        rdfs:label "Violines"@es ,
                   "Violins"@en ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Fiddles"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Virginal
:Virginal rdf:type owl:Class ;
          rdfs:subClassOf :KeyboardInstrument ;
          rdfs:comment "A musical instrument with strings and a keyboard similar to the spinet, but generally rectangular in shape and with the strings perpendicular or oblique to the keys, providing a greater timbral richness."@en ;
          rdfs:label "Virginales"@en ,
                     "Virginales"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ViscoelasticMattress
:ViscoelasticMattress rdf:type owl:Class ;
                      rdfs:subClassOf :Mattress ;
                      rdfs:comment "A mattress that is mainly made of viscoelastic foam, a material that adapts to the shape of the body and distributes weight evenly."@en ;
                      rdfs:label "Colchones viscoelásticos"@es ,
                                 "Viscoelastic mattresses"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ViscoseRayonFibre
:ViscoseRayonFibre rdf:type owl:Class ;
                   rdfs:subClassOf :NaturalFibre ;
                   rdfs:label "Fibra de viscosa rayón"@es ,
                              "Viscose rayon fibre"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Viscositymeter
:Viscositymeter rdf:type owl:Class ;
                rdfs:subClassOf :MeasuringInstrument ;
                rdfs:label "Medidores de viscosidad"@es ,
                           "Viscosity meters"@en ;
                <http://www.w3.org/2004/02/skos/core#altLabel> "Viscosímetros"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Wadding
:Wadding rdf:type owl:Class ;
         rdfs:subClassOf :Padding ;
         rdfs:comment "La guata es un material textil no tejido fabricado con filamentos de algodón que se usa principalmente como relleno y aislante térmico."@es ,
                      "The wadding is a non-textile material made with cotton strands, which is mainly used as fill and thermal insulator."@en ;
         rdfs:label "Guata"@es ,
                    "Wadding"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WallCabinet
:WallCabinet rdf:type owl:Class ;
             rdfs:subClassOf :KitchenCabinet ;
             rdfs:comment "A storage cupboard, usually with shelves, located above the countertop."@en ;
             rdfs:label "Módulos altos"@es ,
                        "Wall cabinets"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WallCladding
:WallCladding rdf:type owl:Class ;
              rdfs:subClassOf :FlooringAndCoating ;
              rdfs:comment "A type of material that is applied to a vertical surface in order to decorate and protect it."@en ;
              rdfs:label "Revestimiento de paredes"@es ,
                         "Wall cladding"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WallGuard
:WallGuard rdf:type owl:Class ;
           rdfs:subClassOf :IndustrialProtectionElement ;
           rdfs:label "Protectores de pared"@es ,
                      "Wall guards"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WalnutWood
:WalnutWood rdf:type owl:Class ;
            rdfs:subClassOf :Wood ;
            rdfs:comment "Tree that has a wood coloured from grey to brown. Its texture is usually smooth. The word is applied, too, to the colour of the walnut."@en ;
            rdfs:label "Madera de nogal"@es ,
                       "Walnut wood"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Wardrobe
:Wardrobe rdf:type owl:Class ;
          rdfs:subClassOf :Cabinet ;
          rdfs:comment "The place where clothes are stored, usually a large cupboard with shelves and a rail for hanging things on."@en ;
          rdfs:label "Armarios roperos"@es ,
                     "Wardrobes"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WarehousingService
:WarehousingService rdf:type owl:Class ;
                    rdfs:subClassOf :LogisticsService ;
                    rdfs:comment "A service consisting of storing large quantities of goods so that they can be sold or used at a later date."@en ;
                    rdfs:label "Servicios de almacenaje"@es ,
                               "Warehousing"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Washer
:Washer rdf:type owl:Class ;
        rdfs:subClassOf :BasicAssemblyHardware ,
                        [ rdf:type owl:Restriction ;
                          owl:onProperty :isWasherType ;
                          owl:someValuesFrom xsd:string
                        ] ;
        rdfs:comment "A small flat ring made of rubber, metal or plastic placed between two surfaces, for example under a nut to make a connection tight."@en ;
        rdfs:label "Arandelas"@es ,
                   "Washers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Washstand
:Washstand rdf:type owl:Class ;
           rdfs:subClassOf :MixedUseAccessory ;
           rdfs:comment "A special table in a bedroom that holds a basin and jug for washing oneself with."@en ;
           rdfs:label "Lavabos"@es ,
                      "Washstands"@en ;
           <http://www.w3.org/2004/02/skos/core#altLabel> "Palanganas"@es ,
                                                          "Washbasins"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WasteContainer
:WasteContainer rdf:type owl:Class ;
                rdfs:subClassOf :FurnitureAccessory ;
                rdfs:comment "A receptacle to store waste."@en ;
                rdfs:label "Recipientes de desechos"@es ,
                           "Waste containers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WasteManagement
:WasteManagement rdf:type owl:Class ;
                 rdfs:subClassOf :Service ;
                 rdfs:label "Gestión de residuos"@es ,
                            "Waste management"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WasteManager
:WasteManager rdf:type owl:Class ;
              rdfs:subClassOf :ServiceProvider ;
              rdfs:label "Gestión de Residuos"@es ,
                         "Waste Management"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WastepaperBasket
:WastepaperBasket rdf:type owl:Class ;
                  rdfs:subClassOf :WasteContainer ;
                  rdfs:comment "A container for rubbish, especially paper, which is usually placed on the floor in the corner of a room or next to a desk."@en ;
                  rdfs:label "Papeleras"@es ,
                             "Wastepaper baskets"@en ;
                  <http://www.w3.org/2004/02/skos/core#altLabel> "Wastebaskets"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WaterBed
:WaterBed rdf:type owl:Class ;
          rdfs:subClassOf :Bed ;
          rdfs:comment "A bed/mattress combination where the mattress is filled with water. It includes a heavy-duty frame built specifically to support the weight of the water in the mattress."@en ;
          rdfs:label "Camas de agua"@es ,
                     "Water beds"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WaterHeater
:WaterHeater rdf:type owl:Class ;
             rdfs:subClassOf :HouseholdAppliance ;
             rdfs:comment "A container in which water is heated to provide hot water and heating in a building or to produce steam in an engine."@en ;
             rdfs:label "Calentadores"@es ,
                        "Water heaters"@en ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Boilers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WaterMattress
:WaterMattress rdf:type owl:Class ;
               rdfs:subClassOf :Mattress ;
               rdfs:comment "A mattress in the form of a closed rubber bag filled with water."@en ;
               rdfs:label "Colchones de agua"@es ,
                          "Water mattresses"@en ;
               <http://www.w3.org/2004/02/skos/core#altLabel> "Waterbeds"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WeighingScale
:WeighingScale rdf:type owl:Class ;
               rdfs:subClassOf :BathroomAccessory ;
               rdfs:comment "A device used to measure weight."@en ;
               rdfs:label "Básculas"@es ,
                          "Weighing scales"@en ;
               <http://www.w3.org/2004/02/skos/core#altLabel> "Scales"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Welding
:Welding rdf:type owl:Class ;
         owl:equivalentClass [ rdf:type owl:Restriction ;
                               owl:onProperty :isPerformedBy ;
                               owl:someValuesFrom [ rdf:type owl:Class ;
                                                    owl:unionOf ( :WeldingMachine
                                                                  :WeldingRobot
                                                                )
                                                  ]
                             ] ;
         rdfs:subClassOf :Assembly ;
         rdfs:label "Soldadura"@es ,
                    "Welding"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WeldingMachine
:WeldingMachine rdf:type owl:Class ;
                rdfs:subClassOf :ManualMachine ;
                rdfs:label "Soldadora"@es ,
                           "Welding machine"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WeldingRobot
:WeldingRobot rdf:type owl:Class ;
              rdfs:subClassOf :Robot ;
              rdfs:label "Robot soldadora"@es ,
                         "Welding robot"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WheelChair
:WheelChair rdf:type owl:Class ;
            rdfs:subClassOf :Chair ;
            rdfs:comment "A special chair mounted on large wheels, for use by people with disabilities or others for whom walking is impossible or temporarily inadvisable."@en ;
            rdfs:label "Sillas de ruedas"@es ,
                       "Wheel chairs"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WheelStop
:WheelStop rdf:type owl:Class ;
           rdfs:subClassOf :IndustrialProtectionElement ;
           rdfs:label "Topes de rueda"@es ,
                      "Wheel stops"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Whiteboard
:Whiteboard rdf:type owl:Class ;
            rdfs:subClassOf :WritingBoard ;
            rdfs:comment "Any glossy surface, most commonly coloured white, where markings can be made. Whiteboards operate analogously to chalkboards in that they allow markings to temporarily adhere to the surface of the board."@en ;
            rdfs:label "Pizarras rotulables"@es ,
                       "Whiteboards"@en ;
            <http://www.w3.org/2004/02/skos/core#altLabel> "Dry-erase boards"@en ,
                                                           "Dry-wipe boards"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WideCuttingOfPlates
:WideCuttingOfPlates rdf:type owl:Class ;
                     owl:equivalentClass [ rdf:type owl:Restriction ;
                                           owl:onProperty :isPerformedBy ;
                                           owl:someValuesFrom [ rdf:type owl:Class ;
                                                                owl:unionOf ( :GuillotineWithParallelogramAndDigitalControl
                                                                              :GuillotineWithSingleEdgeSplittingPiston
                                                                            )
                                                              ]
                                         ] ;
                     rdfs:subClassOf :Quartering ;
                     rdfs:label "Corte ancho paquete de chapas"@es ,
                                "Wide cutting of plates"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WindInstrument
:WindInstrument rdf:type owl:Class ;
                rdfs:subClassOf :MusicalInstrument ;
                rdfs:comment "A musical instrument sounded by the breath, such as the woodwinds and brass instruments of an orchestra."@en ;
                rdfs:label "Instrumentos de viento"@es ,
                           "Wind instruments"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Window
:Window rdf:type owl:Class ;
        rdfs:subClassOf :PieceOfFurniture ;
        rdfs:comment "An opening in a wall or roof of a building, car, etc. that has glass in it so that light can pass through."@en ;
        rdfs:label "Ventanas"@es ,
                   "Windows"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WindowFrame
:WindowFrame rdf:type owl:Class ;
             rdfs:subClassOf :Frame ;
             rdfs:comment "A frame around the edges of a window, which glass is fixed into."@en ;
             rdfs:label "Marcos de ventana"@es ,
                        "Window frames"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WineRack
:WineRack rdf:type owl:Class ;
          rdfs:subClassOf :Rack ;
          rdfs:comment "A piece of furniture, usually a cupboard, to store drinks."@en ;
          rdfs:label "Botelleros"@es ,
                     "Wine racks"@en ;
          <http://www.w3.org/2004/02/skos/core#altLabel> "Cocktail cabinets"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Wingchair
:Wingchair rdf:type owl:Class ;
           rdfs:subClassOf :DomesticChair ;
           rdfs:comment "An armchair with small wings or ears at both sides of the head line."@en ;
           rdfs:label "Sillones orejeros"@es ,
                      "Wingchairs"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Wood
:Wood rdf:type owl:Class ;
      rdfs:subClassOf :WoodenMaterial ;
      rdfs:comment "The hard material that the trunk and branches of a tree are made of."@en ;
      rdfs:label "Madera"@es ,
                 "Wood"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WoodSupplier
:WoodSupplier rdf:type owl:Class ;
              rdfs:subClassOf :MaterialSupplier ;
              rdfs:label "Madera"@es ,
                         "Wood"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WoodVeneer
:WoodVeneer rdf:type owl:Class ;
            rdfs:subClassOf :WoodenMaterial ;
            rdfs:comment "A thin layer of wood  glued to the surface of a lower quality wood or panel material."@en ;
            rdfs:label "Chapas de madera"@es ,
                       "Wood veneers"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WoodenBoard
:WoodenBoard rdf:type owl:Class ;
             rdfs:subClassOf :WoodenMaterial ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :isCoated ;
                               owl:someValuesFrom xsd:boolean
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty :isCoatedWith ;
                               owl:someValuesFrom xsd:string
                             ] ;
             rdfs:comment "A long thin flat piece of a hard material, specially cut wood."@en ;
             rdfs:label "Tableros de madera"@es ,
                        "Wooden boards"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WoodenMaterial
:WoodenMaterial rdf:type owl:Class ;
                rdfs:subClassOf :Material ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :belongsToWoodSpecies ;
                                  owl:someValuesFrom xsd:string
                                ] ;
                rdfs:label "Madera y derivados"@es ,
                           "Wooden materials"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WoodenPackagingProducer
:WoodenPackagingProducer rdf:type owl:Class ;
                         rdfs:subClassOf :Manufacturer ;
                         rdfs:label "Embalaje de Madera"@es ,
                                    "Wooden Packaging"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WoodenStructuresBoard
:WoodenStructuresBoard rdf:type owl:Class ;
                       rdfs:subClassOf :WoodenBoard ;
                       rdfs:label "Board for wooden structures"@en ,
                                  "Tableros estructurales"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WoodenStructuresProducer
:WoodenStructuresProducer rdf:type owl:Class ;
                          rdfs:subClassOf :Manufacturer ;
                          rdfs:label "Estructuras de Madera"@es ,
                                     "Wooden Structures"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WoodwindInstrument
:WoodwindInstrument rdf:type owl:Class ;
                    rdfs:subClassOf :WindInstrument ;
                    rdfs:comment "A musical instrument that is played by blowing through different types of mouthpieces and is constructed of wood (although there are some exceptions such as the transverse flute and the saxophone)."@en ;
                    rdfs:label "Instrumentos de viento-madera"@es ,
                               "Woodwind instruments"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WoolFibre
:WoolFibre rdf:type owl:Class ;
           rdfs:subClassOf :NaturalFibre ;
           rdfs:label "Fibra de lana"@es ,
                      "Wool fibre"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WorkTable
:WorkTable rdf:type owl:Class ;
           rdfs:subClassOf :Table ;
           rdfs:comment "A table for holding working materials and implements."@en ;
           rdfs:label "Mesas de trabajo"@es ,
                      "Work tables"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Workbench
:Workbench rdf:type owl:Class ;
           rdfs:subClassOf :WorkTable ;
           rdfs:comment "A table used in woodworking, metalworking, and other trades upon which work of a specific nature may take place. The workbench may be any size, but is normally a rectangular shape. Workbenches often have vices attached to them for wood workers. Woodworking benches also make use of dog holes and bench dogs, which are used in clamping operations or as stops for work to butt up against."@en ;
           rdfs:label "Bancos de trabajo"@es ,
                      "Workbenches"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Wrench
:Wrench rdf:type owl:Class ;
        rdfs:subClassOf :Tool ;
        rdfs:comment "A wrench is a tool used to provide grip and mechanical advantage in applying torque to turn objects such as nuts and bolts or keep them from turning."@en ,
                     "Una llave inglesa es una herramienta utilizada para proporcionar agarre y fuerza mecánica aplicando torsión para girar elementos como tuercas y pernos o apretarlos."@es ,
                     "Wrenches are usually used for guns."@en ;
        rdfs:label "Llaves inglesas"@es ,
                   "Wrenches"@en ;
        <http://www.w3.org/2004/02/skos/core#altLabel> "Spanners"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WritingBoard
:WritingBoard rdf:type owl:Class ;
              rdfs:subClassOf :TableTop ;
              rdfs:comment "A smooth vertical surface to be written upon using an erasable material , large enough for several persons to read simultaneously."@en ;
              rdfs:label "Tableros para escribir"@es ,
                         "Writing boards"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WritingDesk
:WritingDesk rdf:type owl:Class ;
             rdfs:subClassOf :OfficeTable ;
             rdfs:comment "A desk with drawers, shelves and usually a sloping lid which forms a writing surface when open."@en ;
             rdfs:label "Escritorios"@es ,
                        "Writing desks"@en ;
             <http://www.w3.org/2004/02/skos/core#altLabel> "Bureau"@en ,
                                                            "Burós"@es ,
                                                            "Roll-top desks"@en ,
                                                            "Writing tables"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Xylophone
:Xylophone rdf:type owl:Class ;
           rdfs:subClassOf :PercussionInstrument ;
           rdfs:comment "​A musical instrument made of two rows of wooden bars of different lengths that are hitted with two small sticks."@en ;
           rdfs:label "Xilófonos"@es ,
                      "Xylophones"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#YouthBedroomComposition
:YouthBedroomComposition rdf:type owl:Class ;
                         rdfs:subClassOf :FurnitureComposition ;
                         rdfs:comment "A combination of furniture items to furnish a room used by young people for sleeping in it."@en ;
                         rdfs:label "Dormitorio juvenil"@es ,
                                    "Youth bedroom"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Zamak
:Zamak rdf:type owl:Class ;
       rdfs:subClassOf :MetalMaterial ;
       rdfs:label "Zamak"@en ,
                  "Zamak"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ZipLine
:ZipLine rdf:type owl:Class ;
         rdfs:subClassOf :PlaygroundEquipment ;
         rdfs:comment "A system of ropes or cables laid at height between two ends, which, by means of a pulley and a harness, allows one to slide along them using the force of gravity."@en ,
                      "Un sistema de cuerdas o cables tendidos en altura entre dos extremos, que mediante una polea y un arnés permite deslizarse por ellos usando la fuerza de la gravedad."@es ;
         rdfs:label "Tirolinas"@es ,
                    "Zip-lines"@en ;
         <http://www.w3.org/2004/02/skos/core#altLabel> "Sky riders"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Zither
:Zither rdf:type owl:Class ;
        rdfs:subClassOf :StringedInstrument ;
        rdfs:comment "A plucked musical instrument consisting of numerous strings stretched over a resonating box, a few of which may be stopped on a fretted fingerboard."@en ;
        rdfs:label "Cítaras"@es ,
                   "Zithers"@en .


###  http://www.nimble-project.org/catalogue#CodeList
<http://www.nimble-project.org/catalogue#CodeList> rdf:type owl:Class .


###  http://www.nimble-project.org/catalogue#CodeType
<http://www.nimble-project.org/catalogue#CodeType> rdf:type owl:Class .


###  http://www.nimble-project.org/catalogue#QuantityType
<http://www.nimble-project.org/catalogue#QuantityType> rdf:type owl:Class .


###  http://www.nimble-project.org/catalogue#Unit
<http://www.nimble-project.org/catalogue#Unit> rdf:type owl:Class .


###  http://www.nimble-project.org/catalogue#UnitList
<http://www.nimble-project.org/catalogue#UnitList> rdf:type owl:Class .


#################################################################
#    Individuals
#################################################################

###  http://www.aidimme.es/FurnitureSectorOntology.owl#AdherenceUnitList
:AdherenceUnitList rdf:type owl:NamedIndividual ,
                            <http://www.nimble-project.org/catalogue#UnitList> ;
                   <http://www.nimble-project.org/catalogue#hasCode> "MPa"^^xsd:normalizedString ,
                                                                     "N/mm2"^^xsd:normalizedString ;
                   <http://www.nimble-project.org/catalogue#id> "AdherenceUnitListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AirLoadList
:AirLoadList rdf:type owl:NamedIndividual ,
                      <http://www.nimble-project.org/catalogue#CodeList> ;
             <http://www.nimble-project.org/catalogue#hasCode> :MediumBigPackageTransportAirLoad ,
                                                               :PalletTransportAirLoad ;
             <http://www.nimble-project.org/catalogue#id> "AirLoadListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AutomotiveIndustrySpecializationOption
:AutomotiveIndustrySpecializationOption rdf:type owl:NamedIndividual ,
                                                 <http://www.nimble-project.org/catalogue#CodeType> ;
                                        <http://www.nimble-project.org/catalogue#hasCode> "AutomotiveIndustrySpecializationOption"^^xsd:normalizedString ;
                                        rdfs:label "Automoción"@es ,
                                                   "Automotive"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#AuxiliarUse
:AuxiliarUse rdf:type owl:NamedIndividual ,
                      <http://www.nimble-project.org/catalogue#CodeType> ;
             <http://www.nimble-project.org/catalogue#hasCode> "AuxiliarUse"^^xsd:normalizedString ;
             rdfs:label "Auxiliar"@es ,
                        "AuxiliarUse"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BaroqueStyle
:BaroqueStyle rdf:type owl:NamedIndividual ,
                       <http://www.nimble-project.org/catalogue#CodeType> ;
              <http://www.nimble-project.org/catalogue#hasCode> "BaroqueStyle"^^xsd:normalizedString ;
              rdfs:label "Baroque"@en ,
                         "Barroco"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BathroomUse
:BathroomUse rdf:type owl:NamedIndividual ,
                      <http://www.nimble-project.org/catalogue#CodeType> ;
             <http://www.nimble-project.org/catalogue#hasCode> "BathroomUse"^^xsd:normalizedString ;
             rdfs:label "Bathroom"@en ,
                        "Baño"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BeamMaterialList
:BeamMaterialList rdf:type owl:NamedIndividual ,
                           <http://www.nimble-project.org/catalogue#CodeList> ;
                  <http://www.nimble-project.org/catalogue#hasCode> :SteelMaterialOption ,
                                                                    :WoodMaterialOption ;
                  <http://www.nimble-project.org/catalogue#id> "BeamMaterialListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BorderControlInspectionHandlingService
:BorderControlInspectionHandlingService rdf:type owl:NamedIndividual ,
                                                 <http://www.nimble-project.org/catalogue#CodeType> ;
                                        <http://www.nimble-project.org/catalogue#hasCode> "BorderControlInspectionHandlingService"^^xsd:normalizedString ;
                                        rdfs:label "Border control inspection handling"@en ,
                                                   "Gestión de inspecciones de control aduanero"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BoxContainerType
:BoxContainerType rdf:type owl:NamedIndividual ,
                           <http://www.nimble-project.org/catalogue#CodeType> ;
                  <http://www.nimble-project.org/catalogue#hasCode> "BoxContainerType"^^xsd:normalizedString ;
                  rdfs:label "Box"@en ,
                             "Caja"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BoxSmallPackageProductType
:BoxSmallPackageProductType rdf:type owl:NamedIndividual ,
                                     <http://www.nimble-project.org/catalogue#CodeType> ;
                            <http://www.nimble-project.org/catalogue#hasCode> "BoxSmallPackagesProductType"^^xsd:normalizedString ;
                            rdfs:label "Box-small packages"@en ,
                                       "Cajas-paquetes pequeños"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#BulkCargoProductType
:BulkCargoProductType rdf:type owl:NamedIndividual ,
                               <http://www.nimble-project.org/catalogue#CodeType> ;
                      <http://www.nimble-project.org/catalogue#hasCode> "BulkCargoProductType"^^xsd:normalizedString ;
                      rdfs:label "Bulk cargo"@en ,
                                 "Carga a granel"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CageContainerType
:CageContainerType rdf:type owl:NamedIndividual ,
                            <http://www.nimble-project.org/catalogue#CodeType> ;
                   <http://www.nimble-project.org/catalogue#hasCode> "CageContainerType"^^xsd:normalizedString ;
                   rdfs:label "Cage"@en ,
                              "Jaula"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CardboardMaterialOption
:CardboardMaterialOption rdf:type owl:NamedIndividual ,
                                  <http://www.nimble-project.org/catalogue#CodeType> ;
                         <http://www.nimble-project.org/catalogue#hasCode> "CardboardMaterialOption"^^xsd:normalizedString ;
                         rdfs:label "Cardboard"@en ,
                                    "Cartón"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CardboardTypeList
:CardboardTypeList rdf:type owl:NamedIndividual ,
                            <http://www.nimble-project.org/catalogue#CodeList> ;
                   <http://www.nimble-project.org/catalogue#hasCode> :DoubleDoubleFacedCardboardType ,
                                                                     :DoubleFacedCardboardType ,
                                                                     :SingleFacedCardboardType ,
                                                                     :TripleFacedCardboardType ;
                   <http://www.nimble-project.org/catalogue#id> "CardboardTypeListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CardboardWaveTypeList
:CardboardWaveTypeList rdf:type owl:NamedIndividual ,
                                <http://www.nimble-project.org/catalogue#CodeList> ;
                       <http://www.nimble-project.org/catalogue#hasCode> :WaveTypeA ,
                                                                         :WaveTypeB ,
                                                                         :WaveTypeC ,
                                                                         :WaveTypeD ;
                       <http://www.nimble-project.org/catalogue#id> "CardboardWaveTypeListId"^^xsd:normalizedString ;
                       rdfs:label :WaveTypeCombination .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CeramicIndustrySpecializationOption
:CeramicIndustrySpecializationOption rdf:type owl:NamedIndividual ,
                                              <http://www.nimble-project.org/catalogue#CodeType> ;
                                     <http://www.nimble-project.org/catalogue#hasCode> "CeramicIndustrySpecializationOption"^^xsd:normalizedString ;
                                     rdfs:label "Ceramic"@en ,
                                                "Cerámica"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ChildBedroomUse
:ChildBedroomUse rdf:type owl:NamedIndividual ,
                          <http://www.nimble-project.org/catalogue#CodeType> ;
                 <http://www.nimble-project.org/catalogue#hasCode> "ChildBedroomUse"^^xsd:normalizedString ;
                 rdfs:label "Child bedroom"@en ,
                            "Dormitorio infantil"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ChildrenChangeUse
:ChildrenChangeUse rdf:type owl:NamedIndividual ,
                            <http://www.nimble-project.org/catalogue#CodeType> ;
                   <http://www.nimble-project.org/catalogue#hasCode> "ChildrenChangeUse"^^xsd:normalizedString ;
                   rdfs:label "Cambio de pañales"@es ,
                              "Children change"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ChildrenPlayUse
:ChildrenPlayUse rdf:type owl:NamedIndividual ,
                          <http://www.nimble-project.org/catalogue#CodeType> ;
                 <http://www.nimble-project.org/catalogue#hasCode> "ChildrenPlayUse"^^xsd:normalizedString ;
                 rdfs:label "Children play"@en ,
                            "Juegos infantiles"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ChildrenSleepUse
:ChildrenSleepUse rdf:type owl:NamedIndividual ,
                           <http://www.nimble-project.org/catalogue#CodeType> ;
                  <http://www.nimble-project.org/catalogue#hasCode> "ChildrenSleepUse"^^xsd:normalizedString ;
                  rdfs:label "Children sleep"@en ,
                             "Descanso infantil"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ChildrenTransportUse
:ChildrenTransportUse rdf:type owl:NamedIndividual ,
                               <http://www.nimble-project.org/catalogue#CodeType> ;
                      <http://www.nimble-project.org/catalogue#hasCode> "ChildrenTransportUse"^^xsd:normalizedString ;
                      rdfs:label "Children transport"@en ,
                                 "Transporte infantil"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ChipboardMaterialOption
:ChipboardMaterialOption rdf:type owl:NamedIndividual ,
                                  <http://www.nimble-project.org/catalogue#CodeType> ;
                         <http://www.nimble-project.org/catalogue#hasCode> "ChipboardMaterialOption"^^xsd:normalizedString ;
                         rdfs:label "Chipboard"@en ,
                                    "Madera aglomerada"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ClassicStyle
:ClassicStyle rdf:type owl:NamedIndividual ,
                       <http://www.nimble-project.org/catalogue#CodeType> ;
              <http://www.nimble-project.org/catalogue#hasCode> "ClassicStyle"^^xsd:normalizedString ;
              rdfs:label "Classic"@en ,
                         "Clásico"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ClassificationOperationsService
:ClassificationOperationsService rdf:type owl:NamedIndividual ,
                                          <http://www.nimble-project.org/catalogue#CodeType> ;
                                 <http://www.nimble-project.org/catalogue#hasCode> "ClassificationOperationsService"^^xsd:normalizedString ;
                                 rdfs:label "Classification operations"@en ,
                                            "Operaciones de clasificación"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CoilProductType
:CoilProductType rdf:type owl:NamedIndividual ,
                          <http://www.nimble-project.org/catalogue#CodeType> ;
                 <http://www.nimble-project.org/catalogue#hasCode> "CoilProductType"^^xsd:normalizedString ;
                 rdfs:label "Bobina"@es ,
                            "Coil"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ColonialStyle
:ColonialStyle rdf:type owl:NamedIndividual ,
                        <http://www.nimble-project.org/catalogue#CodeType> ;
               <http://www.nimble-project.org/catalogue#hasCode> "ColonialStyle"^^xsd:normalizedString ;
               rdfs:label "Colonial"@en ,
                          "Colonial"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CompactCardboardMaterialOption
:CompactCardboardMaterialOption rdf:type owl:NamedIndividual ,
                                         <http://www.nimble-project.org/catalogue#CodeType> ;
                                <http://www.nimble-project.org/catalogue#hasCode> "CompactCardboardMaterialOption"^^xsd:normalizedString ;
                                rdfs:label "Cartón compacto"@es ,
                                           "Compact cardboard"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ConstructionIndustrySpecializationOption
:ConstructionIndustrySpecializationOption rdf:type owl:NamedIndividual ,
                                                   <http://www.nimble-project.org/catalogue#CodeType> ;
                                          <http://www.nimble-project.org/catalogue#hasCode> "ConstructionIndustrySpecializationOption"^^xsd:normalizedString ;
                                          rdfs:label "Construcción"@es ,
                                                     "Construction"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ContainerMaterialList
:ContainerMaterialList rdf:type owl:NamedIndividual ,
                                <http://www.nimble-project.org/catalogue#CodeList> ;
                       <http://www.nimble-project.org/catalogue#hasCode> :MetalMaterialOption ,
                                                                         :PlasticMaterialOption ,
                                                                         :WoodMaterialOption ;
                       <http://www.nimble-project.org/catalogue#id> "ContainerMaterialListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ContainerTypeList
:ContainerTypeList rdf:type owl:NamedIndividual ,
                            <http://www.nimble-project.org/catalogue#CodeList> ;
                   <http://www.nimble-project.org/catalogue#hasCode> :BoxContainerType ,
                                                                     :CageContainerType ,
                                                                     :RacksContainerType ,
                                                                     :SupportingLateralsContainerType ;
                   <http://www.nimble-project.org/catalogue#id> "ContainerTypeListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ContemporaryStyle
:ContemporaryStyle rdf:type owl:NamedIndividual ,
                            <http://www.nimble-project.org/catalogue#CodeType> ;
                   <http://www.nimble-project.org/catalogue#hasCode> "ContemporaryStyle"^^xsd:normalizedString ;
                   rdfs:label "Contemporary"@en ,
                              "Contemporáneo"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CornerPieceMaterialList
:CornerPieceMaterialList rdf:type owl:NamedIndividual ,
                                  <http://www.nimble-project.org/catalogue#CodeList> ;
                         <http://www.nimble-project.org/catalogue#hasCode> :CardboardMaterialOption ,
                                                                           :CompactCardboardMaterialOption ,
                                                                           :ExpandedPolystyreneMaterialOption ,
                                                                           :HoneycombMaterialOption ,
                                                                           :PolyurethaneFoamMaterialOption ,
                                                                           :PolyvinylChlorideMaterialOption ;
                         <http://www.nimble-project.org/catalogue#id> "cornerPieceMaterialListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CornerPieceShapeList
:CornerPieceShapeList rdf:type owl:NamedIndividual ,
                               <http://www.nimble-project.org/catalogue#CodeList> ;
                      <http://www.nimble-project.org/catalogue#hasCode> :ShapeCornerOption ,
                                                                        :ShapeLOption ,
                                                                        :ShapeUOption ;
                      <http://www.nimble-project.org/catalogue#id> "CornerPieceShapeListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CrossDocking
:CrossDocking rdf:type owl:NamedIndividual ,
                       <http://www.nimble-project.org/catalogue#CodeType> ;
              <http://www.nimble-project.org/catalogue#hasCode> "CrossDocking"^^xsd:normalizedString ;
              rdfs:label "Cross docking"@en ,
                         "Cross docking"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CustomerTrainRailLoad
:CustomerTrainRailLoad rdf:type owl:NamedIndividual ,
                                <http://www.nimble-project.org/catalogue#CodeType> ;
                       <http://www.nimble-project.org/catalogue#hasCode> "CustomerTrainRailLoad"^^xsd:normalizedString ;
                       rdfs:comment "El cliente utiliza todos los vagones del tren."@es ,
                                    "The customer contracts all the coaches of the train."@en ;
                       rdfs:label "Customer train"@en ,
                                  "Tren dedicado"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CustomsDeclarationService
:CustomsDeclarationService rdf:type owl:NamedIndividual ,
                                    <http://www.nimble-project.org/catalogue#CodeType> ;
                           <http://www.nimble-project.org/catalogue#hasCode> "CustomsDeclarationService"^^xsd:normalizedString ;
                           rdfs:label "Customs declaration"@en ,
                                      "Declaración de aduana"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CustomsManagementServiceList
:CustomsManagementServiceList rdf:type owl:NamedIndividual ,
                                       <http://www.nimble-project.org/catalogue#CodeList> ;
                              <http://www.nimble-project.org/catalogue#hasCode> :BorderControlInspectionHandlingService ,
                                                                                :CustomsDeclarationService ,
                                                                                :CustomsWarehousingDispatchingService ;
                              <http://www.nimble-project.org/catalogue#id> "CustomsManagementServiceListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#CustomsWarehousingDispatchingService
:CustomsWarehousingDispatchingService rdf:type owl:NamedIndividual ,
                                               <http://www.nimble-project.org/catalogue#CodeType> ;
                                      <http://www.nimble-project.org/catalogue#hasCode> "CustomsWarehousingDispatchingService"^^xsd:normalizedString ;
                                      rdfs:label "Customs warehousing dispatching"@en ,
                                                 "Depósito aduanero"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DeliveryOperationsService
:DeliveryOperationsService rdf:type owl:NamedIndividual ,
                                    <http://www.nimble-project.org/catalogue#CodeType> ;
                           <http://www.nimble-project.org/catalogue#hasCode> "DeliveryOperationsService"^^xsd:normalizedString ;
                           rdfs:label "Delivery operations"@en ,
                                      "Operaciones de entrega"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DeliveryTimeUnitList
:DeliveryTimeUnitList rdf:type owl:NamedIndividual ,
                               <http://www.nimble-project.org/catalogue#UnitList> ;
                      <http://www.nimble-project.org/catalogue#hasCode> "day"^^xsd:normalizedString ,
                                                                        "hour"^^xsd:normalizedString ,
                                                                        "month"^^xsd:normalizedString ,
                                                                        "week"^^xsd:normalizedString ;
                      <http://www.nimble-project.org/catalogue#id> "DeliveryTimeUnitListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DensityUnitList
:DensityUnitList rdf:type owl:NamedIndividual ,
                          <http://www.nimble-project.org/catalogue#UnitList> ;
                 <http://www.nimble-project.org/catalogue#hasCode> "kg/m3"^^xsd:normalizedString ,
                                                                   "lb/ft3"^^xsd:normalizedString ;
                 <http://www.nimble-project.org/catalogue#id> "DensityUnitListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DepositService
:DepositService rdf:type owl:NamedIndividual ,
                         <http://www.nimble-project.org/catalogue#CodeType> ;
                <http://www.nimble-project.org/catalogue#hasCode> "DepositService"^^xsd:normalizedString ;
                rdfs:label "Deposit"@en ,
                           "Depósito"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DesignStyle
:DesignStyle rdf:type owl:NamedIndividual ,
                      <http://www.nimble-project.org/catalogue#CodeType> ;
             rdfs:label "Design"@en ,
                        "Diseño"@es ,
                        "DesignStyle"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Dining-roomUse
:Dining-roomUse rdf:type owl:NamedIndividual ,
                         <http://www.nimble-project.org/catalogue#CodeType> ;
                <http://www.nimble-project.org/catalogue#hasCode> "Dining-roomUse"^^xsd:normalizedString ;
                rdfs:label "Comedor"@es ,
                           "Dining room"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DirectShipment
:DirectShipment rdf:type owl:NamedIndividual ,
                         <http://www.nimble-project.org/catalogue#CodeType> ;
                <http://www.nimble-project.org/catalogue#hasCode> "DirectShipment"^^xsd:normalizedString ;
                rdfs:label "Direct shipment"@en ,
                           "Transporte directo"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DisabledUse
:DisabledUse rdf:type owl:NamedIndividual ,
                      <http://www.nimble-project.org/catalogue#CodeType> ;
             <http://www.nimble-project.org/catalogue#hasCode> "DisabledUse"^^xsd:normalizedString ;
             rdfs:label "Disabled people"@en ,
                        "Discapacitados"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DoorToDoor
:DoorToDoor rdf:type owl:NamedIndividual ,
                     <http://www.nimble-project.org/catalogue#CodeType> ;
            <http://www.nimble-project.org/catalogue#hasCode> "DoorToDoor"^^xsd:normalizedString ;
            rdfs:label "Door to door"@en ,
                       "Door to door"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DoubleBedroomUse
:DoubleBedroomUse rdf:type owl:NamedIndividual ,
                           <http://www.nimble-project.org/catalogue#CodeType> ;
                  <http://www.nimble-project.org/catalogue#hasCode> "DoubleBedroomUse"^^xsd:normalizedString ;
                  rdfs:label "Dormitorio doble"@es ,
                             "Double bedroom"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DoubleDoubleFacedCardboardType
:DoubleDoubleFacedCardboardType rdf:type owl:NamedIndividual ,
                                         <http://www.nimble-project.org/catalogue#CodeType> ;
                                <http://www.nimble-project.org/catalogue#hasCode> "DoubleDoubleFacedCardboardType"^^xsd:normalizedString ;
                                rdfs:label "Doble-doble cara"@es ,
                                           "Double-double-faced"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DoubleFacedCardboardType
:DoubleFacedCardboardType rdf:type owl:NamedIndividual ,
                                   <http://www.nimble-project.org/catalogue#CodeType> ;
                          <http://www.nimble-project.org/catalogue#hasCode> "DoubleFacedCardboardType"^^xsd:normalizedString ;
                          rdfs:label "Doble cara"@es ,
                                     "Double-faced"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DoublePalletFlatType
:DoublePalletFlatType rdf:type owl:NamedIndividual ,
                               <http://www.nimble-project.org/catalogue#CodeType> ;
                      <http://www.nimble-project.org/catalogue#hasCode> "DoublePalletFlatType"^^xsd:normalizedString ;
                      rdfs:label "Doble"@es ,
                                 "Double"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#DropShipping
:DropShipping rdf:type owl:NamedIndividual ,
                       <http://www.nimble-project.org/catalogue#CodeType> ;
              <http://www.nimble-project.org/catalogue#hasCode> "DropShipping"^^xsd:normalizedString ;
              rdfs:label "Drop shipping"@en ,
                         "Transporte triangular"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#EnergyUnitList
:EnergyUnitList rdf:type owl:NamedIndividual ,
                         <http://www.nimble-project.org/catalogue#UnitList> ;
                <http://www.nimble-project.org/catalogue#hasCode> "J"^^xsd:normalizedString ;
                <http://www.nimble-project.org/catalogue#id> "EnergyUnitListId"^^xsd:normalizedString ;
                rdfs:label "Energy"@en ,
                           "Energía"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#EuropalletDimensions
:EuropalletDimensions rdf:type owl:NamedIndividual ,
                               <http://www.nimble-project.org/catalogue#CodeType> ;
                      <http://www.nimble-project.org/catalogue#hasCode> "EuropalletDimensions"^^xsd:normalizedString ;
                      rdfs:label "Europalet (800 x 1200 mm)"@es ,
                                 "Europallet (800 x 1200 mm)"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ExpandedPolystyreneMaterialOption
:ExpandedPolystyreneMaterialOption rdf:type owl:NamedIndividual ,
                                            <http://www.nimble-project.org/catalogue#CodeType> ;
                                   <http://www.nimble-project.org/catalogue#hasCode> "ExpandedPolystyreneMaterialOption"^^xsd:normalizedString ;
                                   rdfs:label "EPS (expanded polystyrene)"@en ,
                                              "EPS (poliestireno expandido)"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ExpirationControlService
:ExpirationControlService rdf:type owl:NamedIndividual ,
                                   <http://www.nimble-project.org/catalogue#CodeType> ;
                          <http://www.nimble-project.org/catalogue#hasCode> "ExpirationControlService"^^xsd:normalizedString ;
                          rdfs:label "Control de expiración-obsolescencia"@es ,
                                     "Expiration-obsolescence control"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FefcoClassificationList
:FefcoClassificationList rdf:type owl:NamedIndividual ,
                                  <http://www.nimble-project.org/catalogue#CodeList> ;
                         <http://www.nimble-project.org/catalogue#hasCode> :FefcoCode01 ,
                                                                           :FefcoCode02 ,
                                                                           :FefcoCode03 ,
                                                                           :FefcoCode04 ,
                                                                           :FefcoCode05 ,
                                                                           :FefcoCode06 ,
                                                                           :FefcoCode07 ,
                                                                           :FefcoCode09 ;
                         <http://www.nimble-project.org/catalogue#id> "FefcoClassificationListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FefcoCode01
:FefcoCode01 rdf:type owl:NamedIndividual ,
                      <http://www.nimble-project.org/catalogue#CodeType> ;
             <http://www.nimble-project.org/catalogue#hasCode> "FefcoCode01"^^xsd:normalizedString ;
             rdfs:label "01 Bobina, plancha"@es ,
                        "01 Coil, press"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FefcoCode02
:FefcoCode02 rdf:type owl:NamedIndividual ,
                      <http://www.nimble-project.org/catalogue#CodeType> ;
             <http://www.nimble-project.org/catalogue#hasCode> "FefcoCode02"^^xsd:normalizedString ;
             rdfs:label "02 Flap"@en ,
                        "02 Solapa"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FefcoCode03
:FefcoCode03 rdf:type owl:NamedIndividual ,
                      <http://www.nimble-project.org/catalogue#CodeType> ;
             <http://www.nimble-project.org/catalogue#hasCode> "FefcoCode03"^^xsd:normalizedString ;
             rdfs:label "03 Telescopic"@en ,
                        "03 Telescópica"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FefcoCode04
:FefcoCode04 rdf:type owl:NamedIndividual ,
                      <http://www.nimble-project.org/catalogue#CodeType> ;
             <http://www.nimble-project.org/catalogue#hasCode> "FefcoCode04"^^xsd:normalizedString ;
             rdfs:label "04 Foldable or tray"@en ,
                        "04 Plegable o bandeja"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FefcoCode05
:FefcoCode05 rdf:type owl:NamedIndividual ,
                      <http://www.nimble-project.org/catalogue#CodeType> ;
             <http://www.nimble-project.org/catalogue#hasCode> "FefcoCode05"^^xsd:normalizedString ;
             rdfs:label "05 Sliding type"@en ,
                        "05 Tipo deslizante"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FefcoCode06
:FefcoCode06 rdf:type owl:NamedIndividual ,
                      <http://www.nimble-project.org/catalogue#CodeType> ;
             <http://www.nimble-project.org/catalogue#hasCode> "FefcoCode06"^^xsd:normalizedString ;
             rdfs:label "06 Rigid type"@en ,
                        "06 Tipo rígido"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FefcoCode07
:FefcoCode07 rdf:type owl:NamedIndividual ,
                      <http://www.nimble-project.org/catalogue#CodeType> ;
             <http://www.nimble-project.org/catalogue#hasCode> "FefcoCode07"^^xsd:normalizedString ;
             rdfs:label "07 Encolada"@es ,
                        "07 Gluing"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FefcoCode09
:FefcoCode09 rdf:type owl:NamedIndividual ,
                      <http://www.nimble-project.org/catalogue#CodeType> ;
             <http://www.nimble-project.org/catalogue#hasCode> "FefcoCode09"^^xsd:normalizedString ;
             rdfs:label "09 Acondicionamiento interior"@es ,
                        "09 Interior construction"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FlooringAndCoatingMaterialList
:FlooringAndCoatingMaterialList rdf:type owl:NamedIndividual ,
                                         <http://www.nimble-project.org/catalogue#CodeList> ;
                                <http://www.nimble-project.org/catalogue#hasCode> :GravelMaterialOption ,
                                                                                  :TileMaterialOption ,
                                                                                  :WoodMaterialOption ,
                                                                                  :WoodVeneerMaterialOption ;
                                <http://www.nimble-project.org/catalogue#id> "FlooringAndCoatingMaterialListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FoodIndustrySpecializationOption
:FoodIndustrySpecializationOption rdf:type owl:NamedIndividual ,
                                           <http://www.nimble-project.org/catalogue#CodeType> ;
                                  <http://www.nimble-project.org/catalogue#hasCode> "FoodIndustrySpecializationOption"^^xsd:normalizedString ;
                                  rdfs:label "Alimentación"@es ,
                                             "Food"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FootwearIndustrySpecializationOption
:FootwearIndustrySpecializationOption rdf:type owl:NamedIndividual ,
                                               <http://www.nimble-project.org/catalogue#CodeType> ;
                                      <http://www.nimble-project.org/catalogue#hasCode> "FootwearIndustrySpecializationOption"^^xsd:normalizedString ;
                                      rdfs:label "Calzado"@es ,
                                                 "Footwear"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FullContainerMaritimeLoad
:FullContainerMaritimeLoad rdf:type owl:NamedIndividual ,
                                    <http://www.nimble-project.org/catalogue#CodeType> ;
                           <http://www.nimble-project.org/catalogue#hasCode> "FullContainerMaritimeLoad"^^xsd:normalizedString ;
                           rdfs:label "Contenedor completo"@es ,
                                      "Full container"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#FullTruckLoad
:FullTruckLoad rdf:type owl:NamedIndividual ,
                        <http://www.nimble-project.org/catalogue#CodeType> ;
               <http://www.nimble-project.org/catalogue#hasCode> "FullTruckLoad" ;
               rdfs:label "FTL-Carga completa"@es ,
                          "FTL-Full truck load"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GimnasiumAndLeisureUse
:GimnasiumAndLeisureUse rdf:type owl:NamedIndividual ,
                                 <http://www.nimble-project.org/catalogue#CodeType> ;
                        <http://www.nimble-project.org/catalogue#hasCode> "GimnasiumAndLeisureUse"^^xsd:normalizedString ;
                        rdfs:label "Deporte y entretenimiento"@es ,
                                   "Gimnasium and leisure"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Globito_White
:Globito_White rdf:type owl:NamedIndividual ,
                        :Cradle ;
               :isManufacturedBy :Micuna_SL ;
               :hasAdjustableHeight "false"^^xsd:boolean ;
               :hasDescription "An original design that combines straight lines of the side rails with a rounded head board on this cradle of 120 x 60. Robust but with a light aspect at the same time, it is ideal for the sleep of the youngest." ;
               :hasEAN "8431830130773" ;
               :hasFoldingSide "true"^^xsd:boolean ;
               :hasName "Globito White" ;
               :hasNumberOfCastors "4"^^xsd:int ;
               :isCoSleepingConvertible "true"^^xsd:boolean ;
               :isFoldable "false"^^xsd:boolean .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GlossUnitList
:GlossUnitList rdf:type owl:NamedIndividual ,
                        <http://www.nimble-project.org/catalogue#UnitList> ;
               <http://www.nimble-project.org/catalogue#hasCode> "gu"^^xsd:normalizedString ;
               <http://www.nimble-project.org/catalogue#id> "GlossUnitListIdId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GravelMaterialOption
:GravelMaterialOption rdf:type owl:NamedIndividual ,
                               <http://www.nimble-project.org/catalogue#CodeType> ;
                      <http://www.nimble-project.org/catalogue#hasCode> "GravelMaterialOption"^^xsd:normalizedString ;
                      rdfs:label "Gravel"@en ,
                                 "Gravilla"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GroupageMaritimeLoad
:GroupageMaritimeLoad rdf:type owl:NamedIndividual ,
                               <http://www.nimble-project.org/catalogue#CodeType> ;
                      <http://www.nimble-project.org/catalogue#hasCode> "GroupageMaritimeLoad"^^xsd:normalizedString ;
                      rdfs:label "Groupage"@en ,
                                 "Grupaje"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GroupageTruckLoad
:GroupageTruckLoad rdf:type owl:NamedIndividual ,
                            <http://www.nimble-project.org/catalogue#CodeType> ;
                   <http://www.nimble-project.org/catalogue#hasCode> "GroupageTruckLoad"^^xsd:normalizedString ;
                   rdfs:label "Groupage"@en ,
                              "Grupaje"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#GuaranteePeriodUnitList
:GuaranteePeriodUnitList rdf:type owl:NamedIndividual ,
                                  <http://www.nimble-project.org/catalogue#UnitList> ;
                         <http://www.nimble-project.org/catalogue#hasCode> "day"^^xsd:normalizedString ,
                                                                           "month"^^xsd:normalizedString ,
                                                                           "week"^^xsd:normalizedString ,
                                                                           "year"^^xsd:normalizedString ;
                         <http://www.nimble-project.org/catalogue#id> "GuaranteePeriodUnitListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HalfPalletDimensions
:HalfPalletDimensions rdf:type owl:NamedIndividual ,
                               <http://www.nimble-project.org/catalogue#CodeType> ;
                      <http://www.nimble-project.org/catalogue#hasCode> "HalfPalletDimensions"^^xsd:normalizedString ;
                      rdfs:label "Half pallet (600 x 800 mm)"@en ,
                                 "Media paleta (600 x 800 mm)"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HallUse
:HallUse rdf:type owl:NamedIndividual ,
                  <http://www.nimble-project.org/catalogue#CodeType> ;
         <http://www.nimble-project.org/catalogue#hasCode> "HallUse"^^xsd:normalizedString ;
         rdfs:label "Hall"@en ,
                    "Recibidor"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HazardousProductType
:HazardousProductType rdf:type owl:NamedIndividual ,
                               <http://www.nimble-project.org/catalogue#CodeType> ;
                      <http://www.nimble-project.org/catalogue#hasCode> "HazardousGoodsProductType"^^xsd:normalizedString ;
                      rdfs:label "Hazardous goods"@en ,
                                 "Mercancías peligrosas"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HeightUnitList
:HeightUnitList rdf:type owl:NamedIndividual ,
                         <http://www.nimble-project.org/catalogue#UnitList> ;
                <http://www.nimble-project.org/catalogue#hasCode> "cm"^^xsd:normalizedString ,
                                                                  "m"^^xsd:normalizedString ,
                                                                  "mm"^^xsd:normalizedString ;
                <http://www.nimble-project.org/catalogue#id> "HeightUnitListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HoneycombMaterialOption
:HoneycombMaterialOption rdf:type owl:NamedIndividual ,
                                  <http://www.nimble-project.org/catalogue#CodeType> ;
                         <http://www.nimble-project.org/catalogue#hasCode> "HoneycombMaterialOption"^^xsd:normalizedString ;
                         rdfs:label "Honeycomb"@en ,
                                    "Nido de abeja"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HospitalsUse
:HospitalsUse rdf:type owl:NamedIndividual ,
                       <http://www.nimble-project.org/catalogue#CodeType> ;
              <http://www.nimble-project.org/catalogue#hasCode> "HospitalsUse"^^xsd:normalizedString ;
              rdfs:label "Hospitales"@es ,
                         "Hospitals"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#HotelsUse
:HotelsUse rdf:type owl:NamedIndividual ,
                    <http://www.nimble-project.org/catalogue#CodeType> ;
           <http://www.nimble-project.org/catalogue#hasCode> "HotelsUse"^^xsd:normalizedString ;
           rdfs:label "Hoteles"@es ,
                      "Hotels"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#InHouseServiceList
:InHouseServiceList rdf:type owl:NamedIndividual ,
                             <http://www.nimble-project.org/catalogue#CodeList> ;
                    <http://www.nimble-project.org/catalogue#hasCode> :ClassificationOperationsService ,
                                                                      :DeliveryOperationsService ,
                                                                      :PackagingOperationsService ,
                                                                      :PickingOperationsService ,
                                                                      :ReceptionOperationsService ,
                                                                      :StorageOperationsService ;
                    <http://www.nimble-project.org/catalogue#id> "InHouseServiceListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#IndustrySpecializationList
:IndustrySpecializationList rdf:type owl:NamedIndividual ,
                                     <http://www.nimble-project.org/catalogue#CodeList> ;
                            <http://www.nimble-project.org/catalogue#hasCode> :AutomotiveIndustrySpecializationOption ,
                                                                              :CeramicIndustrySpecializationOption ,
                                                                              :ConstructionIndustrySpecializationOption ,
                                                                              :FoodIndustrySpecializationOption ,
                                                                              :FootwearIndustrySpecializationOption ,
                                                                              :RetailIndustrySpecializationOption ,
                                                                              :TextileIndustrySpecializationOption ,
                                                                              :ToyIndustrySpecializationOption ,
                                                                              :WoodAndFurnitureIndustrySpecializationOption ;
                            <http://www.nimble-project.org/catalogue#id> "IndustrySpecializationListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#InventoryControlService
:InventoryControlService rdf:type owl:NamedIndividual ,
                                  <http://www.nimble-project.org/catalogue#CodeType> ;
                         <http://www.nimble-project.org/catalogue#hasCode> "InventoryControlService"^^xsd:normalizedString ;
                         rdfs:label "Control de inventario"@es ,
                                    "Inventory control"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#InventoryManagementService
:InventoryManagementService rdf:type owl:NamedIndividual ,
                                     <http://www.nimble-project.org/catalogue#CodeType> ;
                            <http://www.nimble-project.org/catalogue#hasCode> "InventoryManagementService"^^xsd:normalizedString ;
                            rdfs:label "Gestión de inventario"@es ,
                                       "Inventory management"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#KitchenUse
:KitchenUse rdf:type owl:NamedIndividual ,
                     <http://www.nimble-project.org/catalogue#CodeType> ;
            <http://www.nimble-project.org/catalogue#hasCode> "KitchenUse"^^xsd:normalizedString ;
            rdfs:label "Cocina"@es ,
                       "Kitchen"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LabellingService
:LabellingService rdf:type owl:NamedIndividual ,
                           <http://www.nimble-project.org/catalogue#CodeType> ;
                  <http://www.nimble-project.org/catalogue#hasCode> "LabellingService"^^xsd:normalizedString ;
                  rdfs:label "Etiquetado"@es ,
                             "Labelling"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LaboratoryUse
:LaboratoryUse rdf:type owl:NamedIndividual ,
                        <http://www.nimble-project.org/catalogue#CodeType> ;
               <http://www.nimble-project.org/catalogue#hasCode> "LaboratoryUse"^^xsd:normalizedString ;
               rdfs:label "Laboratorio"@es ,
                          "Laboratory"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LengthUnitList
:LengthUnitList rdf:type owl:NamedIndividual ,
                         <http://www.nimble-project.org/catalogue#UnitList> ;
                <http://www.nimble-project.org/catalogue#hasCode> "cm"^^xsd:normalizedString ,
                                                                  "m"^^xsd:normalizedString ,
                                                                  "mm"^^xsd:normalizedString ;
                <http://www.nimble-project.org/catalogue#id> "LengthUnitListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LiquidProductType
:LiquidProductType rdf:type owl:NamedIndividual ,
                            <http://www.nimble-project.org/catalogue#CodeType> ;
                   <http://www.nimble-project.org/catalogue#hasCode> "LiquidsProductType"^^xsd:normalizedString ;
                   rdfs:label "Liquids"@en ,
                              "Líquidos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LogisticsConsultancyServiceList
:LogisticsConsultancyServiceList rdf:type owl:NamedIndividual ,
                                          <http://www.nimble-project.org/catalogue#CodeList> ;
                                 <http://www.nimble-project.org/catalogue#hasCode> :ManufacturingProcessesService ,
                                                                                   :PackagingProcessesService ,
                                                                                   :SupplyChainManagementService ,
                                                                                   :TransportationProcessesService ,
                                                                                   :WarehousingProcessesService ;
                                 <http://www.nimble-project.org/catalogue#id> "LogisticsConsultancyServiceListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#LoungeUse
:LoungeUse rdf:type owl:NamedIndividual ,
                    <http://www.nimble-project.org/catalogue#CodeType> ;
           <http://www.nimble-project.org/catalogue#hasCode> "LoungeUse"^^xsd:normalizedString ;
           rdfs:label "Lounge"@en ,
                      "Salón"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MDF_Board_11190914
:MDF_Board_11190914 rdf:type owl:NamedIndividual ,
                             :MDFBoard ;
                    :hasCodeValue "11190914" ;
                    :hasName "MDF Board 11190914" ;
                    :holdsCertification "PEFC" ;
                    :isFireproof "false"^^xsd:boolean ;
                    :isWaterProof "false"^^xsd:boolean .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MDF_Board_138495
:MDF_Board_138495 rdf:type owl:NamedIndividual ,
                           :MDFBoard ;
                  :hasCodeValue "138495" ;
                  :hasName "MDF Board 138495" ;
                  :holdsCertification "PEFC" ;
                  :isFireproof "false"^^xsd:boolean ;
                  :isWaterProof "false"^^xsd:boolean .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ManagedProductTypeList
:ManagedProductTypeList rdf:type owl:NamedIndividual ,
                                 <http://www.nimble-project.org/catalogue#CodeList> ;
                        <http://www.nimble-project.org/catalogue#hasCode> :BoxSmallPackageProductType ,
                                                                          :BulkCargoProductType ,
                                                                          :CoilProductType ,
                                                                          :HazardousProductType ,
                                                                          :LiquidProductType ,
                                                                          :MediumBigPackageProductType ,
                                                                          :PalletProductType ,
                                                                          :PerishableProductType ,
                                                                          :StackableProductType ;
                        <http://www.nimble-project.org/catalogue#id> "ManagedProductTypeListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ManufacturingProcessesService
:ManufacturingProcessesService rdf:type owl:NamedIndividual ,
                                        <http://www.nimble-project.org/catalogue#CodeType> ;
                               <http://www.nimble-project.org/catalogue#hasCode> "ManufacturingProcessesService"^^xsd:normalizedString ;
                               rdfs:label "Manufacturing processes"@en ,
                                          "Procesos de fabricación"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MaritimeLoadList
:MaritimeLoadList rdf:type owl:NamedIndividual ,
                           <http://www.nimble-project.org/catalogue#CodeList> ;
                  <http://www.nimble-project.org/catalogue#hasCode> :FullContainerMaritimeLoad ,
                                                                    :GroupageMaritimeLoad ;
                  <http://www.nimble-project.org/catalogue#id> "MaritimeLoadList"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MediumBigPackageProductType
:MediumBigPackageProductType rdf:type owl:NamedIndividual ,
                                      <http://www.nimble-project.org/catalogue#CodeType> ;
                             <http://www.nimble-project.org/catalogue#hasCode> "MediumBigPackagesProductType"^^xsd:normalizedString ;
                             rdfs:label "Contenedores (medio-gran tamaño)"@es ,
                                        "Medium-big packages"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MediumBigPackageTransportAirLoad
:MediumBigPackageTransportAirLoad rdf:type owl:NamedIndividual ,
                                           <http://www.nimble-project.org/catalogue#CodeType> ;
                                  <http://www.nimble-project.org/catalogue#hasCode> "MediumBigPackageTransportAirLoad" ;
                                  rdfs:label "Medium-big package transport"@en ,
                                             "Transporte de contenedores (medio-gran tamaño)"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MetalMaterialOption
:MetalMaterialOption rdf:type owl:NamedIndividual ,
                              <http://www.nimble-project.org/catalogue#CodeType> ;
                     <http://www.nimble-project.org/catalogue#hasCode> "MetalMaterialOption"^^xsd:normalizedString ;
                     rdfs:label "Metal"@en ,
                                "Metal"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_B-1158_Plus_Honey_Beige
:Micuna_B-1158_Plus_Honey_Beige rdf:type owl:NamedIndividual ,
                                         :BabyBathTub .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_B-1158_Plus_White_Pink
:Micuna_B-1158_Plus_White_Pink rdf:type owl:NamedIndividual ,
                                        :BabyBathTub .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_B-970_White_Blue
:Micuna_B-970_White_Blue rdf:type owl:NamedIndividual ,
                                  :ChestOfDrawersWithBabybath .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_B-970_White_Pink
:Micuna_B-970_White_Pink rdf:type owl:NamedIndividual ,
                                  :ChestOfDrawersWithBabybath .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_Blue_Leatherette
:Micuna_Blue_Leatherette rdf:type owl:NamedIndividual ,
                                  :Polyskin .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_Bonne_Nuit_Collection
:Micuna_Bonne_Nuit_Collection rdf:type owl:NamedIndividual ,
                                       :FurnitureComposition .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_CH-1293
:Micuna_CH-1293 rdf:type owl:NamedIndividual ,
                         :ViscoelasticMattress .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_CO-1413_Plus_White
:Micuna_CO-1413_Plus_White rdf:type owl:NamedIndividual ,
                                    :ChestOfDrawers .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_CO-1804_White
:Micuna_CO-1804_White rdf:type owl:NamedIndividual ,
                               :ChestOfDrawers .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_CP-1688_Pendulum
:Micuna_CP-1688_Pendulum rdf:type owl:NamedIndividual ,
                                  :PendulumSystem .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_CP-949_Luxe_Natural
:Micuna_CP-949_Luxe_Natural rdf:type owl:NamedIndividual ,
                                     :Drawer .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_CP-949_Luxe_White
:Micuna_CP-949_Luxe_White rdf:type owl:NamedIndividual ,
                                   :Drawer .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_Collection_2017
:Micuna_Collection_2017 rdf:type owl:NamedIndividual ,
                                 :Catalogue ;
                        :hasCatalogueName "Micuna Collection 2017" .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_Confort
:Micuna_Confort rdf:type owl:NamedIndividual ,
                         :NursingRockingChair .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_Cot_changing_station_CP-744
:Micuna_Cot_changing_station_CP-744 rdf:type owl:NamedIndividual ,
                                             :ChangingTable .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_Funny_Bunny_Collection
:Micuna_Funny_Bunny_Collection rdf:type owl:NamedIndividual ,
                                        :FurnitureComposition .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_Nova
:Micuna_Nova rdf:type owl:NamedIndividual ,
                      :Cradle ;
             :isManufacturedBy :Micuna_SL ;
             :hasName "Micuna Nova" ;
             :hasNumberOfCastors "4"^^xsd:int .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_Pink_Leatherette
:Micuna_Pink_Leatherette rdf:type owl:NamedIndividual ,
                                  :Polyskin .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_SL
:Micuna_SL rdf:type owl:NamedIndividual ,
                    :Manufacturer ;
           :hasCatalogue :Micuna_Collection_2017 ;
           :hasCompanyName "Micuna S.L." .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_Sweet_Love_Collection
:Micuna_Sweet_Love_Collection rdf:type owl:NamedIndividual ,
                                       :FurnitureComposition .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_TI-1144
:Micuna_TI-1144 rdf:type owl:NamedIndividual ,
                         :Handle .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Micuna_Wonderful
:Micuna_Wonderful rdf:type owl:NamedIndividual ,
                           :Cradle ;
                  :isManufacturedBy :Micuna_SL ;
                  :hasName "Micuna Wonderful" ;
                  :hasNumberOfCastors "4"^^xsd:int .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MinimalistStyle
:MinimalistStyle rdf:type owl:NamedIndividual ,
                          <http://www.nimble-project.org/catalogue#CodeType> ;
                 <http://www.nimble-project.org/catalogue#hasCode> "MinimalistStyle"^^xsd:normalizedString ;
                 rdfs:label "Minimalist"@en ,
                            "Minimalista"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ModernStyle
:ModernStyle rdf:type owl:NamedIndividual ,
                      <http://www.nimble-project.org/catalogue#CodeType> ;
             <http://www.nimble-project.org/catalogue#hasCode> "ModernStyle"^^xsd:normalizedString ;
             rdfs:label "Modern"@en ,
                        "Moderno"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MoneyRefundToCustomerService
:MoneyRefundToCustomerService rdf:type owl:NamedIndividual ,
                                       <http://www.nimble-project.org/catalogue#CodeType> ;
                              <http://www.nimble-project.org/catalogue#hasCode> "MoneyRefundToCustomerService"^^xsd:normalizedString ;
                              rdfs:label "Money refund to customer"@en ,
                                         "Reembolso de dinero al cliente"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#MultiTrainRailLoad
:MultiTrainRailLoad rdf:type owl:NamedIndividual ,
                             <http://www.nimble-project.org/catalogue#CodeType> ;
                    <http://www.nimble-project.org/catalogue#hasCode> "MultiTrainRailLoad"^^xsd:normalizedString ;
                    rdfs:comment "El tren es compartido por varios clientes, con al menos un vagón por cliente."@es ,
                                 "The train is shared by several customers, with at least one coach per customer."@en ;
                    rdfs:label "Multi-cliente"@es ,
                               "Multi-train"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Nicole_White
:Nicole_White rdf:type owl:NamedIndividual ,
                       :Cradle ;
              :isManufacturedBy :Micuna_SL ;
              :hasAdjustableHeight "false"^^xsd:boolean ;
              :hasDescription "Nicole is a classic and elegant cradle, which remains current with the passage of time. Available in four colours of wood: white, honey, natural and chocolate. Optional drawer." ;
              :hasEAN "8431830103692" ;
              :hasFoldingSide "true"^^xsd:boolean ;
              :hasName "Nicole White" ;
              :hasNumberOfCastors "4"^^xsd:int ;
              :isCoSleepingConvertible "false"^^xsd:boolean ;
              :isFoldable "false"^^xsd:boolean .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OfficeUse
:OfficeUse rdf:type owl:NamedIndividual ,
                    <http://www.nimble-project.org/catalogue#CodeType> ;
           <http://www.nimble-project.org/catalogue#hasCode> "OfficeUse"^^xsd:normalizedString ;
           rdfs:label "Office"@en ,
                      "Oficina"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OrderPickingServiceList
:OrderPickingServiceList rdf:type owl:NamedIndividual ,
                                  <http://www.nimble-project.org/catalogue#CodeList> ;
                         <http://www.nimble-project.org/catalogue#hasCode> :LabellingService ,
                                                                           :OrderPreparationService ,
                                                                           :PackagingService ,
                                                                           :ReplenishmentOfOrderService ;
                         <http://www.nimble-project.org/catalogue#id> "OrderPickingServiceListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OrderPreparationService
:OrderPreparationService rdf:type owl:NamedIndividual ,
                                  <http://www.nimble-project.org/catalogue#CodeType> ;
                         <http://www.nimble-project.org/catalogue#hasCode> "OrderPreparationService"^^xsd:normalizedString ;
                         rdfs:label "Order preparation"@en ,
                                    "Preparación de pedidos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#OutdoorsUse
:OutdoorsUse rdf:type owl:NamedIndividual ,
                      <http://www.nimble-project.org/catalogue#CodeType> ;
             <http://www.nimble-project.org/catalogue#hasCode> "OutdoorsUse"^^xsd:normalizedString ;
             rdfs:label "Exteriores"@es ,
                        "Outdoors"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Ovo_Plus_City
:Ovo_Plus_City rdf:type owl:NamedIndividual ,
                        :HighChair ;
               :isManufacturedBy :Micuna_SL ;
               :hasAdjustableHeight "false"^^xsd:boolean ;
               :hasDescription "Highchair in grey and mahogany colour with fabric grey belts and fixed tray included. It can be convertible to chair." ;
               :hasEAN "8431830137260" ;
               :hasName "Ovo Plus City" ;
               :hasNumberOfLegs "4"^^xsd:int ;
               :hasSeatBelt "true"^^xsd:boolean ;
               :isFoldable "false"^^xsd:boolean .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PackagingOperationsService
:PackagingOperationsService rdf:type owl:NamedIndividual ,
                                     <http://www.nimble-project.org/catalogue#CodeType> ;
                            <http://www.nimble-project.org/catalogue#hasCode> "PackagingOperationsService"^^xsd:normalizedString ;
                            rdfs:label "Operaciones de embalaje"@es ,
                                       "Packaging operations"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PackagingProcessesService
:PackagingProcessesService rdf:type owl:NamedIndividual ,
                                    <http://www.nimble-project.org/catalogue#CodeType> ;
                           <http://www.nimble-project.org/catalogue#hasCode> "PackagingProcessesService"^^xsd:normalizedString ;
                           rdfs:label "Packaging processes"@en ,
                                      "Procesos de embalaje"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PackagingService
:PackagingService rdf:type owl:NamedIndividual ,
                           <http://www.nimble-project.org/catalogue#CodeType> ;
                  <http://www.nimble-project.org/catalogue#hasCode> "PackagingService"^^xsd:normalizedString ;
                  rdfs:label "Embalaje"@es ,
                             "Packaging"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PalletDimensionsList
:PalletDimensionsList rdf:type owl:NamedIndividual ,
                               <http://www.nimble-project.org/catalogue#CodeList> ;
                      <http://www.nimble-project.org/catalogue#hasCode> :EuropalletDimensions ,
                                                                        :HalfPalletDimensions ,
                                                                        :QuarterPalletDimensions ,
                                                                        :UniversalAmericanDimensions ;
                      <http://www.nimble-project.org/catalogue#id> "PalletDimensionsListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PalletFlatTypeList
:PalletFlatTypeList rdf:type owl:NamedIndividual ,
                             <http://www.nimble-project.org/catalogue#CodeList> ;
                    <http://www.nimble-project.org/catalogue#hasCode> :DoublePalletFlatType ,
                                                                      :SimplePalletFlatType ;
                    <http://www.nimble-project.org/catalogue#id> "PalletFlatTypeListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PalletMaterialList
:PalletMaterialList rdf:type owl:NamedIndividual ,
                             <http://www.nimble-project.org/catalogue#CodeList> ;
                    <http://www.nimble-project.org/catalogue#hasCode> :CardboardMaterialOption ,
                                                                      :ChipboardMaterialOption ,
                                                                      :MetalMaterialOption ,
                                                                      :PlasticMaterialOption ,
                                                                      :WoodMaterialOption ;
                    <http://www.nimble-project.org/catalogue#id> "PalletMaterialListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PalletProductType
:PalletProductType rdf:type owl:NamedIndividual ,
                            <http://www.nimble-project.org/catalogue#CodeType> ;
                   <http://www.nimble-project.org/catalogue#hasCode> "PalletsProductType"^^xsd:normalizedString ;
                   rdfs:label "Pallets"@en ,
                              "Pallets"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PalletTransportAirLoad
:PalletTransportAirLoad rdf:type owl:NamedIndividual ,
                                 <http://www.nimble-project.org/catalogue#CodeType> ;
                        <http://www.nimble-project.org/catalogue#hasCode> "PalletTransportAirLoad"^^xsd:normalizedString ;
                        rdfs:label "Pallet transport"@en ,
                                   "Transporte de pallets"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PartialTruckLoad
:PartialTruckLoad rdf:type owl:NamedIndividual ,
                           <http://www.nimble-project.org/catalogue#CodeType> ;
                  <http://www.nimble-project.org/catalogue#hasCode> "PartialTruckLoad"^^xsd:normalizedString ;
                  rdfs:label "Carga parcial"@es ,
                             "PTL-Partial truck load"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PerishableProductType
:PerishableProductType rdf:type owl:NamedIndividual ,
                                <http://www.nimble-project.org/catalogue#CodeType> ;
                       <http://www.nimble-project.org/catalogue#hasCode> "PerishableProductType"^^xsd:normalizedString ;
                       rdfs:label "Perishable"@en ,
                                  "Productos perecederos"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PickingOperationsService
:PickingOperationsService rdf:type owl:NamedIndividual ,
                                   <http://www.nimble-project.org/catalogue#CodeType> ;
                          <http://www.nimble-project.org/catalogue#hasCode> "PickingOperationsService"^^xsd:normalizedString ;
                          rdfs:label "Operaciones de recogida"@es ,
                                     "Picking operations"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PlasticMaterialOption
:PlasticMaterialOption rdf:type owl:NamedIndividual ,
                                <http://www.nimble-project.org/catalogue#CodeType> ;
                       <http://www.nimble-project.org/catalogue#hasCode> "PlasticMaterialOption"^^xsd:normalizedString ;
                       rdfs:label "Plastic"@en ,
                                  "Plástico"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PolyurethaneFoamMaterialOption
:PolyurethaneFoamMaterialOption rdf:type owl:NamedIndividual ,
                                         <http://www.nimble-project.org/catalogue#CodeType> ;
                                <http://www.nimble-project.org/catalogue#hasCode> "PolyurethaneFoamMaterialOption"^^xsd:normalizedString ;
                                rdfs:label "Espuma de poliuretano"@es ,
                                           "Polyurethane foam"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#PolyvinylChlorideMaterialOption
:PolyvinylChlorideMaterialOption rdf:type owl:NamedIndividual ,
                                          <http://www.nimble-project.org/catalogue#CodeType> ;
                                 <http://www.nimble-project.org/catalogue#hasCode> "PolyvinylChlorideMaterialOption"^^xsd:normalizedString ;
                                 rdfs:label "PVC (policloruro de vinilo)"@es ,
                                            "PVC (polyvinyl chloride)"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ProductDisassemblyService
:ProductDisassemblyService rdf:type owl:NamedIndividual ,
                                    <http://www.nimble-project.org/catalogue#CodeType> ;
                           <http://www.nimble-project.org/catalogue#hasCode> "ProductDisassemblyService"^^xsd:normalizedString ;
                           rdfs:label "Desmontaje de producto"@es ,
                                      "Product disassembly"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ProfessionalUse
:ProfessionalUse rdf:type owl:NamedIndividual ,
                          <http://www.nimble-project.org/catalogue#CodeType> ;
                 <http://www.nimble-project.org/catalogue#hasCode> "ProfessionalUse"^^xsd:normalizedString ;
                 rdfs:label "Profesional"@es ,
                            "Professional"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ProtectivePlateMaterialList
:ProtectivePlateMaterialList rdf:type owl:NamedIndividual ,
                                      <http://www.nimble-project.org/catalogue#CodeList> ;
                             <http://www.nimble-project.org/catalogue#hasCode> :CardboardMaterialOption ,
                                                                               :ExpandedPolystyreneMaterialOption ,
                                                                               :HoneycombMaterialOption ,
                                                                               :PolyurethaneFoamMaterialOption ;
                             <http://www.nimble-project.org/catalogue#id> "ProtectivePlateMaterialListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#QuarterPalletDimensions
:QuarterPalletDimensions rdf:type owl:NamedIndividual ,
                                  <http://www.nimble-project.org/catalogue#CodeType> ;
                         <http://www.nimble-project.org/catalogue#hasCode> "QuarterPalletDimensions"^^xsd:normalizedString ;
                         rdfs:label "Cuarto paleta (600 x 400 mm)"@es ,
                                    "Quarter pallet (600 x 400 mm)"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RacksContainerType
:RacksContainerType rdf:type owl:NamedIndividual ,
                             <http://www.nimble-project.org/catalogue#CodeType> ;
                    <http://www.nimble-project.org/catalogue#hasCode> "RacksContainerType"^^xsd:normalizedString ;
                    rdfs:label "Racks"@en ,
                               "Racks"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RailLoadList
:RailLoadList rdf:type owl:NamedIndividual ,
                       <http://www.nimble-project.org/catalogue#CodeList> ;
              <http://www.nimble-project.org/catalogue#hasCode> :CustomerTrainRailLoad ,
                                                                :MultiTrainRailLoad ,
                                                                :SlotRailLoad ;
              <http://www.nimble-project.org/catalogue#id> "RailLoadListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ReceptionOperationsService
:ReceptionOperationsService rdf:type owl:NamedIndividual ,
                                     <http://www.nimble-project.org/catalogue#CodeType> ;
                            <http://www.nimble-project.org/catalogue#hasCode> "ReceptionOperationsService"^^xsd:normalizedString ;
                            rdfs:label "Operaciones de recepción"@es ,
                                       "Reception operations"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ReligiousUse
:ReligiousUse rdf:type owl:NamedIndividual ,
                       <http://www.nimble-project.org/catalogue#CodeType> ;
              <http://www.nimble-project.org/catalogue#hasCode> "ReligiousUse"^^xsd:normalizedString ;
              rdfs:label "Religioso"@es ,
                         "Religious"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ReplenishmentOfOrderService
:ReplenishmentOfOrderService rdf:type owl:NamedIndividual ,
                                      <http://www.nimble-project.org/catalogue#CodeType> ;
                             <http://www.nimble-project.org/catalogue#hasCode> "ReplenishmentOfOrderService"^^xsd:normalizedString ;
                             rdfs:label "Replenishment of order"@en ,
                                        "Reposición de pedido"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ResistivityUnitList
:ResistivityUnitList rdf:type owl:NamedIndividual ,
                              <http://www.nimble-project.org/catalogue#UnitList> ;
                     <http://www.nimble-project.org/catalogue#hasCode> "Ω·m"^^xsd:normalizedString ;
                     <http://www.nimble-project.org/catalogue#id> "ResistivityUnitListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RestaurantAndBarUse
:RestaurantAndBarUse rdf:type owl:NamedIndividual ,
                              <http://www.nimble-project.org/catalogue#CodeType> ;
                     <http://www.nimble-project.org/catalogue#hasCode> "RestaurantAndBarUse"^^xsd:normalizedString ;
                     rdfs:label "Bares y restaurantes"@es ,
                                "Restaurant and bar"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RetailIndustrySpecializationOption
:RetailIndustrySpecializationOption rdf:type owl:NamedIndividual ,
                                             <http://www.nimble-project.org/catalogue#CodeType> ;
                                    <http://www.nimble-project.org/catalogue#hasCode> "RetailIndustrySpecializationOption"^^xsd:normalizedString ;
                                    rdfs:label "Minorista"@es ,
                                               "Retail"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ReverseLogisticsServiceList
:ReverseLogisticsServiceList rdf:type owl:NamedIndividual ,
                                      <http://www.nimble-project.org/catalogue#CodeList> ;
                             <http://www.nimble-project.org/catalogue#hasCode> :MoneyRefundToCustomerService ,
                                                                               :ProductDisassemblyService ,
                                                                               :ReversePackagingTransportService ,
                                                                               :ReverseProductTransportService ;
                             <http://www.nimble-project.org/catalogue#id> "ReverseLogisticsServiceListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ReversePackagingTransportService
:ReversePackagingTransportService rdf:type owl:NamedIndividual ,
                                           <http://www.nimble-project.org/catalogue#CodeType> ;
                                  <http://www.nimble-project.org/catalogue#hasCode> "ReversePackagingTransportService"^^xsd:normalizedString ;
                                  rdfs:label "Reverse packaging-unit load transport"@en ,
                                             "Transporte inverso de unidades de carga (pallets o contenedores vacíos)"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ReverseProductTransportService
:ReverseProductTransportService rdf:type owl:NamedIndividual ,
                                         <http://www.nimble-project.org/catalogue#CodeType> ;
                                <http://www.nimble-project.org/catalogue#hasCode> "ReverseProductTransportService"^^xsd:normalizedString ;
                                rdfs:label "Reverse product transport"@en ,
                                           "Transporte inverso de producto"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#RusticStyle
:RusticStyle rdf:type owl:NamedIndividual ,
                      <http://www.nimble-project.org/catalogue#CodeType> ;
             <http://www.nimble-project.org/catalogue#hasCode> "RusticStyle"^^xsd:normalizedString ;
             rdfs:label "Rustic"@en ,
                        "Rústico"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Sabana_Honey
:Sabana_Honey rdf:type owl:NamedIndividual ,
                       :Cradle ;
              :isManufacturedBy :Micuna_SL ;
              :hasAdjustableHeight "false"^^xsd:boolean ;
              :hasDescription "This funny giraffe accompanies the dreams of the most adventurous babies in the Sabana cot, available in white, honey, natural and chocolate. Drawer and matching textile available." ;
              :hasEAN "8431830110904" ;
              :hasFoldingSide "true"^^xsd:boolean ;
              :hasName "Sabana Honey" ;
              :hasNumberOfCastors "4"^^xsd:int ;
              :isCoSleepingConvertible "false"^^xsd:boolean ;
              :isFoldable "false"^^xsd:boolean .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SchoolUse
:SchoolUse rdf:type owl:NamedIndividual ,
                    <http://www.nimble-project.org/catalogue#CodeType> ;
           <http://www.nimble-project.org/catalogue#hasCode> "SchoolUse"^^xsd:normalizedString ;
           rdfs:label "Escolar"@es ,
                      "School"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ShapeCornerOption
:ShapeCornerOption rdf:type owl:NamedIndividual ,
                            <http://www.nimble-project.org/catalogue#CodeType> ;
                   <http://www.nimble-project.org/catalogue#hasCode> "ShapeCornerOption"^^xsd:normalizedString ;
                   rdfs:label "Corner"@en ,
                              "Esquina"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ShapeLOption
:ShapeLOption rdf:type owl:NamedIndividual ,
                       <http://www.nimble-project.org/catalogue#CodeType> ;
              <http://www.nimble-project.org/catalogue#hasCode> "ShapeLOption"^^xsd:normalizedString ;
              rdfs:label "L"@en ,
                         "L"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ShapeUOption
:ShapeUOption rdf:type owl:NamedIndividual ,
                       <http://www.nimble-project.org/catalogue#CodeType> ;
              <http://www.nimble-project.org/catalogue#hasCode> "ShapeUOption"^^xsd:normalizedString ;
              rdfs:label "U"@en ,
                         "U"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ShipmentTypeList
:ShipmentTypeList rdf:type owl:NamedIndividual ,
                           <http://www.nimble-project.org/catalogue#CodeList> ;
                  <http://www.nimble-project.org/catalogue#hasCode> :CrossDocking ,
                                                                    :DirectShipment ,
                                                                    :DoorToDoor ,
                                                                    :DropShipping ;
                  <http://www.nimble-project.org/catalogue#id> "ShipmentTypeListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SimplePalletFlatType
:SimplePalletFlatType rdf:type owl:NamedIndividual ,
                               <http://www.nimble-project.org/catalogue#CodeType> ;
                      <http://www.nimble-project.org/catalogue#hasCode> "SimplePalletFlatType"^^xsd:normalizedString ;
                      rdfs:label "Simple"@en ,
                                 "Simple"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SingleBedroomUse
:SingleBedroomUse rdf:type owl:NamedIndividual ,
                           <http://www.nimble-project.org/catalogue#CodeType> ;
                  <http://www.nimble-project.org/catalogue#hasCode> "SingleBedroomUse"^^xsd:normalizedString ;
                  rdfs:label "Dormitorio individual"@es ,
                             "Single bedroom"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SingleFacedCardboardType
:SingleFacedCardboardType rdf:type owl:NamedIndividual ,
                                   <http://www.nimble-project.org/catalogue#CodeType> ;
                          <http://www.nimble-project.org/catalogue#hasCode> "SingleFacedCardboardType"^^xsd:normalizedString ;
                          rdfs:label "Simple cara"@es ,
                                     "Single-faced"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SlotRailLoad
:SlotRailLoad rdf:type owl:NamedIndividual ,
                       <http://www.nimble-project.org/catalogue#CodeType> ;
              <http://www.nimble-project.org/catalogue#hasCode> "SlotRailLoad"^^xsd:normalizedString ;
              rdfs:label "Lote"@es ,
                         "Slot"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#StackableProductType
:StackableProductType rdf:type owl:NamedIndividual ,
                               <http://www.nimble-project.org/catalogue#CodeType> ;
                      <http://www.nimble-project.org/catalogue#hasCode> "StackableProductType"^^xsd:normalizedString ;
                      rdfs:label "Productos apilables"@es ,
                                 "Stackable products"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SteelMaterialOption
:SteelMaterialOption rdf:type owl:NamedIndividual ,
                              <http://www.nimble-project.org/catalogue#CodeType> ;
                     <http://www.nimble-project.org/catalogue#hasCode> "SteelMaterialOption"^^xsd:normalizedString ;
                     rdfs:label "Acero"@es ,
                                "Steel"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#StorageOperationsService
:StorageOperationsService rdf:type owl:NamedIndividual ,
                                   <http://www.nimble-project.org/catalogue#CodeType> ;
                          <http://www.nimble-project.org/catalogue#hasCode> "StorageOperationsService"^^xsd:normalizedString ;
                          rdfs:label "Operaciones de almacenamiento"@es ,
                                     "Storage operations"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#StudyOrOfficeHomeUse
:StudyOrOfficeHomeUse rdf:type owl:NamedIndividual ,
                               <http://www.nimble-project.org/catalogue#CodeType> ;
                      <http://www.nimble-project.org/catalogue#hasCode> "StudyOrOfficeHomeUse"^^xsd:normalizedString ;
                      rdfs:label "Estudio u oficina en casa"@es ,
                                 "Study or office home"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#StyleList
:StyleList rdf:type owl:NamedIndividual ,
                    <http://www.nimble-project.org/catalogue#CodeList> ;
           <http://www.nimble-project.org/catalogue#code> :BaroqueStyle ,
                                                          :ColonialStyle ,
                                                          :ContemporaryStyle ,
                                                          :DesignStyle ,
                                                          :MinimalistStyle ,
                                                          :ModernStyle ,
                                                          :RusticStyle ,
                                                          :VintageStyle ;
           <http://www.nimble-project.org/catalogue#id> "StyleListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SupplyChainManagementService
:SupplyChainManagementService rdf:type owl:NamedIndividual ,
                                       <http://www.nimble-project.org/catalogue#CodeType> ;
                              <http://www.nimble-project.org/catalogue#hasCode> "SupplyChainManagementService"^^xsd:normalizedString ;
                              rdfs:label "Gestión de la cadena de suministro"@es ,
                                         "Supply chain management"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#SupportingLateralsContainerType
:SupportingLateralsContainerType rdf:type owl:NamedIndividual ,
                                          <http://www.nimble-project.org/catalogue#CodeType> ;
                                 <http://www.nimble-project.org/catalogue#hasCode> "SupportingLateralsContainerType"^^xsd:normalizedString ;
                                 rdfs:label "Laterales de apoyo"@es ,
                                            "Supporting laterals"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#T950_Plus_Natural
:T950_Plus_Natural rdf:type owl:NamedIndividual ,
                            :HighChair ;
                   :isManufacturedBy :Micuna_SL ;
                   :hasAdjustableHeight "false"^^xsd:boolean ;
                   :hasDescription "Beech wood highchair with ABS tray, firm screw grip and sliding through a metallic guide." ;
                   :hasEAN "8431830111260" ;
                   :hasName "T-950 Plus Natural" ;
                   :hasSeatBelt "false"^^xsd:boolean ;
                   :isFoldable "false"^^xsd:boolean .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TerraceOrGardenUse
:TerraceOrGardenUse rdf:type owl:NamedIndividual ,
                             <http://www.nimble-project.org/catalogue#CodeType> ;
                    <http://www.nimble-project.org/catalogue#hasCode> "TerraceOrGardenUse"^^xsd:normalizedString ;
                    rdfs:label "Terrace or garden"@en ,
                               "Terraza o jardin"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TextileIndustrySpecializationOption
:TextileIndustrySpecializationOption rdf:type owl:NamedIndividual ,
                                              <http://www.nimble-project.org/catalogue#CodeType> ;
                                     <http://www.nimble-project.org/catalogue#hasCode> "TextileIndustrySpecializationOption"^^xsd:normalizedString ;
                                     rdfs:label "Textil"@es ,
                                                "Textile"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TileMaterialOption
:TileMaterialOption rdf:type owl:NamedIndividual ,
                             <http://www.nimble-project.org/catalogue#CodeType> ;
                    <http://www.nimble-project.org/catalogue#hasCode> "TileMaterialOption"^^xsd:normalizedString ;
                    rdfs:label "Baldosa"@en ,
                               "Tile"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ToyIndustrySpecializationOption
:ToyIndustrySpecializationOption rdf:type owl:NamedIndividual ,
                                          <http://www.nimble-project.org/catalogue#CodeType> ;
                                 <http://www.nimble-project.org/catalogue#hasCode> "ToyIndustrySpecializationOption"^^xsd:normalizedString ;
                                 rdfs:label "Juguete"@es ,
                                            "Toy"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TransportPlaceList
:TransportPlaceList rdf:type owl:NamedIndividual ,
                             <http://www.nimble-project.org/catalogue#CodeList> ;
                    <http://www.nimble-project.org/catalogue#id> "TransportPlaceListId"^^xsd:normalizedString ;
                    rdfs:comment "Esta lista representa los lugares de origen y destino de un servicio de transporte, y se mantiene vacía. Los códigos correspondientes dependen de la interfaz de usuario."@es ,
                                 "This list represents the places of origin and destination of a transport service, and remains empty. The corresponding codes as options rely on the user interface."@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TransportationProcessesService
:TransportationProcessesService rdf:type owl:NamedIndividual ,
                                         <http://www.nimble-project.org/catalogue#CodeType> ;
                                <http://www.nimble-project.org/catalogue#hasCode> "TransportationProcessesService"^^xsd:normalizedString ;
                                rdfs:label "Procesos de transporte"@es ,
                                           "Transportation processes"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TripleFacedCardboardType
:TripleFacedCardboardType rdf:type owl:NamedIndividual ,
                                   <http://www.nimble-project.org/catalogue#CodeType> ;
                          <http://www.nimble-project.org/catalogue#hasCode> "TripleFacedCardboardType"^^xsd:normalizedString ;
                          rdfs:label "Triple cara"@es ,
                                     "Triple-faced"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#TruckLoadList
:TruckLoadList rdf:type owl:NamedIndividual ,
                        <http://www.nimble-project.org/catalogue#CodeList> ;
               <http://www.nimble-project.org/catalogue#hasCode> :FullTruckLoad ,
                                                                 :GroupageTruckLoad ,
                                                                 :PartialTruckLoad ;
               <http://www.nimble-project.org/catalogue#id> "TruckLoadListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#UniversalAmericanDimensions
:UniversalAmericanDimensions rdf:type owl:NamedIndividual ,
                                      <http://www.nimble-project.org/catalogue#CodeType> ;
                             <http://www.nimble-project.org/catalogue#hasCode> "UniversalAmericanDimensions"^^xsd:normalizedString ;
                             rdfs:label "Universal / American (1000 x 1200 mm)"@en ,
                                        "Universal / Americano (1000 x 1200 mm)"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#UpholsteredUse
:UpholsteredUse rdf:type owl:NamedIndividual ,
                         <http://www.nimble-project.org/catalogue#CodeType> ;
                <http://www.nimble-project.org/catalogue#hasCode> "UpholsteredUse"^^xsd:normalizedString ;
                rdfs:label "Tapizado"@es ,
                           "Upholstered"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#UrbanFurnitureUse
:UrbanFurnitureUse rdf:type owl:NamedIndividual ,
                            <http://www.nimble-project.org/catalogue#CodeType> ;
                   <http://www.nimble-project.org/catalogue#hasCode> "UrbanFurnitureUse"^^xsd:normalizedString ;
                   rdfs:label "Mueble urbano"@es ,
                              "Urban furniture"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#UseList
:UseList rdf:type owl:NamedIndividual ,
                  <http://www.nimble-project.org/catalogue#CodeList> ;
         <http://www.nimble-project.org/catalogue#code> :AuxiliarUse ,
                                                        :BathroomUse ,
                                                        :ChildBedroomUse ,
                                                        :ChildrenChangeUse ,
                                                        :ChildrenPlayUse ,
                                                        :ChildrenSleepUse ,
                                                        :ChildrenTransportUse ,
                                                        :Dining-roomUse ,
                                                        :DisabledUse ,
                                                        :DoubleBedroomUse ,
                                                        :GimnasiumAndLeisureUse ,
                                                        :HallUse ,
                                                        :HospitalsUse ,
                                                        :HotelsUse ,
                                                        :KitchenUse ,
                                                        :LaboratoryUse ,
                                                        :LoungeUse ,
                                                        :OfficeUse ,
                                                        :OutdoorsUse ,
                                                        :ProfessionalUse ,
                                                        :ReligiousUse ,
                                                        :RestaurantAndBarUse ,
                                                        :SchoolUse ,
                                                        :SingleBedroomUse ,
                                                        :StudyOrOfficeHomeUse ,
                                                        :TerraceOrGardenUse ,
                                                        :UpholsteredUse ,
                                                        :UrbanFurnitureUse ,
                                                        :YouthBedroomUse ;
         <http://www.nimble-project.org/catalogue#id> "UseListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Varnish_BS2D0
:Varnish_BS2D0 rdf:type owl:NamedIndividual ,
                        :Varnish ;
               :hasDescription "Water base clear fireproof varnish certified in Reaction to fire BS2D0, for varnishing boards for floor and ceiling coatings." ;
               :isFireproof "true"^^xsd:boolean .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#Varnish_CS2D0
:Varnish_CS2D0 rdf:type owl:NamedIndividual ,
                        :Varnish ;
               :hasDescription "Polyurethane base transparency process certified in Reaction to fire CS2D0, to protect wood against fire." ;
               :isFireproof "true"^^xsd:boolean .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#VintageStyle
:VintageStyle rdf:type owl:NamedIndividual ,
                       <http://www.nimble-project.org/catalogue#CodeType> ;
              <http://www.nimble-project.org/catalogue#hasCode> "VintageStyle"^^xsd:normalizedString ;
              rdfs:label "Vintage"@en ,
                         "Vintage"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#ViscosityUnitList
:ViscosityUnitList rdf:type owl:NamedIndividual ,
                            <http://www.nimble-project.org/catalogue#UnitList> ;
                   <http://www.nimble-project.org/catalogue#hasCode> "Pa"^^xsd:normalizedString ,
                                                                     "cps"^^xsd:normalizedString ;
                   <http://www.nimble-project.org/catalogue#id> "ViscosityUnitListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WarehousingProcessesService
:WarehousingProcessesService rdf:type owl:NamedIndividual ,
                                      <http://www.nimble-project.org/catalogue#CodeType> ;
                             <http://www.nimble-project.org/catalogue#hasCode> "WarehousingProcessesService"^^xsd:normalizedString ;
                             rdfs:label "Procesos de almacenaje"@es ,
                                        "Warehousing processes"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WarehousingServiceList
:WarehousingServiceList rdf:type owl:NamedIndividual ,
                                 <http://www.nimble-project.org/catalogue#CodeList> ;
                        <http://www.nimble-project.org/catalogue#hasCode> :DepositService ,
                                                                          :ExpirationControlService ,
                                                                          :InventoryControlService ,
                                                                          :InventoryManagementService ;
                        <http://www.nimble-project.org/catalogue#id> "WarehousingServiceListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WaveTypeA
:WaveTypeA rdf:type owl:NamedIndividual ,
                    <http://www.nimble-project.org/catalogue#CodeType> ;
           <http://www.nimble-project.org/catalogue#hasCode> "WaveTypeA"^^xsd:normalizedString ;
           rdfs:label "A"@en ,
                      "A"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WaveTypeB
:WaveTypeB rdf:type owl:NamedIndividual ,
                    <http://www.nimble-project.org/catalogue#CodeType> ;
           <http://www.nimble-project.org/catalogue#hasCode> "WaveTypeB"^^xsd:normalizedString ;
           rdfs:label "B"@en ,
                      "B"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WaveTypeC
:WaveTypeC rdf:type owl:NamedIndividual ,
                    <http://www.nimble-project.org/catalogue#CodeType> ;
           <http://www.nimble-project.org/catalogue#hasCode> "WaveTypeC"^^xsd:normalizedString ;
           rdfs:label "C"@en ,
                      "C"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WaveTypeCombination
:WaveTypeCombination rdf:type owl:NamedIndividual ,
                              <http://www.nimble-project.org/catalogue#CodeType> ;
                     <http://www.nimble-project.org/catalogue#hasCode> "WaveTypeCombination"^^xsd:normalizedString ;
                     rdfs:label "Combinación"@es ,
                                "Combination"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WaveTypeD
:WaveTypeD rdf:type owl:NamedIndividual ,
                    <http://www.nimble-project.org/catalogue#CodeType> ;
           <http://www.nimble-project.org/catalogue#hasCode> "WaveTypeD"^^xsd:normalizedString ;
           rdfs:label "D"@en ,
                      "D"@es .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WeightUnitList
:WeightUnitList rdf:type owl:NamedIndividual ,
                         <http://www.nimble-project.org/catalogue#UnitList> ;
                <http://www.nimble-project.org/catalogue#hasCode> "g"^^xsd:normalizedString ,
                                                                  "gm2"^^xsd:normalizedString ,
                                                                  "kg"^^xsd:normalizedString ,
                                                                  "lbs"^^xsd:normalizedString ,
                                                                  "mg"^^xsd:normalizedString ;
                <http://www.nimble-project.org/catalogue#id> "WeightUnitListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WidthUnitList
:WidthUnitList rdf:type owl:NamedIndividual ,
                        <http://www.nimble-project.org/catalogue#UnitList> ;
               <http://www.nimble-project.org/catalogue#hasCode> "cm"^^xsd:normalizedString ,
                                                                 "m"^^xsd:normalizedString ,
                                                                 "mm"^^xsd:normalizedString ;
               <http://www.nimble-project.org/catalogue#id> "WidthUnitListId"^^xsd:normalizedString .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WoodAndFurnitureIndustrySpecializationOption
:WoodAndFurnitureIndustrySpecializationOption rdf:type owl:NamedIndividual ,
                                                       <http://www.nimble-project.org/catalogue#CodeType> ;
                                              <http://www.nimble-project.org/catalogue#hasCode> "WoodAndFurnitureIndustrySpecializationOption"^^xsd:normalizedString ;
                                              rdfs:label "Madera-mueble"@es ,
                                                         "Wood-furniture"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WoodMaterialOption
:WoodMaterialOption rdf:type owl:NamedIndividual ,
                             <http://www.nimble-project.org/catalogue#CodeType> ;
                    <http://www.nimble-project.org/catalogue#hasCode> "WoodMaterialOption"^^xsd:normalizedString ;
                    rdfs:label "Madera"@es ,
                               "Wood"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#WoodVeneerMaterialOption
:WoodVeneerMaterialOption rdf:type owl:NamedIndividual ,
                                   <http://www.nimble-project.org/catalogue#CodeType> ;
                          <http://www.nimble-project.org/catalogue#hasCode> "WoodVeneerMaterialOption"^^xsd:normalizedString ;
                          rdfs:label "Chapa de madera"@es ,
                                     "Wood veneer"@en .


###  http://www.aidimme.es/FurnitureSectorOntology.owl#YouthBedroomUse
:YouthBedroomUse rdf:type owl:NamedIndividual ,
                          <http://www.nimble-project.org/catalogue#CodeType> ;
                 <http://www.nimble-project.org/catalogue#hasCode> "YouthBedroomUse"^^xsd:normalizedString ;
                 rdfs:label "Dormitorio juvenil"@es ,
                            "Youth bedroom"@en .


#################################################################
#    Annotations
#################################################################

<http://www.nimble-project.org/catalogue#hasCode> rdfs:comment "Property denoting a particular code."@en ,
                                                               "Propiedad que indica un código específico."@es .


#################################################################
#    General axioms
#################################################################

[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :AbacaFibre
                :CoconutFibre
                :CottonFibre
                :FlaxFibre
                :JuteFibre
                :SisalFibre
                :ViscoseRayonFibre
                :WoolFibre
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :AcrylicFabric
                :ChenilleFabric
                :LurexFabric
                :NylonFabric
                :PolyamideFabric
                :PolyesterFabric
                :PolypropyleneFabric
                :VinylFabric
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :AcrylonitrileButadieneStyreneFilm
                :EdgeBand
                :GoldFoil
                :HighPressureLaminate
                :MelaminePaper
                :PolyvinylChlorideFilm
                :SilverFoil
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Adhesive
                :AuxiliarySubstance
                :CoatingSubstance
                :MetalCoating
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :AdhesiveTape
                :Bumper
                :CapPlug
                :DoorStopper
                :Felt
                :Footrest
                :Glider
                :Handrail
                :Hose
                :Ladder
                :Lattice
                :Mat
                :Mattress
                :Mirror
                :MosquitoNet
                :PaperHolder
                :PendulumSystem
                :RadiatorCover
                :RomanBlind
                :ScrewCap
                :ScrewCoverCap
                :Separator
                :Sink
                :SlidingPanel
                :SoapDish
                :SoapDispenser
                :TableTop
                :Tap
                :Umbrella
                :Washstand
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :AirBed
                :Bunk
                :CompactBed
                :FoldingBed
                :FutonBed
                :HospitalBed
                :PullDownBed
                :Stretcher
                :TrundleBed
                :WaterBed
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :AirMattress
                :FoamMattress
                :LatexMattress
                :SpringMattress
                :StrawMattress
                :ViscoelasticMattress
                :WaterMattress
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :AirStapler
                :BoardCuttingMachine
                :ChromingFacility
                :CircularSawForDoubleEdgeWithCart
                :CircularTableSawWithManualThrust
                :DiscSander
                :DoubleBladeMitreSaw
                :EdgeBanderWithManualDragging
                :ElectricStacker
                :ElectricStapler
                :GluingMachine
                :GuillotineForEndGrain
                :GuillotineWithSingleEdgeSplittingPiston
                :HydraulicPressWithDoublePlate
                :HydraulicScrewPressForMoulds
                :HydraulicScrewPressForMouldsWithHighFrequencyDrying
                :ManualCopyingLathe
                :ManualCuttingMachine
                :ManualLathe
                :ManualPolisher
                :ManualPressForDrawersAssembly
                :ManualPressForModuleAssembly
                :ManualSanderForCurvedPieces
                :ManualSanderForEdgesAndShapedPieces
                :MembranePress
                :MortisingMachineWithManualHead
                :MultiAxialMouldingMachine
                :MultipleDrill
                :Planer
                :PortableFoamCuttingMachine
                :ScrewPressWithManualTightening
                :SheetJoinerWithPaperOrThread
                :SimpleDrill
                :SingleBladeMitreSaw
                :SingleHeadSanderForMouldings
                :SlidingTableSawWithManualThrust
                :SprayApplicationGun
                :Thicknesser
                :VerticalBandSander
                :VerticalBandSanderForSimpleCurves
                :VerticalSlidingTableSaw
                :WeldingMachine
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :AirTransportService
                :MaritimeTransportService
                :RailTransportService
                :RoadTransportService
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :AirlessApplicationGun
                :AirmixApplicationGun
                :CupApplicationGun
                :ElectrostaticApplicationGun
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Altar
                :CommunionTable
                :Pulpit
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Aluminium
                :Brass
                :Iron
                :OtherAlloys
                :PreciousMetal
                :Steel
                :Zamak
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :AngularHorizontalRipSaw
                :AutomaticCuttingMachine
                :AutomaticLathe
                :AutomaticPolisher
                :AutomaticPressForDrawersAssembly
                :AutomaticPressForModuleAssembly
                :AutomaticStackerMachine
                :AutomaticVerticalFoamCuttingMachine
                :CartonErector
                :DryingTunnel
                :DualActionSander
                :HorizontalInferiorBandSander
                :HorizontalRipSawWithFeeding
                :HorizontalSuperiorBandSander
                :RollerMachine
                :SealingMachine
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :AngularRollFormingMachine
                :BandKnifeMachine
                :BandSawingMachine
                :CalibratingMachine
                :CircularRotatingSawFourEdgesWithFeedingAndStacker
                :CircularSawForDoubleEdgeWithFeedingAndStacker
                :CurtainCoatingMachine
                :CuttingMachineWithCuttingOptimizer
                :CuttingOffMachine
                :DerindingMachine
                :DoubleEdgeBander
                :DoubleHeadTenoning
                :DoubleHeadTenoningWithSupply
                :DoubleRollFormingMachine
                :DoubleSpindleMoulder
                :DoubleSpindleMoulderWithReturn
                :DrillingMachineWithMultipleHeads
                :DrillingMachineWithMultipleHeadsFeederAndDownloading
                :DrumPress
                :EdgeBander
                :EdgeBanderWithAutomaticDragging
                :FourSideSander
                :GluingMachineWithFeeder
                :GuillotineWithParallelogramAndDigitalControl
                :HorizontalRipSaw
                :HotShrinkingBaler
                :HydraulicPressWithDoublePlateFeedingBeltAndDownloading
                :MembranePressWithFeedingAndDownloading
                :MillingMachine
                :MortisingMachineWithDoubleDrillAndPneumaticMovement
                :MultiAxialMouldingMachineWithFeeding
                :MultipleBeltSander
                :MultipleMortisingMachine
                :MultipleSidePlaner
                :ResawingMachine
                :SandingMachineForEdges
                :SemiAutomaticLathe
                :SemiAutomaticPressForDrawersAssembly
                :SewingMachine
                :SheetJoinerWithGlueAndHotPress
                :SingleHeadTenoning
                :SingleRollFormingMachine
                :SpindleMoulder
                :TablePress
                :VerticalSlidingTableSawWithAutomaticMovement
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Apron
                :KitchenCloth
                :OvenGlove
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Armrest
                :AssemblyHardware
                :Backrest
                :Base
                :Bracket
                :Castor
                :Drawer
                :Frame
                :FurnitureCornice
                :FurnitureCrest
                :Headboard
                :HorizontalSurface
                :MattressBase
                :Moulding
                :SeatCover
                :SeatMechanism
                :SeatPart
                :Spyhole
                :Step
                :Structure
                :VerticalSurface
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Assembly
                :BoardPreparation
                :Delivery
                :Dispatching
                :Finishing
                :FirstProcessing
                :Furnishing
                :Loading
                :MachiningOperation
                :Quartering
                :Storage
                :SurfacePreparation
                :Transport
                :Upholstering
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :AssemblyComplement
                :DowelPin
                :Nail
                :Nut
                :Screw
                :Washer
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :AutomaticMachine
                :CNC
                :ManualMachine
                :Robot
                :SemiautomaticMachine
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :AuxiliaryEquipment
                :BuildingElement
                :Furniture
                :HomeTextile
                :HouseholdAppliance
                :IndustrialMachine
                :Lighting
                :MusicalInstrument
                :OutdoorEquipment
                :TertiaryPackaging
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :AuxiliaryFurniture
                :Bed
                :ChildrenPieceOfFurniture
                :Door
                :Seat
                :StoragePieceOfFurniture
                :Table
                :Window
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :AuxiliaryMaterial
                :CeramicsMaterial
                :ChemicalSubstance
                :CompositeMaterial
                :GlassMaterial
                :LaminatedCoatingMaterial
                :LignocellulosicMaterial
                :MetalMaterial
                :MineralMaterial
                :PlasticMaterial
                :UpholsteryMaterial
                :WoodenMaterial
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :BabyBathTub
                :BabyBouncer
                :BabyPram
                :Carrycot
                :ChangingTable
                :Cradle
                :Crib
                :HighChair
                :MosesBasket
                :NursingRockingChair
                :Playpen
                :TravelCrib
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Banjo
                :Bass
                :Cello
                :DoubleBass
                :Guitar
                :Harp
                :HurdyGurdy
                :Lute
                :Lyre
                :Mandolin
                :Ukelele
                :Viola
                :ViolaDaGamba
                :Violin
                :Zither
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :BarberChair
                :DentistChair
                :DirectorChair
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :BarnDoor
                :BifoldDoor
                :BlindDoor
                :ButterflyDoor
                :BypassDoor
                :FalseDoor
                :FlushDoor
                :FrenchDoor
                :GardenDoor
                :LouverDoor
                :PanelDoor
                :PetDoor
                :RevolvingDoor
                :SlidingDoor
                :StableDoor
                :SwingDoor
                :TrapDoor
                :UpAndOverDoor
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :BassDrum
                :Bongo
                :Castanets
                :Cymbals
                :Drum
                :Kettledrum
                :Maracas
                :Marimba
                :SnareDrum
                :Tambourine
                :Xylophone
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Bassoon
                :Clarinet
                :Flute
                :Oboe
                :Saxophone
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :BathTextile
                :BedLinen
                :KitchenTextile
                :MixedUseTextile
                :TableLinen
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Bathmat
                :Bathrobe
                :ShowerCurtain
                :Slipper
                :Towel
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :BathroomAccessory
                :CleaningAccessory
                :DecorationElement
                :KitchenAccessory
                :MixedUseAccessory
                :Scaffold
                :Sign
                :WasteContainer
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :BathroomCabinet
                :Boiserie
                :Chiffonier
                :Cupboard
                :FilingCabinet
                :KitchenCabinet
                :LaboratoryCabinet
                :Pigeonhole
                :Sideboard
                :ToyBox
                :Wardrobe
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :BathroomComposition
                :ChildBedroomComposition
                :DiningRoomComposition
                :DoubleBedroomComposition
                :HallComposition
                :KitchenComposition
                :OfficeComposition
                :SingleBedroomComposition
                :TerraceAndGardenComposition
                :YouthBedroomComposition
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :BathroomComposition
                :ChildBedroomComposition
                :DiningRoomComposition
                :DoubleBedroomComposition
                :HallComposition
                :KitchenComposition
                :SingleBedroomComposition
                :TerraceAndGardenComposition
                :YouthBedroomComposition
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Bathtub
                :Bidet
                :Shower
                :ShowerCabin
                :ShowerEnclosure
                :ShowerTray
                :TissueBox
                :Toilet
                :ToiletBrush
                :ToiletTank
                :Toothbrush
                :ToothbrushHolder
                :WeighingScale
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :BeachChair
                :DeckChair
                :GardenChair
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Beam
                :BuildingEnvelope
                :FlooringAndCoating
                :Pipe
                :Tile
                :Truss
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :BedBase
                :CantileverFrame
                :FrameTableBase
                :Leg
                :Pedestal
                :Socket
                :Swivel
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :BedSheet
                :Blanket
                :Duvet
                :DuvetCover
                :MattressCover
                :MattressProtector
                :Pillow
                :PillowCover
                :PillowProtector
                :Quilt
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :BedsideTable
                :CoffeeTable
                :Console
                :DiningTable
                :EndTable
                :HomeStudentDesk
                :Island
                :KitchenTable
                :KitchenWorktop
                :LoungeTable
                :ServingTrolley
                :SofaTable
                :TelephoneTable
                :TelevisionStand
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Beechwood
                :Cherrywood
                :MahoganyWood
                :MapleWood
                :OakWood
                :OliveWood
                :Rosewood
                :WalnutWood
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Bench
                :Chair
                :Pouf
                :Sofa
                :Stool
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :BicycleRack
                :ClothesButler
                :CoatRack
                :DryingRack
                :Easel
                :Hanger
                :HatRack
                :Hook
                :MagazineRack
                :PlateRack
                :RoofRack
                :ShoeRack
                :SpiceRack
                :ToiletBrushHolder
                :TowelRack
                :UmbrellaStand
                :WineRack
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :BleachingAgent
                :Oil
                :PaintStripper
                :Patina
                :Solvent
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :BlindsWindow
                :OscillatingWindow
                :SlidingWindow
                :SwingWindow
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Bowl
                :Burner
                :Cooktop
                :Cup
                :Cutlery
                :FryingPan
                :FumeCupboard
                :Glass
                :Juicer
                :Plate
                :Platter
                :RangeHood
                :Strainer
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :BoxPallet
                :Cage
                :CardboardBox
                :Container
                :CoveringPackaging
                :CushionPackaging
                :Pallet
                :RetentionPackaging
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :BreadBasket
                :Bucket
                :Cabinet
                :Cart
                :Chest
                :ChestOfDrawers
                :Coffin
                :JewelCase
                :Rack
                :Shelf
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Bulb
                :CeilingLighting
                :DeskLamp
                :Floodlight
                :FloorLamp
                :LedKit
                :TableLamp
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :CNCAutomaticLathe
                :CNCBandsaw
                :CNCHotWireFoamCuttingMachine
                :CNCMachiningCentre
                :CNCPressForModuleAssembly
                :CNCRouterSystemForMachiningFoam
                :NumericalControlDoubleBladeMitreSaw
                :NumericalControlDoubleEdgeBander
                :NumericalControlDoubleHeadTenoning
                :NumericalControlDoubleHeadTenoningWithSupply
                :NumericalControlDrillingMachineWithMultipleHeadsFeederAndDownloading
                :NumericalControlEdgeBander
                :NumericalControlMouldingMachine
                :NumericalControlMultipleMortisingMachine
                :NumericalControlSpindleMoulder
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Canapé
                :ChaiseLongue
                :CornerSofa
                :Divan
                :Loveseat
                :ModularSofa
                :SofaBed
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Canapé
                :CornerSofa
                :Loveseat
                :ModularSofa
                :SofaBed
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Candle
                :Flowerpot
                :PhotoFrame
                :Planter
                :Vase
                :Vessel
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Cardboard
                :Cork
                :Linen
                :Paper
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Carousel
                :ClimbingStructure
                :CreativePlayStructure
                :PlaygroundFence
                :PlaygroundSlide
                :Playset
                :Seesaw
                :SpringRider
                :Swing
                :ZipLine
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :CarpentryInstallationService
                :ElectricalInstallationService
                :HeatingInstallationService
                :PlumbingInstallationService
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Carpet
                :Curtain
                :CurtainTieBack
                :Cushion
                :CushionCover
                :Lace
                :NursingChairPocket
                :Ribbon
                :SofaCover
                :Strap
                :Tassel
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :CatLadder
                :ExtensionLadder
                :FixedLadder
                :HookLadder
                :RoofLadder
                :Stepladder
                :TelescopicLadder
                :TurntableLadder
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Catalogue
                :Component
                :ContactPerson
                :Material
                :Organization
                :Price
                :Process
                :Service
                :Standard
                :Technique
                <http://www.nimble-project.org/catalogue#CodeList>
                <http://www.nimble-project.org/catalogue#CodeType>
                <http://www.nimble-project.org/catalogue#QuantityType>
                <http://www.nimble-project.org/catalogue#Unit>
                <http://www.nimble-project.org/catalogue#UnitList>
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Catalyst
                :Dye
                :Paint
                :Primer
                :Sealer
                :Varnish
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Chandelier
                :PendantLight
                :TrackLighting
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Charger
                :DeepFryer
                :Dishwasher
                :Dryer
                :ElectricStove
                :Griddle
                :Heater
                :IceCubeDispenser
                :Juicer
                :MicrowaveOven
                :OutdoorStoveHeater
                :Oven
                :Radiator
                :Radio
                :Refrigerator
                :SoundSystem
                :Television
                :Toaster
                :Transformer
                :WaterHeater
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :ChestOfDrawersWithBabybath
                :Dresser
                :SpanishChest
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :ChurchPew
                :CommunionRail
                :Kneeler
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Clavichord
                :Organ
                :Piano
                :Spinet
                :Virginal
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :ComputerDesk
                :ConferenceTable
                :DrawingTable
                :OfficeDesk
                :ReceptionTable
                :WritingDesk
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :ContactApplication
                :DepositionApplication
                :DryFilterDrying
                :HotAirDrying
                :HotShrinkingPackaging
                :ImmersionApplication
                :InfraredDrying
                :MicrowaveApplication
                :SprayingApplication
                :UltravioletDrying
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Counter
                :DomesticTable
                :GamesTable
                :OfficeTable
                :OutdoorTable
                :ReligiousTable
                :RestaurantAndBarTable
                :SchoolDesk
                :SportTable
                :WorkTable
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :CrossLaminatedTimber
                :GlulamTimber
                :SawnTimber
                :SquareBar
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :CustomsManagementService
                :InHouseService
                :LogisticsConsultancyService
                :OrderPickingService
                :ReverseLogisticsService
                :TransportService
                :WarehousingService
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :DeskChair
                :DiningChair
                :KitchenChair
                :Recliner
                :RockingChair
                :Wingchair
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :DogParkEquipment
                :OutdoorFitnessEquipment
                :PlaygroundEquipment
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :DomesticChair
                :OfficeChair
                :OrtophedicChair
                :OutdoorChair
                :ProfessionalChair
                :RestaurantAndBarChair
                :SchoolChair
                :Throne
                :WheelChair
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Doorframe
                :MirrorFrame
                :WindowFrame
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :ElastomerPlastic
                :Thermoplastic
                :ThermosetPlastic
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :EpoxyResin
                :FormaldehydeAdhesive
                :HotMeltAdhesive
                :PhenolicResin
                :PolyvinylAcetate
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :ExpandedPolystyrene
                :FibreglassReinforcedPolyester
                :Polyurethane
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :FibreBoard
                :MDFBoard
                :OSBBoard
                :ParticleBoard
                :PlywoodBoard
                :SolidWoodenBoard
                :VeneeredBoard
                :WoodenStructuresBoard
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :FibreglassReinforcedPolypropylene
                :HighDensityPolyethylene
                :Nylon
                :Polyamide
                :Polycarbonate
                :Polypropylene
                :Polystyrene
                :PolyvinylChloride
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :FloorCovering
                :RoofCladding
                :WallCladding
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :FurnitureAccessory
                :FurnitureComposition
                :PieceOfFurniture
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :GarbageBin
                :KitchenBin
                :RecyclingBin
                :WastepaperBasket
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :GardenBench
                :LockerRoomBench
                :LowBench
                :ParkBench
                :PianoBench
                :ReligiousBench
                :StreetBench
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Granite
                :Marble
                :Stone
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Handle
                :Hinge
                :HolderShelf
                :Key
                :Keyhole
                :Knob
                :Latch
                :Lock
                :Profile
                :SlidingRail
                :Stay
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Horn
                :Trombone
                :Trumpet
                :Tuba
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :IroningBoard
                :KitchenWorkbench
                :LaboratoryBench
                :OperatingTable
                :SewingTable
                :Workbench
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :KeyboardInstrument
                :MusicalAccessory
                :PercussionInstrument
                :StringedInstrument
                :WindInstrument
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Latex
                :PolyurethaneFoam
                :Wadding
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Leather
                :NaturalFibre
                :Padding
                :Polyskin
                :SyntheticFabric
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :MDFBoard
                :OSBBoard
                :ParticleBoard
                :PlywoodBoard
                :SolidWoodenBoard
                :VeneeredBoard
                :WoodenStructuresBoard
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Manufacturer
                :Retailer
                :Supplier
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :MelamineFormaldehyde
                :UreaFormaldehyde
                :UreaMelamineFormaldehyde
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Ocarina
                :Piccolo
                :Recorder
                :TransverseFlute
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :Serviette
                :TableMat
                :TableSkirt
                :Tablecloth
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( :StackerRobot
                :StaplerRobot
                :WeldingRobot
              )
] .


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