aggregates

This property is DEPRECATED, use bot:hasSubElement instead // ORIGINAL definition: Links an aggregate (a cluster of elements that can be treated as a single unit) to its sub-elements. For example an Air Handling Unit aggregates, among other elements, a fan and a filter. Example of how to use bot:aggregates in a product ontology: ``` product:Fan rdfs:subClassOf bot:Element . product:Filter rdfs:subClassOf bot:Element . product:hasFan rdfs:subPropertyOf bot:aggregates ; rdfs:range product:Fan . product:hasFilter rdfs:subPropertyOf product:aggregates ; rdfs:range product:Filter . product:AirHandlingUnit rdfs:subClassOf bot:Element ; rdfs:subClassOf [ owl:onProperty product:hasFan ; owl:someValuesFrom product:Fan ] ; rdfs:subClassOf [ owl:onProperty product:hasFilter ; owl:someValuesFrom product:Filter ] . ```

aggregates

This property is DEPRECATED, use bot:hasSubElement instead // ORIGINAL definition: Links an aggregate (a cluster of elements that can be treated as a single unit) to its sub-elements. For example an Air Handling Unit aggregates, among other elements, a fan and a filter. Example of how to use bot:aggregates in a product ontology: ``` product:Fan rdfs:subClassOf bot:Element . product:Filter rdfs:subClassOf bot:Element . product:hasFan rdfs:subPropertyOf bot:aggregates ; rdfs:range product:Fan . product:hasFilter rdfs:subPropertyOf product:aggregates ; rdfs:range product:Filter . product:AirHandlingUnit rdfs:subClassOf bot:Element ; rdfs:subClassOf [ owl:onProperty product:hasFan ; owl:someValuesFrom product:Fan ] ; rdfs:subClassOf [ owl:onProperty product:hasFilter ; owl:someValuesFrom product:Filter ] . ```