schema:storageRequirements leaf node


URI

http://schema.org/storageRequirements

Label

hasStorageRequirements

Description

The disk space available required to install the software application to a computer.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:storageRequirements xsd:string

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

schema:storageRequirements a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "hasStorageRequirements"@en ;
    rdfs:comment "The disk space available required to install the software application to a computer."@en ;
    rdfs:range xsd:string .