@prefix : . @prefix dc: . @prefix rm: . @prefix kpi: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix qudt: . @prefix rdfs: . @prefix vann: . @prefix schema: . @prefix dcterms: . @prefix building: . @base . rdf:type owl:Ontology ; rm:preferredNamespacePrefix "rm" ; dc:creator "María Poveda-Villalón" , "Serge Chávez-Feria" ; dc:description "The Renovation Measures ontology provides the vocabulary to represent building renovation options for specific elements. User of the ontology can express that within a renovation project, they will change the roof, that is made of an specific material, for a new roof with improved characteristics. Furthermore, the ontology allows to represent cost information related to the components, installation and maintenance of them."@en ; dc:publisher "http://www.oeg-upm.net/" ; dc:title "Renovation Measures ontology"@en ; owl:versionInfo "0.0.2" . ################################################################# # Annotation properties ################################################################# ### http://bimerr.iot.linkeddata.es/def/renovation-measures#preferredNamespacePrefix rm:preferredNamespacePrefix rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/creator dc:creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/description dc:description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/publisher dc:publisher rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/title dc:title rdf:type owl:AnnotationProperty . ### http://purl.org/vocab/vann/preferredNamespaceUri vann:preferredNamespaceUri rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### http://bimerr.iot.linkeddata.es/def/renovation-measures#affectedElement rm:affectedElement rdf:type owl:ObjectProperty ; rdfs:range building:Element ; rdfs:comment "The building elements affected by the replacement or renovation of another building element."@en ; rdfs:label "affected element"@en . ### http://bimerr.iot.linkeddata.es/def/renovation-measures#hasCost rm:hasCost rdf:type owl:ObjectProperty ; rdfs:range rm:Cost ; rdfs:comment "Property to link a building element with its costs."@en ; rdfs:label "has cost"@en . ### http://bimerr.iot.linkeddata.es/def/renovation-measures#hasProject rm:hasProject rdf:type owl:ObjectProperty ; rdfs:range kpi:Project ; rdfs:comment "Property to link a cost within the context of a project."@en ; rdfs:label "has project"@en . ### http://bimerr.iot.linkeddata.es/def/renovation-measures#hasScenario rm:hasScenario rdf:type owl:ObjectProperty ; rdfs:range kpi:Scenario ; rdfs:comment "Property to link a cost with a specific renovation scenario."@en ; rdfs:label "has scenario"@en . ### http://bimerr.iot.linkeddata.es/def/renovation-measures#isCostOf rm:isCostOf rdf:type owl:ObjectProperty ; rdfs:range building:Element ; rdfs:label "is cost of"@en . ### http://bimerr.iot.linkeddata.es/def/renovation-measures#renovatedElement rm:renovatedElement rdf:type owl:ObjectProperty ; rdfs:range building:Element ; rdfs:comment "Indicates the building element type to replace or renovate."@en ; rdfs:label "renovated element"@en . ### http://qudt.org/schema/qudt#unit qudt:unit rdf:type owl:ObjectProperty ; rdfs:range qudt:Unit ; rdfs:label "unit"@en . ################################################################# # Data properties ################################################################# ### http://bimerr.iot.linkeddata.es/def/building#ifcIdentifier building:ifcIdentifier rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "ifc identifier"@en . ### http://bimerr.iot.linkeddata.es/def/renovation-measures#lifetime rm:lifetime rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "lifetime"@en . ### http://schema.org#currency schema:currency rdf:type owl:DatatypeProperty ; rdfs:label "currency"@en . ### http://schema.org#value schema:value rdf:type owl:DatatypeProperty ; rdfs:label "value"@en . ################################################################# # Classes ################################################################# ### http://bimerr.iot.linkeddata.es/def/building#Component building:Component rdf:type owl:Class ; rdfs:subClassOf building:Element ; rdfs:comment "Represents assemblies or undividible building products."@en ; rdfs:label "Component"@en . ### http://bimerr.iot.linkeddata.es/def/building#Construction building:Construction rdf:type owl:Class ; rdfs:subClassOf building:Element ; rdfs:comment "Building component that is conformed by layers, such as a wall, roof, or floor."@en ; rdfs:label "Construction"@en . ### http://bimerr.iot.linkeddata.es/def/building#CoolingSystem building:CoolingSystem rdf:type owl:Class ; rdfs:subClassOf building:Component ; rdfs:label "Cooling system"@en . ### http://bimerr.iot.linkeddata.es/def/building#Element building:Element rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty building:ifcIdentifier ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] ; rdfs:comment "Building component or construction element which can be described by a set of properties."@en ; rdfs:label "Building element"@en . ### http://bimerr.iot.linkeddata.es/def/building#Facade building:Facade rdf:type owl:Class ; rdfs:subClassOf building:Construction ; rdfs:label "Facade"@en . ### http://bimerr.iot.linkeddata.es/def/building#Fenestration building:Fenestration rdf:type owl:Class ; rdfs:subClassOf building:Component ; rdfs:label "Fenestration system"@en . ### http://bimerr.iot.linkeddata.es/def/building#Floor building:Floor rdf:type owl:Class ; rdfs:subClassOf building:Construction ; rdfs:label "Floor"@en . ### http://bimerr.iot.linkeddata.es/def/building#HeatingSystem building:HeatingSystem rdf:type owl:Class ; rdfs:subClassOf building:Component ; rdfs:label "Heating system"@en . ### http://bimerr.iot.linkeddata.es/def/building#Roof building:Roof rdf:type owl:Class ; rdfs:subClassOf building:Construction ; rdfs:label "Roof"@en . ### http://bimerr.iot.linkeddata.es/def/building#SolarCollector building:SolarCollector rdf:type owl:Class ; rdfs:subClassOf building:Component ; rdfs:label "Solar collector"@en . ### http://bimerr.iot.linkeddata.es/def/key-performance-indicator#Project kpi:Project rdf:type owl:Class ; rdfs:comment "A project is a temporary endeavor undertaken to achieve defined objectives (definition taken from DBpedia)."@en ; rdfs:label "Project"@en . ### http://bimerr.iot.linkeddata.es/def/key-performance-indicator#Scenario kpi:Scenario rdf:type owl:Class ; rdfs:comment "The simluation of a building renovation work."@en ; rdfs:label "Scenario"@en . ### http://bimerr.iot.linkeddata.es/def/renovation-measures#ActiveMeasure rm:ActiveMeasure rdf:type owl:Class ; rdfs:subClassOf rm:RenovationMeasure ; rdfs:comment "Represents the action to replace an active building system or component. For example, the replacement of the HVAC system."@en ; rdfs:label "Active measure"@en . ### http://bimerr.iot.linkeddata.es/def/renovation-measures#Cost rm:Cost rdf:type owl:Class ; rdfs:subClassOf schema:MonetaryAmount , [ rdf:type owl:Restriction ; owl:onProperty rm:hasProject ; owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass kpi:Project ] , [ rdf:type owl:Restriction ; owl:onProperty rm:hasScenario ; owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass kpi:Scenario ] , [ rdf:type owl:Restriction ; owl:onProperty rm:isCostOf ; owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass building:Element ] , [ rdf:type owl:Restriction ; owl:onProperty rm:hasProject ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass kpi:Project ] , [ rdf:type owl:Restriction ; owl:onProperty rm:hasScenario ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass kpi:Scenario ] , [ rdf:type owl:Restriction ; owl:onProperty rm:isCostOf ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass building:Element ] ; rdfs:comment "The cost related to a building item."@en ; rdfs:label "Cost"@en . ### http://bimerr.iot.linkeddata.es/def/renovation-measures#InstallationCost rm:InstallationCost rdf:type owl:Class ; rdfs:subClassOf rm:Cost ; rdfs:comment "The installation cost of a building item."@en ; rdfs:label "Installation cost"@en . ### http://bimerr.iot.linkeddata.es/def/renovation-measures#MaintenanceCost rm:MaintenanceCost rdf:type owl:Class ; rdfs:subClassOf rm:Cost ; rdfs:comment "The maintenance cost of a building item."@en ; rdfs:label "Maintenance cost"@en . ### http://bimerr.iot.linkeddata.es/def/renovation-measures#PassiveMeasure rm:PassiveMeasure rdf:type owl:Class ; rdfs:subClassOf rm:RenovationMeasure ; rdfs:comment "Represents the action to replace a passive building system or component. For example, the replacement of a window."@en ; rdfs:label "Passive measure"@en . ### http://bimerr.iot.linkeddata.es/def/renovation-measures#PurchasingCost rm:PurchasingCost rdf:type owl:Class ; rdfs:subClassOf rm:Cost ; rdfs:comment "The purchasing cost of a building item."@en ; rdfs:label "Purchasing cost"@en . ### http://bimerr.iot.linkeddata.es/def/renovation-measures#RemovalCost rm:RemovalCost rdf:type owl:Class ; rdfs:subClassOf rm:Cost ; rdfs:comment "The removal cost of a building item."@en ; rdfs:label "Removal cost"@en . ### http://bimerr.iot.linkeddata.es/def/renovation-measures#RenewableMeasure rm:RenewableMeasure rdf:type owl:Class ; rdfs:subClassOf rm:RenovationMeasure ; rdfs:comment "Represents the action to replace a renewable building system or component. For example, the replacement of the solar panel."@en ; rdfs:label "Renewable measure"@en . ### http://bimerr.iot.linkeddata.es/def/renovation-measures#RenovationMeasure rm:RenovationMeasure rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty rm:affectedElement ; owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass building:Element ] , [ rdf:type owl:Restriction ; owl:onProperty rm:renovatedElement ; owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass building:Element ] , [ rdf:type owl:Restriction ; owl:onProperty qudt:unit ; owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass qudt:Unit ] , [ rdf:type owl:Restriction ; owl:onProperty rm:renovatedElement ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass building:Element ] , [ rdf:type owl:Restriction ; owl:onProperty qudt:unit ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass qudt:Unit ] , [ rdf:type owl:Restriction ; owl:onProperty rm:lifetime ; owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty rm:lifetime ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:integer ] ; rdfs:comment "A replacement activity of building elements involved within the context of a renovation project."@en ; rdfs:label "Renovation measure"@en . ### http://qudt.org/schema/qudt#Unit qudt:Unit rdf:type owl:Class ; rdfs:comment "A unit of measure, or unit, is a particular quantity value that has been chosen as a scale for measuring other quantities the same kind (more generally of equivalent dimension). For example, the meter is a quantity of length that has been rigorously defined and standardized by the BIPM (International Board of Weights and Measures). Any measurement of the length can be expressed as a number multiplied by the unit meter. More formally, the value of a physical quantity Q with respect to a unit (U) is expressed as the scalar multiple of a real number (n) and U, as \\\\(Q = nU\\\\)."@en ; rdfs:label "Unit"@en . ### http://schema.org#MonetaryAmount schema:MonetaryAmount rdf:type owl:Class ; rdfs:comment "A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between £1,000 and £1,000,000 GBP, or the value of a salary, etc."@en ; rdfs:label "Monetary amount"@en . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi