The Building Topology Ontology (BOT)

IRI:
https://w3id.org/bot#
Version IRI:
https://w3id.org/bot/0.3.1
Other visualisation:
Ontology source

Table of Content

  1. Classes
  2. Object Properties
  3. Data Properties
  4. Named Individuals
  5. Annotation Properties
  6. Namespace Declarations

Classes

Buildingc back to ToC or Class ToC

IRI: https://w3id.org/bot#Building

is defined by
https://w3id.org/bot#
An independent unit of the built environment with a characteristic spatial structure, intended to serve at least one function or user activity [ISO 12006-2:2013]
has super-classes
Zonec
is in range of
has buildingop
is disjoint with
Sitec, Spacec, Storeyc

Building elementc back to ToC or Class ToC

IRI: https://w3id.org/bot#Element

is defined by
https://w3id.org/bot#
Constituent of a construction entity with a characteristic technical function, form or position [12006-2, 3.4.7]
is in domain of
has sub-elementop
is in range of
has elementop, has sub-elementop
is disjoint with
Interfacec, Zonec

Interfacec back to ToC or Class ToC

IRI: https://w3id.org/bot#Interface

is defined by
https://w3id.org/bot#
An interface is the surface where two building elements, two zones or a building element and a zone meet. It can be used for qualification of the connection between the two. A use case could be qualification of the heat transmission area between a zone and a wall covering several zones.
is in domain of
interface ofop
is disjoint with
Building elementc, Zonec

Sitec back to ToC or Class ToC

IRI: https://w3id.org/bot#Site

is defined by
https://w3id.org/bot#
Area containing one or more buildings.
has super-classes
Zonec
is in domain of
has zero pointop
is disjoint with
Buildingc, Spacec, Storeyc

Spacec back to ToC or Class ToC

IRI: https://w3id.org/bot#Space

is defined by
https://w3id.org/bot#
A part of the physical world or a virtual world whose 3D spatial extent is bounded actually or theoretically, and provides for certain functions within the zone it is contained in.
has super-classes
Zonec
is in range of
has spaceop
is disjoint with
Buildingc, Sitec, Storeyc

Storeyc back to ToC or Class ToC

IRI: https://w3id.org/bot#Storey

is defined by
https://w3id.org/bot#
A level part of a building
has super-classes
Zonec
is in range of
has storeyop
is disjoint with
Buildingc, Sitec, Spacec

Zonec back to ToC or Class ToC

IRI: https://w3id.org/bot#Zone

is defined by
https://w3id.org/bot#
A part of the physical world or a virtual world that is inherently both located in this world and having a 3D spatial extent; Sub-classes of bot:Zone include bot:Site, bot:Building, bot:Storey, or bot:Space. An instance of bot:Zone can contain other bot:Zone instances, making it possible to group or subdivide zones. An instance of bot:Zone can be adjacent to other bot:Zone instances. Finally, a bot:Zone can instantiate two relations to bot:Element, which are either contained in (bot:containsElement), or adjacent to it (bot:adjacentElement).
has sub-classes
Buildingc, Sitec, Spacec, Storeyc
is in domain of
adjacent zoneop, contains zoneop, has buildingop, has elementop, has spaceop, has storeyop, intersects zoneop
is in range of
adjacent zoneop, contains zoneop, intersects zoneop
is disjoint with
Building elementc, Interfacec

Object Properties

adjacent elementop back to ToC or Object Property ToC

IRI: https://w3id.org/bot#adjacentElement

is defined by
https://w3id.org/bot#
Relation between a zone and its adjacent building elements, bounding the zone.
has super-properties
has elementop

adjacent zoneop back to ToC or Object Property ToC

IRI: https://w3id.org/bot#adjacentZone

is defined by
https://w3id.org/bot#
Relationship between two zones that share a common interface, but do not intersect.

has characteristics: symmetric

has domain
Zonec
has range
Zonec

contains elementop back to ToC or Object Property ToC

IRI: https://w3id.org/bot#containsElement

is defined by
https://w3id.org/bot#
Relation to a building element contained in a zone.
has super-properties
has elementop
has sub-property chains
contains zoneop o contains elementop

contains zoneop back to ToC or Object Property ToC

IRI: https://w3id.org/bot#containsZone

is defined by
https://w3id.org/bot#
Relationship to the subzones of a major zone. A space zone could for instance be contained in a storey zone which is further contained in a building zone. bot:containsZone is a transitive property. This implies that in the previous example a bot:containsZone relationship holds between the space zone and the building zone.

has characteristics: transitive

has sub-properties
has buildingop, has spaceop, has storeyop
has domain
Zonec
has range
Zonec

has 3D Modelop back to ToC or Object Property ToC

IRI: https://w3id.org/bot#has3DModel

is defined by
https://w3id.org/bot#
Links any bot:Zone or bot:Element to a IRI that identifies its 3D Model. This 3D Model can then be described using some dedicated RDF vocabulary. Else, the 3D Model IRI could be dereferenceable, and when looking up the IRI one could retrieve a representation of the 3D Model with some existing data format for 3D models.

has buildingop back to ToC or Object Property ToC

IRI: https://w3id.org/bot#hasBuilding

is defined by
https://w3id.org/bot#
Relation to buildings contained in a zone. The typical domains of bot:hasBuilding are instances of bot:Site.
has super-properties
contains zoneop
has domain
Zonec
has range
Buildingc

has elementop back to ToC or Object Property ToC

IRI: https://w3id.org/bot#hasElement

is defined by
https://w3id.org/bot#
Links a Zone to an Element that is either contained in or adjacent to, the Zone. The intended use of this relationship is not to be stated explicitly, but to be inferred from its sub-properties. It will, for example, allow one to query for all the doors of a building given that they have an adjacency to spaces of the building.
has sub-properties
adjacent elementop, contains elementop, intersecting elementop
has domain
Zonec
has range
Building elementc
has sub-property chains
contains zoneop o has elementop

has spaceop back to ToC or Object Property ToC

IRI: https://w3id.org/bot#hasSpace

is defined by
https://w3id.org/bot#
Relation to spaces contained in a zone. The typical domains of bot:hasSpace are instances of bot:Storey and bot:Building.
has super-properties
contains zoneop
has domain
Zonec
has range
Spacec

has storeyop back to ToC or Object Property ToC

IRI: https://w3id.org/bot#hasStorey

is defined by
https://w3id.org/bot#
Relation to storeys contained in a zone. The typical domains of bot:hasStorey are instances of bot:Building.
has super-properties
contains zoneop
has domain
Zonec
has range
Storeyc

has sub-elementop back to ToC or Object Property ToC

IRI: https://w3id.org/bot#hasSubElement

is defined by
https://w3id.org/bot#
Relation between an element a) and another element b) hosted by element a)

has zero pointop back to ToC or Object Property ToC

IRI: https://w3id.org/bot#hasZeroPoint

is defined by
https://w3id.org/bot#
Links a bot:Site to an instance that encodes the latitude and longitude of the Zero Point of the building site. This could be an instance of a wgs84:Point. The definition of GIS and geometry is not within the scope of BOT and an appropriate ontology needs to be selected here by the user. The use of this property is potentially ambiguous and it might be removed or revised in future editions of the ontology.
has domain
Sitec

interface ofop back to ToC or Object Property ToC

IRI: https://w3id.org/bot#interfaceOf

is defined by
https://w3id.org/bot#
Relationship between an interface and an adjacent zone or element.
has domain
Interfacec

intersecting elementop back to ToC or Object Property ToC

IRI: https://w3id.org/bot#intersectingElement

is defined by
https://w3id.org/bot#
Relation between a Zone and a building Element that intersects it.
has super-properties
has elementop

intersects zoneop back to ToC or Object Property ToC

IRI: https://w3id.org/bot#intersectsZone

is defined by
https://w3id.org/bot#
Relationship between two zones whose 3D extent intersect. For example, a stairwell intersects different storeys.

has characteristics: symmetric

has domain
Zonec
has range
Zonec

Data Properties

has Simple 3D Modeldp back to ToC or Data Property ToC

IRI: https://w3id.org/bot#hasSimple3DModel

is defined by
https://w3id.org/bot#
Links any bot:Zone or bot:Element to a 3D Model encoded as a literal.

Named Individuals

0000 0002 2033 859 xni back to ToC or Named Individual ToC

IRI: https://orcid.org/0000-0002-2033-859X

belongs to
personc
has facts
namedp "Georg Ferdinand Schneider"

:ni back to ToC or Named Individual ToC

IRI: https://w3id.org/bot#

Current version:
0.3.1
Previous version:
https://w3id.org/bot/0.3.0 (visualise it with LODE)
belongs to
vocabularyc

http://maxime-lefrancois.info/me#ni back to ToC or Named Individual ToC

IRI: http://maxime-lefrancois.info/me#

belongs to
personc
has facts
namedp "Maxime Lefrançois"

Annotation Properties

contributorap back to ToC or Annotation Property ToC

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

creatorap back to ToC or Annotation Property ToC

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

descriptionap back to ToC or Annotation Property ToC

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

domain includesap back to ToC or Annotation Property ToC

IRI: http://schema.org/domainIncludes

issuedap back to ToC or Annotation Property ToC

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

licenseap back to ToC or Annotation Property ToC

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

modifiedap back to ToC or Annotation Property ToC

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

preferred namespace prefixap back to ToC or Annotation Property ToC

IRI: http://purl.org/vocab/vann/preferredNamespacePrefix

preferred namespace uriap back to ToC or Annotation Property ToC

IRI: http://purl.org/vocab/vann/preferredNamespaceUri

range includesap back to ToC or Annotation Property ToC

IRI: http://schema.org/rangeIncludes

term statusap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2003/06/sw-vocab-status/ns#term_status

titleap back to ToC or Annotation Property ToC

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

Namespace Declarations back to ToC

default namespace
https://w3id.org/bot#
bot
https://w3id.org/bot/
foaf
http://xmlns.com/foaf/0.1/
issues
https://github.com/w3c-lbd-cg/bot/issues/
jc3-2017
https://doi.org/10.24928/JC3-2017/
ns
http://www.w3.org/2003/06/sw-vocab-status/ns#
orcid-org
https://orcid.org/
owl
http://www.w3.org/2002/07/owl#
publication
https://www.researchgate.net/publication/
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
schema
http://schema.org/
terms
http://purl.org/dc/terms/
vann
http://purl.org/vocab/vann/
voaf
http://purl.org/vocommons/voaf#
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni.