observable:spaceUsed leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/spaceUsed

Label

spaceUsed

Description

Specifies the amount of space used on the partition, in bytes.

Usage

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

Implementation

@prefix observable: <https://ontology.unifiedcyberontology.org/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:spaceUsed a owl:DatatypeProperty ;
    rdfs:label "spaceUsed"@en ;
    rdfs:comment "Specifies the amount of space used on the partition, in bytes."@en ;
    rdfs:range xsd:integer .