Ontology Version: 2.2.0

cacontology-infrastructure:serverCount leaf node


URI

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

Label

server count

Description

Number of servers comprising the infrastructure.

Usage

DOMAINPROPERTYRANGE
cacontology-infrastructure:ServerInfrastructure cacontology-infrastructure:serverCount xsd:nonNegativeInteger

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:serverCount a owl:DatatypeProperty ;
    rdfs:label "server count"@en ;
    rdfs:comment "Number of servers comprising the infrastructure."@en ;
    rdfs:domain cacontology-infrastructure:ServerInfrastructure ;
    rdfs:range xsd:nonNegativeInteger .