language en

The BIM4Ren intervention ontology

This version:
https://models.bim4ren.eu/core/intervention/0.1
Contributors:
Nathalie Charbel
Pierre Bourreau
Download serialization:
JSON-LD RDF/XML N-Triples TTL
License:
http://insertlicenseURIhere.org
Visualization:
Visualize with WebVowl
Cite as:
The BIM4Ren intervention ontology. Retrieved from: https://models.bim4ren.eu/core/intervention/0.1
Provenance of this page
Ontology Specification Draft

Abstract

The intervention ontology is part of the BIM4Ren project. It belongs to the core layer, and is used to model changes performed on the building and its different components during the building lifecycle. Through this ontology, a history of the evolution of the building can be modelled.

Introduction back to ToC

This is a place holder text for the introduction. The introduction should briefly describe the ontology, its motivation, state of the art and goals.

Namespace declarations

Table 1: Namespaces used in the document
[Ontology NS Prefix]<https://models.bim4ren.eu/core/intervention>
core<https://models.bim4ren.eu/core>
owl<http://www.w3.org/2002/07/owl>
rdf<http://www.w3.org/1999/02/22-rdf-syntax-ns>
terms<http://purl.org/dc/terms>
xsd<http://www.w3.org/2001/XMLSchema>
rdfs<http://www.w3.org/2000/01/rdf-schema>

The BIM4Ren intervention ontology: Overview back to ToC

This ontology has the following classes and properties.

Classes

Object Properties

Annotation Properties

The BIM4Ren intervention ontology: Description back to ToC

This is a placeholder text for the description of your ontology. The description should include an explanation and a diagram explaining how the classes are related, examples of usage, etc.

Cross reference for The BIM4Ren intervention ontology classes, properties and dataproperties back to ToC

This section provides details for each class and property defined by The BIM4Ren intervention ontology.

Classes

checkingc back to ToC or Class ToC

IRI: https://models.bim4ren.eu/core/intervention#Checking

A revision of some elements of the building. Some examples are: energy, accoustic audits, boiler manadatory check...
has super-classes
event c

elementc back to ToC or Class ToC

IRI: https://models.bim4ren.eu/core/intervention#Element

The element concerned by the intervention.
is in domain of
associated events op
is in range of
performed on op
is disjoint with
event c, organization c

eventc back to ToC or Class ToC

IRI: https://models.bim4ren.eu/core/intervention#Event

An intervention event. It is characterized by the elements impacted by the intervention, the date of the intervention, and the person/organization who performed the intervention.
has super-classes
has sub-classes
checking c, installation c, repair c
is in domain of
performed by op, performed on op
is in range of
associated events op, performed op
is disjoint with
element c, organization c

installationc back to ToC or Class ToC

IRI: https://models.bim4ren.eu/core/intervention#Installation

Installation of the product/element. Includes a change (for instance, replacement of all radiators), or the installation of a bran new system (for instance, external insulation).
has super-classes
event c

repairc back to ToC or Class ToC

IRI: https://models.bim4ren.eu/core/intervention#Repair

Maintenance of an already installed elements. Can include change of parameters for HVAC systems or change of part of the elements.
has super-classes
event c

Object Properties

associated eventsop back to ToC or Object Property ToC

IRI: https://models.bim4ren.eu/core/intervention#associatedEvents

has domain
element c
has range
event c
is inverse of
performed on op

performedop back to ToC or Object Property ToC

IRI: https://models.bim4ren.eu/core/intervention#performed

has domain
organization c
has range
event c
is inverse of
performed by op

performed byop back to ToC or Object Property ToC

IRI: https://models.bim4ren.eu/core/intervention#performedBy

has domain
event c
has range
organization c
is inverse of
performed op

performed onop back to ToC or Object Property ToC

IRI: https://models.bim4ren.eu/core/intervention#performedOn

has domain
event c
has range
element c
is inverse of
associated events op

Annotation Properties

contributorap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/contributor

descriptionap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/description

titleap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/terms/title

Legend back to ToC

c: Classes
op: Object Properties
dp: Data Properties
ni: Named Individuals

References back to ToC

Add your references here. It is recommended to have them as a list.

Acknowledgments back to ToC

The authors would like to thank Silvio Peroni for developing LODE, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and Daniel Garijo for developing Widoco, the program used to create the template used in this documentation.