The IT Asset Management ontology (ITAM) provides a standardized vocabulary for modeling the IT Asset Management domain. It defines classes, properties, and relationships to represent IT assets, their attributes, and their interconnections within the IT Asset Management framework. The ontology facilitates consistent description and organization of IT asset data, ensuring interoperability and data integration. It captures the essential elements and semantic relationships necessary to represent the structure, behavior, and metadata of IT assets. By utilizing an IT Asset Management ontology, organizations can achieve benefits such as consistency, interoperability, automated processes, and advanced analytics on IT asset data. The ontology serves as a foundational framework that enhances the understanding, management, and utilization of IT assets, enabling effective tracking, control, and analysis of IT resources and configurations.

Introduction

The IT Asset Management ontology outlined herein is a comprehensive framework designed to standardize the representation, organization, and description of IT assets within the IT Asset Management domain. This formal specification document serves to elucidate the core components, relationships, and objectives of the IT Asset Management ontology. It provides a structured vocabulary facilitating the consistent modeling and comprehension of IT assets, their attributes, and interconnections within the broader IT management landscape.

Background

The IT Asset Management ontology arises from the imperative to establish a unified structure for representing IT assets and their associated metadata. Traditionally, the diversity in IT systems and the absence of standardized terminologies have impeded effective data integration and interoperability. Consequently, this ontology emerged as a response to bridge these gaps by defining a coherent set of classes, properties, and relationships to encapsulate the essence of IT assets and their contextual associations within the IT Asset Management ecosystem.

Objective

The primary objective of this IT Asset Management ontology is to establish a common, well-defined vocabulary that enables a consistent representation of IT assets and their interdependencies. It aims to streamline the interpretation and management of IT resources within the IT Asset Management domain, fostering improved data integration, automated processes, and advanced analytical capabilities. By providing a structured framework, the ontology endeavors to facilitate standardized communication, enhance collaboration, and support the exchange of IT asset information across diverse IT systems and stakeholders.

Audience

This formal specification document is intended for a diverse audience encompassing IT professionals, data architects, system administrators, and stakeholders engaged in IT asset management. It caters to individuals involved in the design, implementation, and utilization of IT Asset Management systems, aiming to provide a comprehensive understanding of the IT Asset Management ontology's structure, purpose, and benefits. Moreover, this document serves as a foundational resource for developers, researchers, and practitioners seeking to integrate, extend, or comprehend the underlying structure of IT asset data within various IT environments.

Related work

This specification document does not describe the related work for the ontology.

Overview

Description

## **Description** The IT Asset Management (ITAM) ontology provides a structured framework to represent and manage information about IT assets, including hardware, software, and related configurations. It defines concepts, classes, properties and shapes to describe assets, their lifecycle, suppliers, users, contacts, and owners. ITAM models these assets as objects of information technology (e.g. a laptop) that add business value to an organization. It employs a resource-record design pattern to represent the object itself and a time bound registration of that very object. ### **Design pattern** The following example illustrates the resource-record design pattern, as well as other aspects of the model like role allocations, activities, and more.


#### **Asset and AssetRecord** The ITAM ontology adopts a resource-record design pattern, in which a `resource` represents a real-world object that may or may not be an asset to an organization. Each resource is associated with at least one record that describes the object. As resources can change over time, records can be replaced with new ones to reflect the current state of the resource, ensuring accurate and up-to-date information. The pattern consists of the following important itam classes: ``` Object ├── Asset └── InformationTechnology ObjectRecord ├── AssetRecord └── InformationTechnologyRecord ``` An object that adds business value to an organization and is some form of information technology can be represented as an `itam:Asset` and as belonging to a corresponding subclass of `itam:InformationTechnology`, e.g. itam:Laptop. The corresponding record is represented as an `itam:AssetRecord`, and a subclass of itam:InformationTechnologyRecord. Each record should be typed with the correct record class, e.g. itam:LaptopRecord. The pattern also reuses other existing ontologies, including [Friend of a Friend](http://xmlns.com/foaf/0.1/), [Dublin Core](http://purl.org/dc/terms/) and [PROV](https://www.w3.org/ns/prov#.). ``` foaf:primaryTopic dct:replaces dct:isReplacedBy prov:wasGeneratedBy ``` The `foaf:primaryTopic` is used to indicate the resource that is described by the record. `dct:replaces`/`dct:isReplacedBy` are inverse properties, used to indicate the succesion of records. `prov:wasGeneratedBy` can be used to define the origin of the record. This design pattern is illustrated in the example above. The example can be stripped down to the given properties, relations and classes (ignoring other required properties, such as `skos:prefLabel`) for clarification:


#### **Role allocations** Within ITAM, different agents (Persons or Organizations) can adopt different roles, facilitated by classes and properties from the W3C Organization Ontology. Here we use the property `itam:hasRoleAllocation` to provide information about those roles. Each role allocation refers to a `org:Membership` class. In this membership, it is possible to provide information about the role. The `org:role` property is used to define what role it concerns. `org:member` is used to declare which person or group of persons fulfills that role. Besides these two properties it is possible to provide additional information about the membership, such as an interval on which an agent has fullfilled the given role, using `org:memberDuring`, or the organization which acknowledges the role to the given agent using `org:organization`. This pattern allows the user to define their own roles, and add more information to the `org:Membership` based on the needs of the user. The example below shows an example of a membership that allocates a role of `concept:BusinessUser` to `person:JaneDoe`.


#### **MAC-Addresses** ITAM makes use of a separate class to model MAC-adresses, since it is possible for a device to have different MAC-adresses for different link protocols. A MAC-address is linked using `itam:hasMacAddress` to an instance of `itam:MacAddress`. The `itam:MacAddress` can have a value assigned using `rdf:value`. The corresponding link protocol is linked using `itam:hasLinkProtocol`, and links to a `skos:Concept`. An example of a `itam:MacAddress` instance is shown below.


#### **External-Identifier** ITAM includes a separate class to model external identifiers, enabling the linking of assets to an external application. The External Identifier can be used to represent the identifier of an asset within some external application. An Asset Record refers to an external identifier using `itam:ExternalIdentifier`. An external Identifier uses Dublin Core to provide information about the identifier, namely using `dct:identifier` to store the value of the identifier and `dct:source` to store the value of the identifier. This pattern allows for flexibility and makes it possible to identify the same asset in multiple applications. The example below illustrates a possible external identifier.


Full example

Visualisation

A visualisation of the ontology

main model

hardware

software

Namespace

Prefixes and namespaces used in this specification
PrefixNamespace
NEN-ISO-IEC-19770-1-2018https://www.nen.nl/nen-iso-iec-19770-1-2018-en-242016/
concepthttps://itam.rijksoverheid.nl/model/concept/
dcthttp://purl.org/dc/terms/
foafhttp://xmlns.com/foaf/0.1/
itamhttps://itam.rijksoverheid.nl/model/def/
owlhttp://www.w3.org/2002/07/owl#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfshttp://www.w3.org/2000/01/rdf-schema#
schemehttps://itam.rijksoverheid.nl/model/scheme/
shphttps://itam.rijksoverheid.nl/model/shp/
skoshttp://www.w3.org/2004/02/skos/core#
statushttp://purl.org/adms/status/
vannhttp://purl.org/vocab/vann/
voidhttp://rdfs.org/ns/void#
xsdhttp://www.w3.org/2001/XMLSchema#

Serialisation

A serialisation of the ontology in Turtle-format (*.ttl) can be found here.

Current issues

Issue can automatically be populated from GitHub

Definition

Concepts

[=Concepts/scheme:AccrualStatus=]

Label: accrual status

IRI: https://itam.rijksoverheid.nl/model/scheme/AccrualStatus


Status value for record processing of an IT asset.

[=Concepts/scheme:AssetStatus=]

Label: asset status

IRI: https://itam.rijksoverheid.nl/model/scheme/AssetStatus


Status value for an IT asset.

[=Concepts/scheme:ITAM=]

Label: Scheme with terms and definitions for IT asset management

IRI: https://itam.rijksoverheid.nl/model/scheme/ITAM


The itam asset scheme specifies the terms and definitions for IT asset management (ITAM).

[=Concepts/scheme:LinkProtocol=]

Label: link protocol

IRI: https://itam.rijksoverheid.nl/model/scheme/LinkProtocol


A scheme representing protocols used in the data link layer of network communication, enabling devices to establish and maintain connections for data transfer.

[=Concepts/scheme:Stakeholder=]

Label: asset stakeholder

IRI: https://itam.rijksoverheid.nl/model/scheme/Stakeholder


The stakeholder for an IT asset.

[=Concepts/concept:Active=]

Label: active


Status indicating that an IT asset is active in use.

[=Concepts/concept:AdapterCable=]

Label: adapter cable


Cables designed to adapt one type of connection to another. Examples include USB-to-HDMI adapters and fiber-to-ethernet adapters.

[=Concepts/concept:AdapterCableRecord=]

Label: record: adapter cable


A record of an adapter cable.

[=Concepts/concept:Application=]

Label: application


System for collecting, saving, processing, and presenting data by means of a computer.

[=Concepts/concept:ApplicationRecord=]

Label: record: application


A record of an application.

[=Concepts/concept:Approved=]

Label: approved


Status indicating that an IT asset is approved.

[=Concepts/concept:Asset=]

Label: asset


Item, thing or entity that has potential or actual value to an organization.

[=Concepts/concept:AssetRecord=]

Label: asset record


A record of an asset that captures the state and characteristics of that asset.

[=Concepts/concept:AudioCable=]

Label: audio cable


Cables used to transmit audio signals between devices, such as speakers or recording equipment.

[=Concepts/concept:AudioCableRecord=]

Label: record: audio cable


A record of an audio cable.

[=Concepts/concept:AudioVideoCable=]

Label: audio and video cable


Cables used to transmit audio and video signals between devices.

[=Concepts/concept:AudioVideoCableRecord=]

Label: record: audio and video cable


A record of an audio- and video cable.

[=Concepts/concept:AutomaticTransferSwitch=]

Label: automatic transfer switch


An automatic transfer switch is a device that automatically transfers a power supply from its primary source to a backup source when it senses a failure or outage in the primary source.

[=Concepts/concept:AutomaticTransferSwitchRecord=]

Label: record: automatic transfer switch


A record of an automatic transfer switch.

[=Concepts/concept:Bluetooth=]

Label: bluetooth


A wireless link protocol designed for short-range communication between devices, typically within 10 meters, used for data exchange and device interconnection.

[=Concepts/concept:BusinessContact=]

Label: business contact


The contact person or organization for an IT asset.

[=Concepts/concept:BusinessOwner=]

Label: business owner


The business owner of the IT asset.

[=Concepts/concept:BusinessUser=]

Label: business user


The business user of the IT asset.

[=Concepts/concept:Cable=]

Label: cable


A cable is a conductive cord or bundle of wires, encased in insulating material, used to transmit electrical signals or power between devices.

[=Concepts/concept:CableRecord=]

Label: record: cable


A record of a cable.

[=Concepts/concept:Camera=]

Label: camera


A device used to capture still images or video by recording light reflected from objects through a lens.

[=Concepts/concept:CameraRecord=]

Label: record: camera


A record of a camera.

[=Concepts/concept:Closed=]

Label: closed


Status indicating that no more additional records will (or are expected to) be added to the asset.

[=Concepts/concept:ComputingDevice=]

Label: computing device


Functional unit that can perform substantial computations, including numerous arithmetic operations and logic operations without human intervention.

[=Concepts/concept:ComputingDeviceRecord=]

Label: record: computing device


A record of a computer device.

[=Concepts/concept:ConsoleServer=]

Label: console server


A console server is a physical network device that provides remote access to the serial console ports of network equipment, allowing out-of-band management even when the main network is unavailable.

[=Concepts/concept:ConsoleServerRecord=]

Label: record: console server


A record of a console server.

[=Concepts/concept:Container=]

Label: container


Software that encapsulates an application and its dependencies, enabling consistent deployment across various operating environments and their operating systems.

[=Concepts/concept:ContainerRecord=]

Label: record: container


A record of a container.

[=Concepts/concept:Contract=]

Label: contract


Binding agreement between two parties, especially enforceable by law, or a similar internal agreement wholly within an organization.

[=Concepts/concept:ContractRecord=]

Label: record: contract


A record of a contract.

[=Concepts/concept:DataCable=]

Label: data cable


Cables designed to transfer digital or analog data between devices, ensuring communication for computing, networking, or multimedia purposes. Examples include Ethernet cables, USB cables, and HDMI cables.

[=Concepts/concept:DataCableRecord=]

Label: record: data cable


A record of a data cable.

[=Concepts/concept:Database=]

Label: database


Collection of interrelated data stored together in one or more computerized files.

[=Concepts/concept:DatabaseManagementSystem=]

Label: database management system


A software system for organizing and managing structured data.

[=Concepts/concept:DatabaseManagementSystemRecord=]

Label: record: database management system


A record of a database management system.

[=Concepts/concept:DatabaseRecord=]

Label: record: database


A record of a database.

[=Concepts/concept:Defective=]

Label: defective


Status indicating that an IT asset is defective.

[=Concepts/concept:Deliverable=]

Label: deliverable


Status indicating that an IT asset is deliverable.

[=Concepts/concept:Desktop=]

Label: desktop


A personal computer designed to be used at a desk or workstation.

[=Concepts/concept:DesktopRecord=]

Label: record: desktop


A record of a desktop.

[=Concepts/concept:Developer=]

Label: developer


The developer of the IT asset.

[=Concepts/concept:DeviceDriver=]

Label: device driver


A device driver is a type of system software that enables an operating system to communicate with a hardware device. It provides the necessary instructions for the OS to control the hardware, ensuring the device functions correctly. Examples include printer drivers, graphics card drivers, and network adapter drivers.

[=Concepts/concept:DeviceDriverRecord=]

Label: record: device driver


A record of a device driver.

[=Concepts/concept:DigitalInformationContent=]

Label: digital information content


Files or other digital entities with information content, not considered software.

[=Concepts/concept:DigitalInformationContentRecord=]

Label: record: digital information content


A record of digital information content.

[=Concepts/concept:DigitalResource=]

Label: digital resource


A resource expressed electronically in a digital format.

[=Concepts/concept:DigitalResourceRecord=]

Label: record: digital resource


A record of a digital resource.

[=Concepts/concept:EndUser=]

Label: end user


The end user of the IT asset.

[=Concepts/concept:Ethernet=]

Label: ethernet


A link protocol used for local area networks (LANs), providing high-speed and reliable communication between devices via cables.

[=Concepts/concept:ExecutableSoftware=]

Label: executable software


Program that processes digital information.

[=Concepts/concept:ExecutableSoftwareRecord=]

Label: record: executable software


A record of executable software.

[=Concepts/concept:ExecutionEnvironment=]

Label: execution environment


An execution environment offers the logical context within which software can be run.

[=Concepts/concept:ExecutionEnvironmentRecord=]

Label: record: operating environment


A record of an operating environment.

[=Concepts/concept:ExternalIdentifier=]

Label: external identifier


A string used in an external application to identify the IT asset.

[=Concepts/concept:Firewall=]

Label: firewall


A security device that monitors and controls incoming and outgoing network traffic.

[=Concepts/concept:FirewallRecord=]

Label: record: firewall


A record of a firewall.

[=Concepts/concept:Firmware=]

Label: firmware


Firmware is low-level software embedded directly into a hardware device. It provides essential control and operational instructions for the hardware to perform its basic tasks. Unlike device drivers, firmware resides in non-volatile memory within the hardware itself and operates independently of the operating system. Examples include BIOS/UEFI in computers or the control software in printers and SSDs.

[=Concepts/concept:FirmwareRecord=]

Label: record: firmware


A record of a firmware.

[=Concepts/concept:FunctionalAdministrator=]

Label: functional administrator


The functional administrator of the IT asset.

[=Concepts/concept:GraphicsTablet=]

Label: graphics tablet


A flat device with a stylus or pen used to create digital art or input precise graphical information, offering pressure sensitivity and natural motion.

[=Concepts/concept:GraphicsTabletRecord=]

Label: record: graphics tablet


A record of a graphics tablet.

[=Concepts/concept:Hardware=]

Label: hardware


physical equipment used to process, store, or transmit computer programs or data.

[=Concepts/concept:HardwareLoadBalancer=]

Label: hardware load balancer


A hardware device that distributes network or application traffic across multiple servers.

[=Concepts/concept:HardwareLoadBalancerRecord=]

Label: record: hardware load balancer


A record of a hardware load balancer.

[=Concepts/concept:HardwareRecord=]

Label: record: hardware


A record of hardware.

[=Concepts/concept:HardwareSecurityModule=]

Label: hardware security module


A hardware security module (HSM) is a physical computing device that safeguards and manages secrets (most importantly digital keys), and performs encryption and decryption functions for digital signatures, strong authentication and other cryptographic functions.

[=Concepts/concept:HardwareSecurityModuleRecord=]

Label: record: hardware security module


A record of a hardware security module.

[=Concepts/concept:HardwareSessionBorderController=]

Label: session border controller


A session border controller (SBC) is a physical network device that secures and manages VoIP and multimedia traffic at the edge of a network.

[=Concepts/concept:HardwareSessionBorderControllerRecord=]

Label: record: session border controller


A record of a hardware session border controller.

[=Concepts/concept:HardwareToken=]

Label: hardware token


A device that produces a token to gain access to an electronically restricted resource.

[=Concepts/concept:HardwareTokenRecord=]

Label: record: hardware token


A record of a hardware token.

[=Concepts/concept:Hypervisor=]

Label: hypervisor


Software that creates and manages virtual machines, allowing multiple operating systems to run on a single physical machine simultaneously.

[=Concepts/concept:HypervisorRecord=]

Label: record: hypervisor


A record of a hypervisor.

[=Concepts/concept:InRepair=]

Label: in repair


Status indicating that an IT asset is in repair.

[=Concepts/concept:InStock=]

Label: in stock


Status indicating that an IT asset is currently available in stock but not in use.

[=Concepts/concept:InformationSecurityOfficer=]

Label: information security officer


The information security officer of the IT asset.

[=Concepts/concept:InformationTechnology=]

Label: information technology


development, maintenance, and use of technology to acquire, process, store and distribute digital information.

[=Concepts/concept:InformationTechnologyAsset=]

Label: IT asset


item, thing, or entity that can be used to acquire, process, store and distribute digital information and has potential or actual value to an organization.

[=Concepts/concept:InformationTechnologyRecord=]

Label: record: information technology


A record of information technology.

[=Concepts/concept:InkCartridge=]

Label: ink cartridge


An ink cartridge is a type of printer cartridge specifically designed for inkjet printers. It contains liquid ink, often in separate reservoirs for different colors, and is used to produce high-quality images and text by spraying small droplets of ink onto the paper.

[=Concepts/concept:InkCartridgeRecord=]

Label: record: ink cartridge


A record of a ink cartridge.

[=Concepts/concept:InternalCable=]

Label: internal cable


Cables used within devices to connect internal components, such as storage drives, power supplies, or motherboards. Examples include SATA cables, ribbon cables, and power supply unit (PSU) cables.

[=Concepts/concept:InternalCableRecord=]

Label: record: internal cable


A record of an internal cable.

[=Concepts/concept:KeyUser=]

Label: key user


The key user of the IT asset.

[=Concepts/concept:Keyboard=]

Label: keyboard


An input device consisting of keys that correspond to letters, numbers, and functions, enabling text input and command execution on a computer.

[=Concepts/concept:KeyboardRecord=]

Label: record: keyboard


A record of a keyboard.

[=Concepts/concept:Laptop=]

Label: laptop


A portable computer that is small and lightweight, designed for mobile use.

[=Concepts/concept:LaptopRecord=]

Label: record: laptop


A record of a laptop.

[=Concepts/concept:License=]

Label: license


Legal agreement between two parties, the licensor and the licensee, as to the terms and conditions for the use or transfer of an intellectual property right from the licensor to the licensee.

[=Concepts/concept:LicenseRecord=]

Label: record: license


A record of a license.

[=Concepts/concept:Location=]

Label: location


The location of the IT asset. A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.

[=Concepts/concept:Microphone=]

Label: microphone


A device that captures sound waves and converts them into electrical signals for recording, communication, or amplification.

[=Concepts/concept:MicrophoneRecord=]

Label: record: microphone


A record of a microphone.

[=Concepts/concept:Middleware=]

Label: middleware


Software layer between an operating system and the software applications.

[=Concepts/concept:MiddlewareRecord=]

Label: record: middleware


A record of a middleware.

[=Concepts/concept:Missing=]

Label: missing


Status indicating that an IT asset is missing.

[=Concepts/concept:MobilePhone=]

Label: mobile phone


A portable telephone that can make and receive calls over a cellular network.

[=Concepts/concept:MobilePhoneRecord=]

Label: record: mobile phone


A record of a mobile phone.

[=Concepts/concept:Monitor=]

Label: monitor


A visual output device that displays information from a computer.

[=Concepts/concept:MonitorRecord=]

Label: record: monitor


A record of a monitor.

[=Concepts/concept:Mouse=]

Label: mouse


A handheld pointing device used to interact with a computer interface by controlling a cursor and selecting or manipulating objects on the screen.

[=Concepts/concept:MouseRecord=]

Label: record: mouse


A record of a mouse.

[=Concepts/concept:NetworkDevice=]

Label: network device


A network device is a device that is required for communication and interaction between devices on a computer network.

[=Concepts/concept:NetworkDeviceRecord=]

Label: record: network device


A record of a network device.

[=Concepts/concept:Non-ExecutableSoftware=]

Label: non-executable software


Software to control or support executable software.

[=Concepts/concept:Non-ExecutableSoftwareRecord=]

Label: record: non-executable software


A record of non-executable software.

[=Concepts/concept:Object=]

Label: object


Item, thing or entity.

[=Concepts/concept:ObjectRecord=]

Label: object record


A record of an object that captures the state and characteristics of that object.

[=Concepts/concept:Offline=]

Label: offline


Status indicating that an IT asset is not currently active, connected, or reachable within the network or system.

[=Concepts/concept:Open=]

Label: open


Status indicating that additional records will (or are expected to) be added to the asset.

[=Concepts/concept:OperatingSystem=]

Label: operating system


A software system that manages computer hardware and provides common services for other software.

[=Concepts/concept:OperatingSystemRecord=]

Label: record: operating system


A record of an operating system.

[=Concepts/concept:Ordered=]

Label: ordered


Status indicating that an IT asset is ordered.

[=Concepts/concept:PeripheralDevice=]

Label: peripheral device


Auxiliary hardware device that a computer uses to transfer information externally. A peripheral is a hardware component that is accessible to and controlled by a computer but is not a core component of the computer.

[=Concepts/concept:PeripheralDeviceRecord=]

Label: record: peripheral device


A record of a peripheral device.

[=Concepts/concept:PersonalComputingDevice=]

Label: personal computing device


A computing device designed for individual use.

[=Concepts/concept:PersonalComputingDeviceRecord=]

Label: record: personal computing device


A record of a computer device.

[=Concepts/concept:Planned=]

Label: planned


Status indicating that an IT asset is planned.

[=Concepts/concept:PlannedRetirement=]

Label: planned retirement


Status indicating that an IT asset is planned to be retired.

[=Concepts/concept:PowerCable=]

Label: power cable


Cables designed to deliver electrical power from a power source to devices, enabling them to operate. Examples include AC power cables, DC power cables, and charging cables.

[=Concepts/concept:PowerCableRecord=]

Label: record: power cable


A record of a power cable.

[=Concepts/concept:PrimaryStorageDevice=]

Label: primary storage device


A primary storage device is a type of storage directly accessible by the central processing unit (CPU) of a computer, used to store data and instructions that are actively being processed, such as RAM.

[=Concepts/concept:PrimaryStorageDeviceRecord=]

Label: record: primary storage device


A record of a primary storage device.

[=Concepts/concept:Printer=]

Label: printer


A device that produces physical copies of documents or images.

[=Concepts/concept:PrinterCartridge=]

Label: printer cartridge


A printer cartridge is a replaceable component of a printer that contains the materials used to produce text and images on paper. This can include ink, toner, or other substances, depending on the type of printer. Printer cartridges are essential for the printing process, providing the medium that transfers the image or text onto the substrate.

[=Concepts/concept:PrinterCartridgeRecord=]

Label: record: printer cartridge


A record of a printer cartridge.

[=Concepts/concept:PrinterRecord=]

Label: record: printer


A record of a printer.

[=Concepts/concept:Recalled=]

Label: recalled


Status indicating that an IT asset is recalled.

[=Concepts/concept:Requested=]

Label: requested


Status indicating that an IT asset is requested.

[=Concepts/concept:Reserved=]

Label: reserved


Status indicating that an IT asset is reserved.

[=Concepts/concept:Retired=]

Label: retired


Status indicating that an IT asset is retired.

[=Concepts/concept:Returned=]

Label: returned


Status indicating that an IT asset is returned.

[=Concepts/concept:Role=]

Label: role


A role that a stakeholder holds in relation to a IT asset.

[=Concepts/concept:Router=]

Label: router


A networking device that forwards data packets between computer networks.

[=Concepts/concept:RouterRecord=]

Label: record: router


A record of a router.

[=Concepts/concept:Scanner=]

Label: scanner


A device that converts physical documents, images, or objects into digital format by capturing their content through light sensors.

[=Concepts/concept:ScannerRecord=]

Label: record: scanner


A record of a scanner.

[=Concepts/concept:SecondaryStorageDevice=]

Label: secondary storage device


A secondary storage device is a hardware component or medium used for non-volatile storage of data, typically for long-term use, such as hard drives, SSDs, and USB flash drives.

[=Concepts/concept:SecondaryStorageDeviceRecord=]

Label: record: secondary storage device


A record of a secondary storage device.

[=Concepts/concept:Sensor=]

Label: sensor


A device which detects or measures a physical property and records, indicates, or otherwise responds to it.

[=Concepts/concept:SensorRecord=]

Label: record: sensor


A record of a sensor.

[=Concepts/concept:Server=]

Label: server


A computer system that provides services or resources to other computers, known as clients.

[=Concepts/concept:ServerRecord=]

Label: record: server


A record of a server.

[=Concepts/concept:Service=]

Label: service


Means of delivering value for the customer by facilitating results the customer wants to achieve.

[=Concepts/concept:ServiceRecord=]

Label: record: service


A record of a service.

[=Concepts/concept:SimCard=]

Label: SIM Card


A physical card that stores data for identifying and authenticating subscribers on mobile devices.

[=Concepts/concept:SimCardRecord=]

Label: record: SIM card


A record of a SIM card.

[=Concepts/concept:Smartwatch=]

Label: smartwatch


a mobile device with a touchscreen display, designed to be worn on the wrist.

[=Concepts/concept:SmartwatchRecord=]

Label: record: smartwatch


a mobile device with a touchscreen display, designed to be worn on the wrist.

[=Concepts/concept:Software=]

Label: software


all or part of the programs which process or support the processing of digital information.

[=Concepts/concept:SoftwareRecord=]

Label: record: software


A record of software.

[=Concepts/concept:SourceCode=]

Label: source code


Computer instructions and data definitions expressed in a form suitable for input to an assembler, compiler, or other translator.

[=Concepts/concept:Staged=]

Label: staged


Status indicating that an IT asset is staged.

[=Concepts/concept:StorageDevice=]

Label: storage device


A storage device is a hardware component or medium used to store digital data and information, either temporarily or permanently, for access and retrieval by a computing device.

[=Concepts/concept:StorageDeviceRecord=]

Label: record: storage device


A record of a storage device.

[=Concepts/concept:Supplier=]

Label: supplier


The supplier of the IT asset.

[=Concepts/concept:SupplierContact=]

Label: supplier contact


The contact of a supplier for an IT asset.

[=Concepts/concept:Support=]

Label: support


The support context of the IT asset.

[=Concepts/concept:SupportOperator=]

Label: support operator


The support operator of a supplier for an IT asset.

[=Concepts/concept:SupportingHardware=]

Label: supporting hardware


An auxiliary component that is not directly or actively involved in the processing, storage, or transmission of information, but that enhances the functionality, connectivity, or ease of use of computer and networking equipment. It has no or only limited computational capabilities and data storage.

[=Concepts/concept:SupportingHardwareRecord=]

Label: record: supporting hardware


A record of supporting hardware.

[=Concepts/concept:Switch=]

Label: switch


A networking device that connects devices within a computer network.

[=Concepts/concept:SwitchRecord=]

Label: record: switch


A record of a switch.

[=Concepts/concept:SystemSoftware=]

Label: system software


Software designed to facilitate the operation and maintenance of a computer system and its associated programs.

[=Concepts/concept:SystemSoftwareRecord=]

Label: record: system software


A record of system software.

[=Concepts/concept:Tablet=]

Label: tablet


A portable computing device with a touch screen, typically featuring a mobile operating system.

[=Concepts/concept:TabletRecord=]

Label: record: tablet


A record of a tablet.

[=Concepts/concept:TechnicalAdministrator=]

Label: technical administrator


The technical administrator of the IT asset.

[=Concepts/concept:TechnicalOwner=]

Label: technical owner


The technical owner of the IT asset.

[=Concepts/concept:TertiaryStorageDevice=]

Label: tertiary storage device


A tertiary storage device is a type of storage used primarily for archiving and backup purposes, often involving slower access times, such as tape drives and optical discs.

[=Concepts/concept:TertiaryStorageDeviceRecord=]

Label: record: tertiary storage device


A record of a tertiary storage device.

[=Concepts/concept:ThinClient=]

Label: thin client


A lightweight computer or software application that relies on a central server for processing.

[=Concepts/concept:ThinClientRecord=]

Label: record: thin client


A record of a thin client.

[=Concepts/concept:TonerCartridge=]

Label: toner cartridge


A toner cartridge is a type of printer cartridge used in laser printers. It contains a fine, powdered toner that is fused onto the paper using heat and pressure to create durable, high-resolution text and images.

[=Concepts/concept:TonerCartridgeRecord=]

Label: record: toner cartridge


A record of a toner cartridge.

[=Concepts/concept:Touchpad=]

Label: touchpad


A flat, touch-sensitive surface enabling cursor movement and gesture-based controls.

[=Concepts/concept:TouchpadRecord=]

Label: record: touchpad


A record of a touchpad.

[=Concepts/concept:Trackball=]

Label: trackball


A stationary pointing device featuring a large ball that can be rotated to move the cursor, often used in specialized applications or limited space setups.

[=Concepts/concept:TrackballRecord=]

Label: record: trackball


A record of a trackball.

[=Concepts/concept:Unknown=]

Label: unknown


Status indicating that it is unknown whether additional records will (or are expected to) be added to the asset.

[=Concepts/concept:VideoCable=]

Label: video cable


Cables used to transmit video signals between devices, such as displays, or computer screens. Examples include HDMI cables and auxiliary cables.

[=Concepts/concept:VideoCableRecord=]

Label: record: video cable


A record of a video cable record.

[=Concepts/concept:VirtualDesktop=]

Label: virtual desktop


Software that operates as if it were a separate physical desktop computer.

[=Concepts/concept:VirtualDesktopRecord=]

Label: record: virtual desktop


A record of a virtual desktop.

[=Concepts/concept:VirtualMachine=]

Label: virtual machine


Software that operates as if it were a separate physical computer.

[=Concepts/concept:VirtualMachineRecord=]

Label: record: virtual machine


A record of a virtual machine.

[=Concepts/concept:VirtualServer=]

Label: virtual server


Software that operates as if it were a separate physical server.

[=Concepts/concept:VirtualServerRecord=]

Label: record: virtual server


A record of a virtual server.

[=Concepts/concept:WearableDevice=]

Label: wearable device


a mobile device designed to be worn on the body.

[=Concepts/concept:WearableDeviceRecord=]

Label: record: wearable device


A record of a wearable device.

[=Concepts/concept:Wifi=]

Label: wifi


A wireless link protocol that allows devices to connect to a local area network (LAN) or the internet using radio waves, enabling mobility and flexibility.

Classes

itam:AccrualStatus

Label: accrual status

Status value for record processing of an IT asset.

itam:AdapterCable

Label: adapter cable

Cables designed to adapt one type of connection to another. Examples include USB-to-HDMI adapters and fiber-to-ethernet adapters.

itam:AdapterCableRecord

Label: record: adapter cable

A record of an adapter cable.

itam:Application

Label: application

system for collecting, saving, processing, and presenting data by means of a computer.

itam:ApplicationRecord

Label: record: application

A record of an application.

itam:Asset

Label: asset

Item, thing or entity that has potential or actual value to an organization.

itam:AssetRecord

Label: asset record

A record of an asset that captures its state and its characteristics.

itam:AssetStatus

Label: asset status

The status of the IT asset.

itam:AudioCable

Label: audio cable

Cables used to transmit audio signals between devices, such as speakers or recording equipment.

itam:AudioCableRecord

Label: record: audio cable

A record of an audio cable.

itam:AudioVideoCable

Label: audio and video cable

Cables used to transmit audio and video signals between devices.

itam:AudioVideoCableRecord

Label: record: audio and video cable

A record of an audio- and video cable.

itam:AutomaticTransferSwitch

Label: automatic transfer switch

An automatic transfer switch is a device that automatically transfers a power supply from its primary source to a backup source when it senses a failure or outage in the primary source.

itam:AutomaticTransferSwitchRecord

Label: record: automatic transfer switch

A record of an automatic transfer switch.

itam:Cable

Label: cable

A cable is a conductive cord or bundle of wires, encased in insulating material, used to transmit electrical signals or power between devices.

itam:CableRecord

Label: record: cable

A record of a cable.

itam:Camera

Label: camera

A device used to capture still images or video by recording light reflected from objects through a lens.

itam:CameraRecord

Label: record: camera

A record of a camera.

itam:ComputingDevice

Label: computing device

Functional unit that can perform substantial computations, including numerous arithmetic operations and logic operations without human intervention.

itam:ComputingDeviceRecord

Label: record: computing device

A record of a computing device.

itam:ConsoleServer

Label: console server

A console server is a physical network device that provides remote access to the serial console ports of network equipment, allowing out-of-band management even when the main network is unavailable.

itam:ConsoleServerRecord

Label: record: console server

A record of a console server.

itam:Container

Label: container

Software that encapsulates an application and its dependencies, enabling consistent deployment across various operating environments and their operating systems.

itam:ContainerRecord

Label: record: container

A record of a container.

itam:Contract

Label: contract

Binding agreement between two parties, especially enforceable by law, or a similar internal agreement wholly within an organization.

itam:ContractRecord

Label: record: contract

A record of a contract.

itam:DataCable

Label: data cable

Cables designed to transfer digital or analog data between devices, ensuring communication for computing, networking, or multimedia purposes. Examples include Ethernet cables, USB cables, and HDMI cables.

itam:DataCableRecord

Label: record: data cable

A record of a data cable.

itam:Database

Label: database

Collection of interrelated data stored together in one or more computerized files.

itam:DatabaseManagementSystem

Label: database management system

A software system for organizing and managing structured data.

itam:DatabaseManagementSystemRecord

Label: record: database management system

A record of a database management system.

itam:DatabaseRecord

Label: record: database

A record of a database.

itam:Desktop

Label: desktop

A personal computer designed to be used at a desk or workstation.

itam:DesktopRecord

Label: record: desktop

A record of a desktop.

itam:DeviceDriver

Label: device driver

A device driver is a type of system software that enables an operating system to communicate with a hardware device. It provides the necessary instructions for the OS to control the hardware, ensuring the device functions correctly. Examples include printer drivers, graphics card drivers, and network adapter drivers.

itam:DeviceDriverRecord

Label: record: device driver

A record of a device driver.

itam:DigitalInformationContent

Label: Digital information content

Files or other digital entities with information content, not considered software.

itam:DigitalInformationContentRecord

Label: record: digital information content

A record of digital information content.

itam:DigitalResource

Label: digital resource

Resource expressed electronically in a digital format.

itam:DigitalResourceRecord

Label: record: digital resource

A record of a digital resource.

itam:ExecutableSoftware

Label: executable software

Program that processes digital information.

itam:ExecutableSoftwareRecord

Label: record: executable software

A record of executable software.

itam:ExecutionEnvironment

Label: execution environment

An execution environment offers the logical context within which software can be run.

itam:ExecutionEnvironmentRecord

Label: record: operating environment

A record of an operating environment.

itam:ExternalIdentifier

Label: external identifier

A string used in an external application to identify the IT asset.

itam:Firewall

Label: firewall

A security device that monitors and controls incoming and outgoing network traffic.

itam:FirewallRecord

Label: record: firewall

A record of a firewall.

itam:Firmware

Label: firmware

Firmware is low-level software embedded directly into a hardware device. It provides essential control and operational instructions for the hardware to perform its basic tasks. Unlike device drivers, firmware resides in non-volatile memory within the hardware itself and operates independently of the operating system. Examples include BIOS/UEFI in computers or the control software in printers and SSDs.

itam:FirmwareRecord

Label: record: firmware

A record of a firmware.

itam:GraphicsTablet

Label: graphics tablet

A flat device with a stylus or pen used to create digital art or input precise graphical information, offering pressure sensitivity and natural motion.

itam:GraphicsTabletRecord

Label: record: graphics tablet

A record of a graphics tablet.

itam:Hardware

Label: hardware

Physical equipment used to process, store, or transmit computer programs or data.

itam:HardwareLoadBalancer

Label: hardware load balancer

A hardware device that distributes network or application traffic across multiple servers.

itam:HardwareLoadBalancerRecord

Label: record: hardware load balancer

A record of a hardware load balancer.

itam:HardwareRecord

Label: record: hardware

A record of hardware.

itam:HardwareSecurityModule

Label: hardware security module

A hardware security module (HSM) is a physical computing device that safeguards and manages secrets (most importantly digital keys), and performs encryption and decryption functions for digital signatures, strong authentication and other cryptographic functions.

itam:HardwareSecurityModuleRecord

Label: record: hardware security module

A record of a hardware security module.

itam:HardwareSessionBorderController

Label: session border controller

A session border controller (SBC) is a physical network device that secures and manages VoIP and multimedia traffic at the edge of a network.

itam:HardwareSessionBorderControllerRecord

Label: record: session border controller

A record of a hardware session border controller.

itam:HardwareToken

Label: hardware token

A device that produces a token to gain access to an electronically restricted resource.

itam:HardwareTokenRecord

Label: record: hardware token

A record of a hardware token.

itam:Hypervisor

Label: hypervisor

Software that creates and manages virtual machines, allowing multiple operating systems to run on a single physical machine simultaneously.

itam:HypervisorRecord

Label: record: hypervisor

A record of a hypervisor.

itam:InformationTechnology

Label: information technology

Development, maintenance, and use of technology to acquire, process, store and distribute digital information.

itam:InformationTechnologyAsset

Label: IT asset

Item, thing, or entity that can be used to acquire, process, store and distribute digital information and has potential or actual value to an organization.

itam:InformationTechnologyRecord

Label: record: information technology

A record of information technology.

itam:InkCartridge

Label: ink cartridge

An ink cartridge is a type of printer cartridge specifically designed for inkjet printers. It contains liquid ink, often in separate reservoirs for different colors, and is used to produce high-quality images and text by spraying small droplets of ink onto the paper.

itam:InkCartridgeRecord

Label: record: ink cartridge

A record of a ink cartridge.

itam:InternalCable

Label: internal cable

Cables used within devices to connect internal components, such as storage drives, power supplies, or motherboards. Examples include SATA cables, ribbon cables, and power supply unit (PSU) cables.

itam:InternalCableRecord

Label: record: internal cable

A record of an internal cable.

itam:Keyboard

Label: keyboard

An input device consisting of keys that correspond to letters, numbers, and functions, enabling text input and command execution on a computer.

itam:KeyboardRecord

Label: record: keyboard

A record of a keyboard.

itam:Laptop

Label: laptop

A portable computer that is small and lightweight, designed for mobile use.

itam:LaptopRecord

Label: record: laptop

A record of a laptop.

itam:License

Label: license

Legal agreement between two parties, the licensor and the licensee, as to the terms and conditions for the use or transfer of an intellectual property right from the licensor to the licensee.

itam:LicenseRecord

Label: record: license

A record of a license.

itam:LifeCyclePlanning

Label: lifecycle planning

The planning of the life cycle of the IT asset.

itam:LinkProtocol

Label: link protocol

A scheme representing protocols used in the data link layer of network communication, enabling devices to establish and maintain connections for data transfer.

itam:Location

Label: location

The location of the IT asset. A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.

itam:MacAddress

Label: MAC address

A MAC address (short for medium access control address or media access control address) is a unique identifier for use as a network address of an IT asset in communications within a network segment.

itam:Microphone

Label: microphone

A device that captures sound waves and converts them into electrical signals for recording, communication, or amplification.

itam:MicrophoneRecord

Label: record: microphone

A record of a microphone.

itam:Middleware

Label: middleware

Software layer between an operating system and the software applications.

itam:MiddlewareRecord

Label: record: middleware

A record of a middleware.

itam:MobilePhone

Label: mobile phone

A portable telephone that can make and receive calls over a cellular network.

itam:MobilePhoneRecord

Label: record: mobile phone

A record of a mobile phone.

itam:Monitor

Label: monitor

A visual output device that displays information from a computer.

itam:MonitorRecord

Label: record: monitor

A record of a monitor.

itam:Mouse

Label: mouse

A handheld pointing device used to interact with a computer interface by controlling a cursor and selecting or manipulating objects on the screen.

itam:MouseRecord

Label: record: mouse

A record of a mouse.

itam:NetworkDevice

Label: network device

A network entity is a device within a network.

itam:NetworkDeviceRecord

Label: record: network device

A record of a network device.

itam:Non-ExecutableSoftware

Label: non-executable software

Software to control or support executable software.

itam:Non-ExecutableSoftwareRecord

Label: record: non-executable software

A record of non-executable software.

itam:Object

Label: object

Item, thing or entity.

itam:ObjectRecord

Label: object record

A record of an object that captures the state and characteristics of that object.

itam:OperatingSystem

Label: operating system

A software system that manages computer hardware and provides common services for other software.

itam:OperatingSystemRecord

Label: record: operating system

A record of an operating system.

itam:PeripheralDevice

Label: peripheral device

Auxiliary hardware device that a computer uses to transfer information externally. A peripheral is a hardware component that is accessible to and controlled by a computer but is not a core component of the computer.

itam:PeripheralDeviceRecord

Label: record: peripheral device

A record of a peripheral device.

itam:PersonalComputingDevice

Label: personal computing device

A computing device designed for individual use.

itam:PersonalComputingDeviceRecord

Label: record: personal computing device

A record of a personal computing device.

itam:PowerCable

Label: power cable

Cables designed to deliver electrical power from a power source to devices, enabling them to operate. Examples include AC power cables, DC power cables, and charging cables.

itam:PowerCableRecord

Label: record: power cable

A record of a power cable.

itam:PrimaryStorageDevice

Label: primary storage device

A primary storage device is a type of storage directly accessible by the central processing unit (CPU) of a computer, used to store data and instructions that are actively being processed, such as RAM.

itam:PrimaryStorageDeviceRecord

Label: record: primary storage device

A record of a primary storage device.

itam:Printer

Label: printer

A device that produces physical copies of documents or images.

itam:PrinterCartridge

Label: printer cartridge

A printer cartridge is a replaceable component of a printer that contains the materials used to produce text and images on paper. This can include ink, toner, or other substances, depending on the type of printer. Printer cartridges are essential for the printing process, providing the medium that transfers the image or text onto the substrate.

itam:PrinterCartridgeRecord

Label: record: printer cartridge

A record of a printer cartridge.

itam:PrinterRecord

Label: record: printer

A record of a printer.

itam:Router

Label: router

A networking device that forwards data packets between computer networks.

itam:RouterRecord

Label: record: router

A record of a router.

itam:Scanner

Label: scanner

A device that converts physical documents, images, or objects into digital format by capturing their content through light sensors.

itam:ScannerRecord

Label: record: scanner

A record of a scanner.

itam:SecondaryStorageDevice

Label: secondary storage device

A secondary storage device is a hardware component or medium used for non-volatile storage of data, typically for long-term use, such as hard drives, SSDs, and USB flash drives.

itam:SecondaryStorageDeviceRecord

Label: record: secondary storage device

A record of a secondary storage device.

itam:Sensor

Label: sensor

A device which detects or measures a physical property and records, indicates, or otherwise responds to it.

itam:SensorRecord

Label: record: sensor

A record of a sensor.

itam:Server

Label: server

A computer system that provides services or resources to other computers, known as clients.

itam:ServerRecord

Label: record: server

A record of a server.

itam:Service

Label: service

Means of delivering value for the customer by facilitating results the customer wants to achieve.

itam:ServiceRecord

Label: record: service

A record of a service.

itam:SimCard

Label: SIM Card

A physical card that stores data for identifying and authenticating subscribers on mobile devices.

itam:SimCardRecord

Label: record: SIM card

A record of a SIM card.

itam:Smartwatch

Label: smart watch

a mobile device with a touchscreen display, designed to be worn on the wrist.

itam:SmartwatchRecord

Label: record: smartwatch

A record of a smart watch.

itam:Software

Label: software

all or part of the programs which process or support the processing of digital information.

itam:SoftwareRecord

Label: record: software

A record of software.

itam:SourceCode

Label: source code

Computer instructions and data definitions expressed in a form suitable for input to an assembler, compiler, or other translator.

itam:StorageDevice

Label: storage device

A storage device is a hardware component or medium used to store digital data and information, either temporarily or permanently, for access and retrieval by a computing device.

itam:StorageDeviceRecord

Label: record: storage device

A record of a storage device.

itam:Supplier

Label: supplier

The supplier of the IT asset.

itam:Support

Label: support

The support context of the IT asset.

itam:SupportingHardware

Label: supporting hardware

An auxiliary component that is not directly or actively involved in the processing, storage, or transmission of information, but that enhances the functionality, connectivity, or ease of use of computer and networking equipment. It has no or only limited computational capabilities and data storage.

itam:SupportingHardwareRecord

Label: record: supporting hardware

A record of supporting hardware.

itam:Switch

Label: switch

A networking device that connects devices within a computer network.

itam:SwitchRecord

Label: record: switch

A record of a switch.

itam:SystemSoftware

Label: system software

Software designed to facilitate the operation and maintenance of a computer system and its associated programs.

itam:SystemSoftwareRecord

Label: record: system software

A record of system software.

itam:Tablet

Label: tablet

A portable computing device with a touch screen, typically featuring a mobile operating system.

itam:TabletRecord

Label: record: tablet

A record of a tablet.

itam:TertiaryStorageDevice

Label: tertiary storage device

A tertiary storage device is a type of storage used primarily for archiving and backup purposes, often involving slower access times, such as tape drives and optical discs.

itam:TertiaryStorageDeviceRecord

Label: record: tertiary storage device

A record of a tertiary storage device.

itam:ThinClient

Label: thin client

A lightweight computer or software application that relies on a central server for processing.

itam:ThinClientRecord

Label: record: thin client

A record of a thin client.

itam:TonerCartridge

Label: toner cartridge

A toner cartridge is a type of printer cartridge used in laser printers. It contains a fine, powdered toner that is fused onto the paper using heat and pressure to create durable, high-resolution text and images.

itam:TonerCartridgeRecord

Label: record: toner cartridge

A record of a toner cartridge.

itam:Touchpad

Label: touchpad

A flat, touch-sensitive surface enabling cursor movement and gesture-based controls.

itam:TouchpadRecord

Label: record: touchpad

A record of a touchpad.

itam:Trackball

Label: trackball

A stationary pointing device featuring a large ball that can be rotated to move the cursor, often used in specialized applications or limited space setups.

itam:TrackballRecord

Label: record: trackball

A record of a trackball.

itam:VideoCable

Label: video cable

Cables used to transmit video signals between devices, such as displays, or computer screens. Examples include HDMI cables and auxiliary cables.

itam:VideoCableRecord

Label: record: video cable

A record of a video cable record.

itam:VirtualDesktop

Label: virtual desktop

Software that operates as if it were a separate physical desktop computer.

itam:VirtualDesktopRecord

Label: record: virtual desktop

A record of a virtual desktop.

itam:VirtualMachine

Label: virtual machine

Software that operates as if it were a separate physical computer.

itam:VirtualMachineRecord

Label: record: virtual machine

A record of a virtual machine.

itam:VirtualServer

Label: virtual server

Software that operates as if it were a separate physical server.

itam:VirtualServerRecord

Label: record: virtual server

A record of a virtual server.

itam:WearableDevice

Label: wearable device

a mobile device designed to be worn on the body.

itam:WearableDeviceRecord

Label: record: wearable device

A record of a wearable device.

Object Properties

[=Object Properties/itam:atLocation=]

Label: At location

The location of the IT asset. A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.

[=Object Properties/itam:hasAccrualStatus=]

Label: has accrual status

Specifies the status for record processing of an IT asset.

[=Object Properties/itam:hasAssetStatus=]

Label: has asset status

Specifies the status of an IT asset.

[=Object Properties/itam:hasExternalIdentifier=]

Label: has external identifier

Specifies the external identifier of an asset, which is only relevant for the source providing the identifier.

[=Object Properties/itam:hasInstalledSoftware=]

Label: has installed software

Specifies software that is installed in an operating environment.

[=Object Properties/itam:hasLifecyclePlanning=]

Label: has lifecycle planning

Specifies the planning of the life cycle of an IT asset.

[=Object Properties/itam:hasLinkProtocol=]

Label: has link protocol

Specifies the link protocol for a MAC-address.

[=Object Properties/itam:hasMacAddress=]

Label: has MAC address

Specifies the MAC-address of an IT asset record.

[=Object Properties/itam:hasRoleAllocation=]

Label: has role allocation

Specifies the role that an agent holds in relation to an IT asset.

[=Object Properties/itam:hasSimcard=]

Label: has simcard

Specifies a simcard that is used by hardware.

[=Object Properties/itam:hasSupplier=]

Label: has supplier

Specifies the supplier of an IT asset.

[=Object Properties/itam:hasSupport=]

Label: has support

Specifies the support context of an IT asset.

[=Object Properties/itam:requiresOperatingSystem=]

Label: requires operating system

Specifies the operatingsystem that is required for software.

[=Object Properties/itam:runsExecutionEnvironment=]

Label: runs execution environment

Specifies the execution environment that runs on hardware or a virtual machine.

[=Object Properties/itam:runsOperatingSystem=]

Label: runs operating system

Specifies the operating system that runs in an operating environment.

Datatype Properties

[=Datatype Properties/itam:assetID=]

Label: has asset ID

Specifies the unique ID of the asset by which the asset can be identified.

[=Datatype Properties/itam:brand=]

Label: has brand

Specifies the brand of the information technology asset.

[=Datatype Properties/itam:created=]

Label: has creation date

Specifies the date that the record has been created.

[=Datatype Properties/itam:domainName=]

Label: has domain name

Specifies the domain name as part of the host name that is assigned to the network node.

[=Datatype Properties/itam:hasEndOfLifeDate=]

Label: has end of life date

Specifies the end of life date in a lifecycle planning.

[=Datatype Properties/itam:hasEndOfLifeDescription=]

Label: has end of life description

Describes the end of life in a lifecycle planning.

[=Datatype Properties/itam:hasEndOfSupportDate=]

Label: has end of support date

Specifies the end of support date in a support context.

[=Datatype Properties/itam:hasEndOfSupportDescription=]

Label: has end of support description

Describes the end end of support in a support context.

[=Datatype Properties/itam:hostName=]

Label: has host name

Specifies the host name that is assigned to a operating environment. A host name is a name or a character string that identifies a device or a host on a network. It makes the device usable and findable for the network and people. A hostname may consist of a local name and a domain name.

[=Datatype Properties/itam:iMEI=]

Label: has IMEI number

Specifies the International Mobile Equipment Identity number (IMEI) of a mobile phone by which the mobile phone can be identified.

[=Datatype Properties/itam:ipAddress_IPv4=]

Label: has IP address IPv4

Specifies the IPv4-address of a network node.

[=Datatype Properties/itam:ipAddress_IPv6=]

Label: has IP address IPv6

Specifies the IPv6-address of a network node.

[=Datatype Properties/itam:localName=]

Label: has local name

Specifies the local name as part of the host name that is assigned to the network node.

[=Datatype Properties/itam:locationDescription=]

Label: location description

A description of the location of the IT asset. A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.

[=Datatype Properties/itam:model=]

Label: has model

Specifies the model of the information technology asset.

[=Datatype Properties/itam:objectID=]

Label: has object ID

Specifies the unique ID of the object by which the object can be identified.

[=Datatype Properties/itam:operatingSystemBuildNumber=]

Label: Operating system build

Specifies the build of an operating system.

[=Datatype Properties/itam:operatingSystemGeneration=]

Label: Operating system generation

Specifies the generation of an operating system.

[=Datatype Properties/itam:operatingSystemPlatform=]

Label: Operating system platform

Specifies the platform of an operating system.

[=Datatype Properties/itam:serialNumber=]

Label: has serial number

Specifies the serial number of the information technology asset by which it can be identified.

[=Datatype Properties/itam:silentUninstallString=]

Label: Silent uninstall string

Specifies the silent uninstall string of software.

[=Datatype Properties/itam:specification=]

Label: has specification

Specifies the edition, configuration or other variances of the information technology asset.

[=Datatype Properties/itam:supplierID=]

Label: has supplier ID

Specifies the unique ID of the supplier by which the supplier can be identified.

[=Datatype Properties/itam:supplierName=]

Label: has supplier name

Specifies a name of the supplier by which the supplier can be identified.

[=Datatype Properties/itam:type=]

Label: has type

Specifies the type of the information technology asset.

[=Datatype Properties/itam:versionNumber=]

Label: has version number

Specifies the version number of the asset by which the version of the asset can be identified.

Node Shapes

[=Node Shapes/shp:Asset=]

Label: Asset

The ontology does not provide a definition for this entity.

[=Node Shapes/shp:AssetRecord=]

Label: AssetRecord

The ontology does not provide a definition for this entity.

[=Node Shapes/shp:CurrentAssetRecord=]

Label: CurrentAssetRecord

The ontology does not provide a definition for this entity.

[=Node Shapes/shp:ExternalIdentifier=]

Label: ExternalIdentifier

The ontology does not provide a definition for this entity.

This is required for specifications that contain normative material.

This is required for specifications that contain normative material.

This document was automatically generated by OntoReSpec.