observable:totalSpace leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#totalSpace

Label

totalSpace

Description

Specifies the total amount of space available on the partition, in bytes.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:totalSpace xsd:integer

Implementation

@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@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#> .

observable:totalSpace a owl:DatatypeProperty ;
    rdfs:label "totalSpace"@en ;
    rdfs:comment "Specifies the total amount of space available on the partition, in bytes."@en ;
    rdfs:range xsd:integer .