language en

Ontology for the representation of data centers

Release 2021-04-19

This version:
http://w3id.org/devops-infra/data-center/1.0.0
Revision:
First official version
Authors:
Oscar Corcho, (Ontology Engineering Group - Universidad Politécnica de Madrid)
Raúl Alcázar, (Ontology Engineering Group - Universidad Politécnica de Madrid)
David Chaves-Fraga, (Ontology Engineering Group - Universidad Politécnica de Madrid)
Jhon Toledo, (Ontology Engineering Group - Universidad Politécnica de Madrid)
Julián Arenas, (Ontology Engineering Group - Universidad Politécnica de Madrid)
Mingxue Wang, Huawei Research Ireland
Hu Peng, Huawei Research Ireland
Nicholas Burrett, Huawei Research Ireland
José Mora, Huawei Research Ireland
Puchao Zhang, Huawei Research Ireland
Publisher:
Ontology Engineering Group, (Universidad Politécnica de Madrid)
Imported Ontologies:
skos
devopscore
Download serialization:
JSON-LD RDF/XML N-Triples TTL
License:
https://creativecommons.org/licenses/by/4.0 License
Cite as:
Oscar Corcho, Raúl Alcazar, David Chaves-Fraga, Jhon Toledo, Julián Arenas, Mingxue Wang, Hu Peng, Nicholas Burrett, José Mora, Puchao Zhang. Ontology for the representation of data centers. Revision: First official version. Retrieved from: http://w3id.org/devops-infra/data-center
Provenance of this page
Ontology Specification

Abstract

This ontology has been created in the context of a collaboration between the Ontology Engineering Group and Huawei Research Ireland

Table of contents

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
devopsdc<http://w3id.org/devops-infra/data-center>
server<http://w3id.org/devops-infra/server>
owl<http://www.w3.org/2002/07/owl>
xsd<http://www.w3.org/2001/XMLSchema>
organisation<http://w3id.org/devops-infra/organisation>
skos<http://www.w3.org/2004/02/skos/core>
rdfs<http://www.w3.org/2000/01/rdf-schema>
kos<http://w3id.org/devops-infra/kos>
network<http://w3id.org/devops-infra/network>
core<http://w3id.org/devops-infra/core>
wgs84-pos<http://www.w3.org/2003/01/geo/wgs84_pos>
rdf<http://www.w3.org/1999/02/22-rdf-syntax-ns>
terms<http://purl.org/dc/terms>
devops-infra<http://w3id.org/devops-infra>
vann<http://purl.org/vocab/vann>
dc<http://purl.org/dc/elements/1.1>
hardware<http://w3id.org/devops-infra/hardware>

Ontology for the representation of data centers: Overview back to ToC

This ontology has the following classes and properties.

Classes

Object Properties

Data Properties

Named Individuals

Ontology for the representation of data centers: Description back to ToC

![Image](img/DataCenter.png)

Cross reference for Ontology for the representation of data centers classes, properties and dataproperties back to ToC

This section provides details for each class and property defined by Ontology for the representation of data centers.

Classes

Data Centerc back to ToC or Class ToC

IRI: http://w3id.org/devops-infra/data-center#DataCenter

A Data Center is a facility that centralizes an organization's shared IT operations and equipment for the purposes of storing, processing, and disseminating data and applications. Because they house an organization's most critical and proprietary assets, data centers are vital to the continuity of daily operations.

has super-classes
resource c
is in domain of
Linux primary data center IP address dp, Windows primary data center IP address dp, allows connection via op, cloud availability zone dp, cloud region dp, data center type op, host prefix dp, hosts op, located In op, located in site op, management IP address dp, network service provider IP address dp, network time protocol IP address dp, offers IP Address op, offers IP Network op, offers Network Segment op, primary data center IP address dp, primary data center hostname dp, supports op, vendor availability zone dp, vendor region dp
is in range of
in data center op

Data Center Connectionc back to ToC or Class ToC

IRI: http://w3id.org/devops-infra/data-center#DataCenterConnection

A Data Center Connection describes the details of connections that may be established to a data center, including the protocol used, bandwidth available, packet loss data and delay data.

has super-classes
resource c
is in domain of
connection type op
is in range of
allows connection via op

Locationc back to ToC or Class ToC

IRI: http://w3id.org/devops-infra/data-center#Location

A Location where a Data Center is placed. This may be substituted in the future by an equivalent class from a general ontology, such as schema.org

has super-classes
resource c
is in domain of
city dp, region dp, timezone dp
is in range of
located In op

Object Properties

allows connection viaop back to ToC or Object Property ToC

IRI: http://w3id.org/devops-infra/data-center#allowsConnectionVia

The Data Center can be connected through a Data Center Connection

has domain
Data Center c
has range
Data Center Connection c

connection typeop back to ToC or Object Property ToC

IRI: http://w3id.org/devops-infra/data-center#connectionType

The type of connection established to a Data Center. It can be MSTP (Multiple Spanning Tree Protocol), IPSecVPN, etc.

has domain
Data Center Connection c
has range
concept and (in scheme value connection type)

data center typeop back to ToC or Object Property ToC

IRI: http://w3id.org/devops-infra/data-center#dataCenterType

The type of a Data Center. For example, it may be and Internet Data Center (IDC) or a Virtual Data Center providing Infrastructure as a Service (IAAS).

has domain
Data Center c
has range
concept and (in scheme value data center type)

hostsop back to ToC or Object Property ToC

IRI: http://w3id.org/devops-infra/data-center#hosts

A Data Center may host a number of physical and logical items (frames, servers, service clusters, BGPAS, etc.)

has domain
Data Center c
has range
resource c or resource group c

in data centerop back to ToC or Object Property ToC

IRI: http://w3id.org/devops-infra/data-center#inDataCenter

Property used to relate any Resource (e.g, a Sever) with the Data Center where it is hosted

has range
Data Center c

located Inop back to ToC or Object Property ToC

IRI: http://w3id.org/devops-infra/data-center#locatedIn

The Data Center is placed in a Location, with a specific GPS position, city, region and timezone

has domain
Data Center c
has range
Location c

located in siteop back to ToC or Object Property ToC

IRI: http://w3id.org/devops-infra/data-center#locatedInSite

The Data Center is located in a Site

has domain
Data Center c
has range
site c

offers IP Addressop back to ToC or Object Property ToC

IRI: http://w3id.org/devops-infra/data-center#offersIPAddress

The Data Center offers IP Addresses to its customers

has domain
Data Center c
has range
i p address c

offers IP Networkop back to ToC or Object Property ToC

IRI: http://w3id.org/devops-infra/data-center#offersIPNetwork

The Data Center offers an IP Network to its customers

has domain
Data Center c
has range
i p network c

offers Network Segmentop back to ToC or Object Property ToC

IRI: http://w3id.org/devops-infra/data-center#offersNetworkSegment

The Data Center offers a Network Segment to its customers

has domain
Data Center c
has range
network segment c

supportsop back to ToC or Object Property ToC

IRI: http://w3id.org/devops-infra/data-center#supports

The Data Center may support specific resource requirements or capacity

has domain
Data Center c

Data Properties

citydp back to ToC or Data Property ToC

IRI: http://w3id.org/devops-infra/data-center#city

The city where a location is

has domain
Location c
has range
string

cloud availability zonedp back to ToC or Data Property ToC

IRI: http://w3id.org/devops-infra/data-center#cloudAvailabilityZone

The cloud availability zone for the Data Center

has domain
Data Center c
has range
string

cloud regiondp back to ToC or Data Property ToC

IRI: http://w3id.org/devops-infra/data-center#cloudRegion

The cloud region where the Data Center operates

has domain
Data Center c
has range
string

host prefixdp back to ToC or Data Property ToC

IRI: http://w3id.org/devops-infra/data-center#hostPrefix

The host prefix for the Data Center

has domain
Data Center c
has range
string

Linux primary data center IP addressdp back to ToC or Data Property ToC

IRI: http://w3id.org/devops-infra/data-center#linuxPrimaryDataCenterIP

The IP address of the Linux primary Data Center

has domain
Data Center c
has range
string

management IP addressdp back to ToC or Data Property ToC

IRI: http://w3id.org/devops-infra/data-center#managementIP

The IP address to manage the Data Center

has domain
Data Center c
has range
string

network service provider IP addressdp back to ToC or Data Property ToC

IRI: http://w3id.org/devops-infra/data-center#networkServiceProviderIP

The IP address of the Network Service Provider of the Data Center

has domain
Data Center c
has range
string

network time protocol IP addressdp back to ToC or Data Property ToC

IRI: http://w3id.org/devops-infra/data-center#networkTimeProtocolIP

The IP address of the Network Time Protocol used by the Data Center

has domain
Data Center c
has range
string

primary data center hostnamedp back to ToC or Data Property ToC

IRI: http://w3id.org/devops-infra/data-center#primaryDataCenterHostname

The hostname of the primary Data Center

has domain
Data Center c
has range
string

primary data center IP addressdp back to ToC or Data Property ToC

IRI: http://w3id.org/devops-infra/data-center#primaryDataCenterIP

The IP address of the primary Data Center

has domain
Data Center c
has range
string

regiondp back to ToC or Data Property ToC

IRI: http://w3id.org/devops-infra/data-center#region

The region where a location is

has domain
Location c
has range
string

timezonedp back to ToC or Data Property ToC

IRI: http://w3id.org/devops-infra/data-center#timezone

The timezone where a location is

has domain
Location c
has range
string

vendor availability zonedp back to ToC or Data Property ToC

IRI: http://w3id.org/devops-infra/data-center#vendorAvailabilityZone

The vendor availability zone for the Data Center

has domain
Data Center c
has range
string

vendor regiondp back to ToC or Data Property ToC

IRI: http://w3id.org/devops-infra/data-center#vendorRegion

The vendor region where the Data Center operates

has domain
Data Center c
has range
string

Windows primary data center IP addressdp back to ToC or Data Property ToC

IRI: http://w3id.org/devops-infra/data-center#windowsPrimaryDataCenterIP

The IP address of the Windows primary Data Center

has domain
Data Center c
has range
string

Named Individuals

connection typeni back to ToC or Named Individual ToC

IRI: http://w3id.org/devops-infra/kos/connection-type

belongs to
concept scheme

data center typeni back to ToC or Named Individual ToC

IRI: http://w3id.org/devops-infra/kos/data-center-type

belongs to
concept scheme

Legend back to ToC

c: Classes
op: Object Properties
dp: Data Properties
ni: Named Individuals

References back to ToC

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

Acknowledgements 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.