Develop an alignment module between BOT ontology and BHoM
- Dominant language
- C#
- Stars
- 10
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
#### Description:
The Building Topology Ontology (BOT) is a minimal ontology for describing the core topological concepts of a building. [https://w3c-lbd-cg.github.io/bot/](url) .
Aligning it with BHoM objects would provide an overall schema how objects are related to each other.
A sample triple could be: _:IBHoM.Objects rdf:SubClass of bot:Element_
Further alignment should consider BOT classes and properties such as:
**Classes**: [bot:Building](https://w3c-lbd-cg.github.io/bot/#Building) , [bot:Element](https://w3c-lbd-cg.github.io/bot/#Element) , [bot:Interface](https://w3c-lbd-cg.github.io/bot/#Interface) , [bot:Site](https://w3c-lbd-cg.github.io/bot/#Site) , [bot:Space](https://w3c-lbd-cg.github.io/bot/#Space) , [bot:Storey](https://w3c-lbd-cg.github.io/bot/#Storey) , [bot:Zone](https://w3c-lbd-cg.github.io/bot/#Zone)
**Object Properties**: [bot:adjacentElement](https://w3c-lbd-cg.github.io/bot/#adjacentElement) , [bot:adjacentZone](https://w3c-lbd-cg.github.io/bot/#adjacentZone) , [bot:containsElement](https://w3c-lbd-cg.github.io/bot/#containsElement) , [bot:containsZone](https://w3c-lbd-cg.github.io/bot/#containsZone) , [bot:interfaceOf](https://w3c-lbd-cg.github.io/bot/#interfaceOf) , [bot:intersectingElement](https://w3c-lbd-cg.github.io/bot/#intersectingElement) , [bot:intersectsZone](https://w3c-lbd-cg.github.io/bot/#intersectsZone) , [bot:has3DModel](https://w3c-lbd-cg.github.io/bot/#has3DModel) , [bot:hasBuilding](https://w3c-lbd-cg.github.io/bot/#hasBuilding) , [bot:hasElement](https://w3c-lbd-cg.github.io/bot/#hasElement) , [bot:hasSubElement](https://w3c-lbd-cg.github.io/bot/#hasSubElement) , [bot:hasSpace](https://w3c-lbd-cg.github.io/bot/#hasSpace) , [bot:hasStorey](https://w3c-lbd-cg.github.io/bot/#hasStorey) , [bot:hasZeroPoint](https://w3c-lbd-cg.github.io/bot/#hasZeroPoint)
**Datatype Properties**: [bot:hasSimple3DModel](https://w3c-lbd-cg.github.io/bot/#hasSimple3DModel)
Contributor guide
Assessment
This issue has not been assessed yet.