language en

Neighborhood Energy Ontology

This version:
https://sanderdemeij.github.io/neo/
Latest version:
https://sanderdemeij.github.io/neo/
Authors:
Sander R. de Meij
Contributors:
Alex J.A. Donkers
Dujuan Yang
Matthijs Klepper
Cite as:
de Meij, S.R., Donkers, A.J.A., Yang, D., Klepper, M. (2023). Making Urban Energy Use More Intelligible Using Semantic Digital Twins

Ontology Specification Draft

Abstract

An ontology for describing larger scale urban elements and their properties. The ontology is mostly focussed on capturing urban energy related data, however, other urban data can also be captured.

Introduction back to ToC

This is a place holder text for the introduction. The introduction should briefly describe the ontology, its motivation, state of the art and goals.

Namespace declarations

Table 1: Namespaces used in the document
neo<https://sanderdemeij.github.io/neo/>
schema<https://schema.org>
bop<https://w3id.org/bop>
owl<http://www.w3.org/2002/07/owl>
rdf<http://www.w3.org/1999/02/22-rdf-syntax-ns>
xml<http://www.w3.org/XML/1998/namespace>
xsd<http://www.w3.org/2001/XMLSchema>
rdfs<http://www.w3.org/2000/01/rdf-schema>
vann<http://purl.org/vocab/vann>
dc<http://purl.org/dc/elements/1.1>

Neighborhood Energy Ontology: Overview back to ToC

This ontology has the following classes and properties.

Classes

Cross-reference for Neighborhood Energy Ontology classes, object properties and data properties back to ToC

This section provides details for each class and property defined by Neighborhood Energy Ontology.

Classes

building propertyc back to ToC or Class ToC

IRI: https://sanderdemeij.github.io/neo/BuildingProperty

Property related to the buildings of an (urban) area or feature of interest.
has super-classes
property c
is disjoint with
energy use c, neighborhood property c, user property c

electricity usec back to ToC or Class ToC

IRI: https://sanderdemeij.github.io/neo/ElectricityUse

Electricity use of a specific urban element.
has super-classes
energy use c
is disjoint with
gas use c

energy usec back to ToC or Class ToC

IRI: https://sanderdemeij.github.io/neo/EnergyUse

Energy use of any type of a specific urban element.
has super-classes
property c
has sub-classes
electricity use c, gas use c
is disjoint with
building property c, neighborhood property c, user property c

gas usec back to ToC or Class ToC

IRI: https://sanderdemeij.github.io/neo/GasUse

Gas use of a specific urban element.
has super-classes
energy use c
is disjoint with
electricity use c

neighborhoodc back to ToC or Class ToC

IRI: https://sanderdemeij.github.io/neo/Neighborhood

Any area defined on an urban scale, which contains other urban areas or features of interest.
has super-classes
zone c

neighborhood propertyc back to ToC or Class ToC

IRI: https://sanderdemeij.github.io/neo/NeighborhoodProperty

Property related to the urban area itself.
has super-classes
property c
is disjoint with
building property c, energy use c, user property c

user propertyc back to ToC or Class ToC

IRI: https://sanderdemeij.github.io/neo/UserProperty

Property related to the users of an (urban) area or feature of interest.
has super-classes
property c
is disjoint with
building property c, energy use c, neighborhood property c

Legend back to ToC

c: Classes

References back to ToC

Add your references here. It is recommended to have them as a list.

Acknowledgments back to ToC

The authors would like to thank Silvio Peroni for developing LODE, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and Daniel Garijo for developing Widoco, the program used to create the template used in this documentation.