BHoM / RDF_Prototypes

Research project of the Cluster of Excellence "Integrative Computational Design and Construction for Architecture" (IntCDC) https://www.intcdc.uni-stuttgart.de/ **Project Name**: Knowledge Representation for Multi-Disciplinary Co-Design of Buildings. https://www.intcdc.uni-stuttgart.de/research/research-projects/rp-20/
GNU Lesser General Public License v3.0
9 stars 4 forks source link

TTL_Adapter: when the value of individual's properties in the ABox do not have a datatype assigned, assume it is of type `string` #110

Closed alelom closed 1 year ago

alelom commented 1 year ago

Description:

As requested by @DiellzaElshani , this is due to the fact that some external software (e.g. GraphDB) may export TTL that could in theory be read and converted by our TTL_Adapter. However, an implicit convention (can you specify the source of this if you find it? @DiellzaElshani ) says that if an A-Box individual's dataproperty does not have a datatype assigned, it should be interpreted as string.

We can support this by adding this assumption in the code.

Assigning hi priority as apparently this is urgent for the CAADFutures workshop.