Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alignment to Google Digital Buildings Ontology? #84

Open
mathib opened this issue Jun 25, 2020 · 1 comment
Open

alignment to Google Digital Buildings Ontology? #84

mathib opened this issue Jun 25, 2020 · 1 comment

Comments

@mathib
Copy link
Member

mathib commented Jun 25, 2020

(this is just a reference note to the community to further look into alignments)

During LDAC2020, a presentation was given by Charbel Kaed from Google on their Digital Buildings Ontology (raw ontology on Github), mainly focusing on HVAC concepts but also containing some more generic building concepts. It might be worthwile to look into alignments opportunities to BOT, similar as has been done already for BRICK, SAREF4BUILDINGS, etc.

At first sight, the following mappings might be useful (should be checked in more detail):

<http://www.google.com/digitalbuildings/0.0.1#Equipment> rdfs:subClassOf bot:Element . # or schema:Product?
<http://www.google.com/digitalbuildings/0.0.1/facilities#PhysicalLocation> owl:equivalentClass bot:Zone .
<http://www.google.com/digitalbuildings/0.0.1/facilities#Building>  owl:equivalentClass bot:Building .
<http://www.google.com/digitalbuildings/0.0.1/facilities#Floor> owl:equivalentClass bot:Storey .
<http://www.google.com/digitalbuildings/0.0.1/facilities#Room> owl:equivalentClass bot:Space .
<http://www.google.com/digitalbuildings/0.0.1/hvac#Zone> rdfs:subClassOf bot:Zone . # hvacZone is no subclassof physicalLocation

<http://www.google.com/digitalbuildings/0.0.1#hasPhysicalLocation> owl:inverseOf bot:containsElement . # no rdfs:domain/range defined. Mapping based on usage in LDAC2020 presentation slide 9 (alternative: inverse of bot:hasElement)
<http://www.google.com/digitalbuildings/0.0.1#hasFloor> ??? #not enough documentation
<http://www.google.com/digitalbuildings/0.0.1#hasRoom> ??? #not enough documentation

The ontology will probably evolve over time, so we might need to keep an eye on it.

@mathib
Copy link
Member Author

mathib commented Mar 23, 2021

@GeorgFerdinandSchneider are you interested in this alignment? Were you already in contact with Charbel Kaed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant