Ontology Version: 2.2.0

cacontology-infrastructure:hasInfrastructureScalability leaf node


URI

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

Label

has infrastructure scalability

Description

Scalability assessment of infrastructure architecture (gUFO quality aspect).

Usage

DOMAINPROPERTYRANGE
cacontology-infrastructure:PlatformInfrastructure cacontology-infrastructure:hasInfrastructureScalability 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:hasInfrastructureScalability a owl:DatatypeProperty ;
    rdfs:label "has infrastructure scalability"@en ;
    rdfs:comment "Scalability assessment of infrastructure architecture (gUFO quality aspect)."@en ;
    rdfs:domain cacontology-infrastructure:PlatformInfrastructure ;
    rdfs:range xsd:string .