ponto:VirtualMachine leaf node


URI

http://www.mobr.ai/ontologies/ponto#VirtualMachine

Label

Virtual Machine

Description

A compute resource that uses software instead of a physical computer to run programs and deploy applications.

Instances (1)

Usage

Instances of ponto:VirtualMachine can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ponto:VirtualMachine a owl:Class ;
    rdfs:label "Virtual Machine" ;
    rdfs:comment "A compute resource that uses software instead of a physical computer to run programs and deploy applications." ;
    rdfs:subClassOf owl:Thing .