Commit 7d171dd9 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Descriptions cleaned of IFC.

parent c9777680
Loading
Loading
Loading
Loading
+13 −17
Original line number Original line Diff line number Diff line
@@ -15,7 +15,7 @@
<http://saref.linkeddata.es/def/bldg> rdf:type owl:Ontology ;
<http://saref.linkeddata.es/def/bldg> rdf:type owl:Ontology ;
                                       owl:versionIRI <http://saref.linkeddata.es/def/v1/bldg> ;
                                       owl:versionIRI <http://saref.linkeddata.es/def/v1/bldg> ;
                                       dcterms:creator <http://purl.org/net/mpoveda> ;
                                       dcterms:creator <http://purl.org/net/mpoveda> ;
                                       rdfs:comment "This ontology extends the SAREF ontology for the building domain by defining building devices and how they are located in a building. This extension is based on the ISO 16739:2013 Industry Foundation Classes (IFC) standard for data sharing in the construction and facility management industries."@en ;
                                       rdfs:comment "This ontology extends the SAREF ontology for the building domain by defining building devices and how they are located in a building. This extension is based on the ISO 16739:2013 Industry Foundation Classes (IFC) standard for data sharing in the construction and facility management industries. The descriptions of the classes and properties extracted from IFC have been taken from the IFC documentation."@en ;
                                       vann:preferredNamespaceUri "http://saref.linkeddata.es/def/bldg#" ;
                                       vann:preferredNamespaceUri "http://saref.linkeddata.es/def/bldg#" ;
                                       dcterms:creator <http://www.garcia-castro.com/foaf.rdf#me> ;
                                       dcterms:creator <http://www.garcia-castro.com/foaf.rdf#me> ;
                                       vann:preferredNamespacePrefix "saref4bldg" ;
                                       vann:preferredNamespacePrefix "saref4bldg" ;
@@ -1473,7 +1473,7 @@ bldg:mechanicalOperated rdf:type owl:DatatypeProperty ;
###  http://saref.linkeddata.es/def/bldg#mediaSource
###  http://saref.linkeddata.es/def/bldg#mediaSource
bldg:mediaSource rdf:type owl:DatatypeProperty ;
bldg:mediaSource rdf:type owl:DatatypeProperty ;
                 rdfs:range xsd:string ;
                 rdfs:range xsd:string ;
                 rdfs:comment "Indicates media sources and corresponding names of ports (IfcDistributionPort with FlowDirection=SINK and PredefinedType=AUDIOVISUAL) or aggregated audio/video components (IfcAudioVisualAppliance)."@en ;
                 rdfs:comment "Indicates media sources and corresponding names of ports (DistributionPort with FlowDirection=SINK and PredefinedType=AUDIOVISUAL) or aggregated audio/video components (AudioVisualAppliance)."@en ;
                 rdfs:label "media source"@en .
                 rdfs:label "media source"@en .




@@ -1867,9 +1867,7 @@ bldg:Boiler rdf:type owl:Class ;
                              owl:onProperty bldg:operatingMode ;
                              owl:onProperty bldg:operatingMode ;
                              owl:allValuesFrom xsd:string
                              owl:allValuesFrom xsd:string
                            ] ;
                            ] ;
            rdfs:comment """\"A boiler is a closed, pressure-rated vessel in which water or other fluid is heated using an energy source such as natural gas, heating oil, or electricity. The fluid in the vessel is then circulated out of the boiler for use in various processes or heating applications.
            rdfs:comment "A boiler is a closed, pressure-rated vessel in which water or other fluid is heated using an energy source such as natural gas, heating oil, or electricity. The fluid in the vessel is then circulated out of the boiler for use in various processes or heating applications."@en ;

IfcBoiler is a vessel solely used for heating of water or other fluids. Storage vessels, such as for drinking water storage are considered as tanks and use the IfcTank entity.\""""@en ;
            rdfs:label "Boiler"@en ;
            rdfs:label "Boiler"@en ;
            rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcBoiler" ;
            rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcBoiler" ;
            prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/lexical/ifcboiler.htm> ,
            prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/lexical/ifcboiler.htm> ,
@@ -2562,7 +2560,7 @@ bldg:ElectricTimeControl rdf:type owl:Class ;
###  http://saref.linkeddata.es/def/bldg#EnergyConversionDevice
###  http://saref.linkeddata.es/def/bldg#EnergyConversionDevice
bldg:EnergyConversionDevice rdf:type owl:Class ;
bldg:EnergyConversionDevice rdf:type owl:Class ;
                            rdfs:subClassOf bldg:DistributionFlowDevice ;
                            rdfs:subClassOf bldg:DistributionFlowDevice ;
                            rdfs:comment "The distribution flow element IfcEnergyConversionDevice defines the occurrence of a device used to perform energy conversion or heat transfer and typically participates in a flow distribution system. Its type is defined by IfcEnergyConversionDeviceType or its subtypes."@en ;
                            rdfs:comment "The distribution flow element EnergyConversionDevice defines the occurrence of a device used to perform energy conversion or heat transfer and typically participates in a flow distribution system."@en ;
                            rdfs:label "Energy conversion device"@en ;
                            rdfs:label "Energy conversion device"@en ;
                            rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEnergyConversionDevice" ;
                            rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcEnergyConversionDevice" ;
                            prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcenergyconversiondevice.htm> .
                            prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcenergyconversiondevice.htm> .
@@ -2785,7 +2783,7 @@ A fire suppression terminal provides for all forms of sprinkler, spreader and ot
###  http://saref.linkeddata.es/def/bldg#FlowController
###  http://saref.linkeddata.es/def/bldg#FlowController
bldg:FlowController rdf:type owl:Class ;
bldg:FlowController rdf:type owl:Class ;
                    rdfs:subClassOf bldg:DistributionFlowDevice ;
                    rdfs:subClassOf bldg:DistributionFlowDevice ;
                    rdfs:comment "The distribution flow element IfcFlowController defines the occurrence of elements of a distribution system that are used to regulate flow through a distribution system. Examples include dampers, valves, switches, and relays. Its type is defined by IfcFlowControllerType or subtypes."@en ;
                    rdfs:comment "The distribution flow element FlowController defines the occurrence of elements of a distribution system that are used to regulate flow through a distribution system. Examples include dampers, valves, switches, and relays."@en ;
                    rdfs:label "Flow controller"@en ;
                    rdfs:label "Flow controller"@en ;
                    rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowController" ;
                    rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowController" ;
                    prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcflowcontroller.htm> .
                    prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcflowcontroller.htm> .
@@ -2824,7 +2822,7 @@ bldg:FlowMeter rdf:type owl:Class ;
###  http://saref.linkeddata.es/def/bldg#FlowMovingDevice
###  http://saref.linkeddata.es/def/bldg#FlowMovingDevice
bldg:FlowMovingDevice rdf:type owl:Class ;
bldg:FlowMovingDevice rdf:type owl:Class ;
                      rdfs:subClassOf bldg:DistributionFlowDevice ;
                      rdfs:subClassOf bldg:DistributionFlowDevice ;
                      rdfs:comment "The distribution flow element IfcFlowMovingDevice defines the occurrence of an apparatus used to distribute, circulate or perform conveyance of fluids, including liquids and gases (such as a pump or fan), and typically participates in a flow distribution system. Its type is defined by IfcFlowMovingDeviceType or its subtypes."@en ;
                      rdfs:comment "The distribution flow element FlowMovingDevice defines the occurrence of an apparatus used to distribute, circulate or perform conveyance of fluids, including liquids and gases (such as a pump or fan), and typically participates in a flow distribution system."@en ;
                      rdfs:label "Flow moving device"@en ;
                      rdfs:label "Flow moving device"@en ;
                      rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowMovingDevice" ;
                      rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowMovingDevice" ;
                      prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcflowmovingdevice.htm> .
                      prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcflowmovingdevice.htm> .
@@ -2833,7 +2831,7 @@ bldg:FlowMovingDevice rdf:type owl:Class ;
###  http://saref.linkeddata.es/def/bldg#FlowStorageDevice
###  http://saref.linkeddata.es/def/bldg#FlowStorageDevice
bldg:FlowStorageDevice rdf:type owl:Class ;
bldg:FlowStorageDevice rdf:type owl:Class ;
                       rdfs:subClassOf bldg:DistributionFlowDevice ;
                       rdfs:subClassOf bldg:DistributionFlowDevice ;
                       rdfs:comment "The distribution flow element IfcFlowStorageDevice defines the occurrence of a device that participates in a distribution system and is used for temporary storage (such as a tank). Its type is defined by IfcFlowStorageDeviceType or its subtypes."@en ;
                       rdfs:comment "The distribution flow element FlowStorageDevice defines the occurrence of a device that participates in a distribution system and is used for temporary storage (such as a tank)."@en ;
                       rdfs:label "Flow storage device"@en ;
                       rdfs:label "Flow storage device"@en ;
                       rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowStorageDevice" ;
                       rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowStorageDevice" ;
                       prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcflowstoragedevice.htm> .
                       prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcflowstoragedevice.htm> .
@@ -2842,7 +2840,7 @@ bldg:FlowStorageDevice rdf:type owl:Class ;
###  http://saref.linkeddata.es/def/bldg#FlowTerminal
###  http://saref.linkeddata.es/def/bldg#FlowTerminal
bldg:FlowTerminal rdf:type owl:Class ;
bldg:FlowTerminal rdf:type owl:Class ;
                  rdfs:subClassOf bldg:DistributionFlowDevice ;
                  rdfs:subClassOf bldg:DistributionFlowDevice ;
                  rdfs:comment "The distribution flow element IfcFlowTerminal defines the occurrence of a permanently attached element that acts as a terminus or beginning of a distribution system (such as an air outlet, drain, water closet, or sink). A terminal is typically a point at which a system interfaces with an external environment. Its type is defined by IfcFlowTerminalType or its subtypes."@en ;
                  rdfs:comment "The distribution flow element FlowTerminal defines the occurrence of a permanently attached element that acts as a terminus or beginning of a distribution system (such as an air outlet, drain, water closet, or sink). A terminal is typically a point at which a system interfaces with an external environment."@en ;
                  rdfs:label "Flow terminal"@en ;
                  rdfs:label "Flow terminal"@en ;
                  rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowTerminal" ;
                  rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowTerminal" ;
                  prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcflowterminal.htm> .
                  prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcflowterminal.htm> .
@@ -2851,7 +2849,7 @@ bldg:FlowTerminal rdf:type owl:Class ;
###  http://saref.linkeddata.es/def/bldg#FlowTreatmentDevice
###  http://saref.linkeddata.es/def/bldg#FlowTreatmentDevice
bldg:FlowTreatmentDevice rdf:type owl:Class ;
bldg:FlowTreatmentDevice rdf:type owl:Class ;
                         rdfs:subClassOf bldg:DistributionFlowDevice ;
                         rdfs:subClassOf bldg:DistributionFlowDevice ;
                         rdfs:comment "The distribution flow element IfcFlowTreatmentDevice defines the occurrence of a device typically used to remove unwanted matter from a fluid, either liquid or gas, and typically participates in a flow distribution system. Its type is defined by IfcFlowTreatmentDeviceType or its subtypes."@en ;
                         rdfs:comment "The distribution flow element FlowTreatmentDevice defines the occurrence of a device typically used to remove unwanted matter from a fluid, either liquid or gas, and typically participates in a flow distribution system."@en ;
                         rdfs:label "Flow treatment device"@en ;
                         rdfs:label "Flow treatment device"@en ;
                         rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowTreatmentDevice" ;
                         rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcFlowTreatmentDevice" ;
                         prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcflowtreatmentdevice.htm> .
                         prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcsharedbldgserviceelements/lexical/ifcflowtreatmentdevice.htm> .
@@ -2864,9 +2862,7 @@ bldg:HeatExchanger rdf:type owl:Class ;
                                     owl:onProperty bldg:arrangement ;
                                     owl:onProperty bldg:arrangement ;
                                     owl:allValuesFrom xsd:string
                                     owl:allValuesFrom xsd:string
                                   ] ;
                                   ] ;
                   rdfs:comment """A heat exchanger is a device used to provide heat transfer between non-mixing media such as plate and shell and tube heat exchangers.
                   rdfs:comment "A heat exchanger is a device used to provide heat transfer between non-mixing media such as plate and shell and tube heat exchangers. HeatExchanger is commonly used on water-side distribution systems to recover energy from a liquid to another liquid (typically water-based), whereas AirToAirHeatRecovery is commonly used on air-side distribution systems to recover energy from a gas to a gas (usually air)."@en ;

IfcHeatExchanger is commonly used on water-side distribution systems to recover energy from a liquid to another liquid (typically water-based), whereas IfcAirToAirHeatRecovery is commonly used on air-side distribution systems to recover energy from a gas to a gas (usually air)."""@en ;
                   rdfs:label "Heat exchanger"@en ;
                   rdfs:label "Heat exchanger"@en ;
                   rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcHeatExchanger" ;
                   rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcHeatExchanger" ;
                   prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/lexical/ifcheatexchanger.htm> ,
                   prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/lexical/ifcheatexchanger.htm> ,
@@ -3294,7 +3290,7 @@ bldg:SpaceHeater rdf:type owl:Class ;
                                 ] ;
                                 ] ;
                 rdfs:comment """Space heaters utilize a combination of radiation and/or natural convection using a heating source such as electricity, steam or hot water to heat a limited space or area. Examples of space heaters include radiators, convectors, baseboard and finned-tube heaters.
                 rdfs:comment """Space heaters utilize a combination of radiation and/or natural convection using a heating source such as electricity, steam or hot water to heat a limited space or area. Examples of space heaters include radiators, convectors, baseboard and finned-tube heaters.


IfcUnitaryEquipment should be used for packaged units supporting a combination of heating, cooling, and/or dehumidification; IfcCoil should be used for coil-based floor heating."""@en ;
UnitaryEquipment should be used for packaged units supporting a combination of heating, cooling, and/or dehumidification; Coil should be used for coil-based floor heating."""@en ;
                 rdfs:label "Space heater"@en ;
                 rdfs:label "Space heater"@en ;
                 rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSpaceHeater" ;
                 rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcSpaceHeater" ;
                 prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/lexical/ifcspaceheater.htm> ,
                 prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifchvacdomain/lexical/ifcspaceheater.htm> ,
@@ -3464,7 +3460,7 @@ bldg:Transformer rdf:type owl:Class ;
                                 ] ;
                                 ] ;
                 rdfs:comment """A transformer is an inductive stationary device that transfers electrical energy from one circuit to another.
                 rdfs:comment """A transformer is an inductive stationary device that transfers electrical energy from one circuit to another.


IfcTransformer is used to transform electric power; conversion of electric signals for other purposes is handled at other entities: IfcController converts arbitrary signals, IfcAudioVisualAppliance converts signals for audio or video streams, and IfcCommunicationsAppliance converts signals for data or other communications usage."""@en ;
Transformer is used to transform electric power; conversion of electric signals for other purposes is handled at other entities: Controller converts arbitrary signals, AudioVisualAppliance converts signals for audio or video streams, and CommunicationsAppliance converts signals for data or other communications usage."""@en ;
                 rdfs:label "Transformer"@en ;
                 rdfs:label "Transformer"@en ;
                 rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTransformer" ;
                 rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTransformer" ;
                 prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcelectricaldomain/lexical/ifctransformer.htm> ,
                 prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcelectricaldomain/lexical/ifctransformer.htm> ,
@@ -3486,7 +3482,7 @@ bldg:TransportElement rdf:type owl:Class ;
                                        owl:onProperty bldg:fireExit ;
                                        owl:onProperty bldg:fireExit ;
                                        owl:allValuesFrom xsd:boolean
                                        owl:allValuesFrom xsd:boolean
                                      ] ;
                                      ] ;
                      rdfs:comment "A transport element is a generalization of all transport related objects that move people, animals or goods within a building or building complex. The IfcTransportElement defines the occurrence of a transport element, that (if given), is expressed by the IfcTransportElementType. "@en ;
                      rdfs:comment "A transport element is a generalization of all transport related objects that move people, animals or goods within a building or building complex. The TransportElement defines the occurrence of a transport element. "@en ;
                      rdfs:label "Transport element"@en ;
                      rdfs:label "Transport element"@en ;
                      rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTransportElement" ;
                      rdfs:seeAlso "https://w3id.org/ifc/IFC4_ADD1#IfcTransportElement" ;
                      prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcproductextension/lexical/ifctransportelement.htm> ,
                      prov:hadPrimarySource <http://www.buildingsmart-tech.org/ifc/IFC4/Add1/html/schema/ifcproductextension/lexical/ifctransportelement.htm> ,