data into RDF format also needs to be considered for
supporting related geometric processing and
applications in Semantic Web context. Currently,
most research mainly focuses on non-geometric data,
and the description of construction-related geometric
data in Semantic Web context is still a challenge and
the uniform or general recommendation has not been
achieved (Wagner et al. 2020). Hence, in the semantic
web context, the processing of geometry data
generally requires special attentions because diverse
geometry descriptions may be used in different
processing approaches based on specialized geometry
ontologies (McGlinn et al. 2019). Wagner et al.
(Wagner et al. 2020) summarized and analyzed
approaches of geometry descriptions in Semantic
Web context into four groups and evaluated the four
groups with six aspects: semantic expressivity,
flexibility, conciseness, simplicity, support,
portability and extensibility. In their evaluations, the
third group (using a Semantic Web approach for
linking and storing geometry descriptions and other
technologies for expressing geometry content and
structure) showed out the more advantages in six
aspects, in which Well-Known-Text(WKT) has been
the most widely used to express geometry data as
RDF literals (Wagner et al. 2020). WKT can
represent several geometric objects, such as Point,
MultiPoint, LineString, MultiLineString, Polygon,
MultiPolygon, etc. However, in this kind of
approaches, only some limited pre-existing WKT
expressions are used in Semantic Web context to
express the limited geometric data, because semantic
information will be lost when some WKT high order
expressions (e.g. MultiLineString, Polygon,
MultiPolygon) are introduced to express BIM
geometry data. For solving this issue, we propose an
improved approach for effective describing
geometric data in ifcOWL ontology through WKT.
This representation can not only take full advantage
of pre-existing WKT expressions to generate amore
concise semantic representation, but also reduce the
loss of semantic information. Our approach can be
considered as an initial endeavour to explore the use
of high order WKT to express building geometry data
in OWL/RDF-environments, and possibly as one of
feasible approaches for improving GIS and BIM
interoperability.
In this paper, we mainly focus on the improving
the representation of geometry data in ifcOWL
ontology. We introduce a new WKT representation
approach for BIM geometry data in ifcOWL
ontology. In the section 2, we briefly review the
related work about RDF representation approaches of
BIM geometry data in ifcOWL ontology. After that,
we analyze the possible semantic loss in WKT
representation with pre-existing WKT expressions in
section 3. For solving this problem, we also introduce
our approach in section 3. Section 4 shows our
analyses and discussions about our approach. Finally,
we make a brief conclusion in section 5.
2 RELATED WORK
For different engineering applications and geometric
representations, some novel geometry ontologies
have been developed. For example, Building
Topology Ontology (BOT) can capture the
topological logical information of a building structure
and elements (Rasmussen et al. 2017). The boundary
representation OntoBREP ontology can use a
mathematical model to describe geometric properties
of objects, including topological entities (e.g. solids,
shells, wires, edges) and geometric entities (e.g.
points, curves, surfaces) (Perzylo et al. 2015). The
GEOM ontology aims at capturing geometry from
different sources with minimal loss of expressiveness
(RDF.Ltd. 2012). In this paper, we only focus on
discussing the related research about geometry
representation in ifcOWL ontology.
Beetz et al. (Jakob Beetz 2007) pointed out that an
RDF representation of geometric information that
contained little semantic information was fairly
inefficient and provided little additional value when
it cannot be used in a logical inference/reasoning
process. The logic inference and semantic search
functionalities are important features provided by
OWL and desirable for AEC industry. So, the design
of RDF representation of geometric data is limited by
certain notations (e.g. compatible with Description
logics (DL)) or data types. For example, RDF terms
rdf:list - rdf:first - rdf:rest (Brickley and Guha 2014)
cannot be used in ifcOWL ontology to represent
ordered aggregation data types of BIM because the
generated ontology based on these RDF terms cannot
be used for logical inference (Pauwels et al. 2017).
In all data types for representing geometric
information, aggregation data types (e.g. ordered lists
of point in Cartesian point, ordered lists of Cartesian
points in polylines) are commonly adopted in IFC
schema. How to effectively represent these geometric
aggregate data types in OWL ontology has become
one of the main research challenges. Translating the
LIST data types in IFC schema into OWL expression
has been discussed by Pauwels et al. (Pauwels et al.
2017) and de Farias et al. (de Farias, Roxin, and
Nicolle 2015). In these translation approaches,
ordered lists or sequences have been received major