w3c-lbd-cg / bot

Building Topology Ontology
https://w3id.org/bot
53 stars 15 forks source link

update definition of bot:interfaceOf #67

Closed mathib closed 4 years ago

mathib commented 4 years ago

bot:interfaceOf has no rdfs:range or schema:rangeIncludes defined, while the definition states:

Relationship between an interface and an adjacent zone or element.

Therefore, I would propose to add the annotation triples bot:interfaceOf schema:rangeIncludes bot:Element , bot:Zone . to the definition

maximelefrancois86 commented 4 years ago

+1

GeorgFerdinandSchneider commented 4 years ago

+1

GeorgFerdinandSchneider commented 4 years ago

As of https://github.com/w3c-lbd-cg/bot/issues/71#issuecomment-630941587 from discussion in W3C LBD CG TelCo on 19 May 2020 the definition of interface of ia agreed to be changed to:

Relationship between an interface and another thing (building zone, element or owl:Thing)

In addition the property should be annotated with

bot:interfaceOf schema:rangeIncludes bot:Element , bot:Zone .

where owl:Thing is implicitly in the range of the objectproperty.

With schema:rangeIncludes defined as a a rdf:Property in <http://meta.schema.org> , schema:rangeIncludes should be added as an owl:AnnotationProperty.

mathib commented 4 years ago

@GeorgFerdinandSchneider: Just noticed that bot:interfaceOf schema:rangeIncludes bot:Element , bot:Zone . is not yet in the BOT ontology? Should this issue be reopened?