Ontology Version: 2.2.0

cacontology-infrastructure:cloudPlatform leaf node


URI

https://cacontology.projectvic.org/infrastructure#cloudPlatform

Label

cloud platform

Description

Cloud platform used for hosting (AWS, Azure, GCP, private cloud).

Usage

DOMAINPROPERTYRANGE
cacontology-infrastructure:ServerInfrastructure cacontology-infrastructure:cloudPlatform xsd:string

Implementation

@prefix cacontology-infrastructure: <https://cacontology.projectvic.org/infrastructure#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-infrastructure:cloudPlatform a owl:DatatypeProperty ;
    rdfs:label "cloud platform"@en ;
    rdfs:comment "Cloud platform used for hosting (AWS, Azure, GCP, private cloud)."@en ;
    rdfs:domain cacontology-infrastructure:ServerInfrastructure ;
    rdfs:range xsd:string .