schema:memoryRequirements leaf node


URI

http://schema.org/memoryRequirements

Label

hasMemoryRequirements

Description

The minimum requirements of the software application in memory.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:memoryRequirements 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:memoryRequirements a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "hasMemoryRequirements"@en ;
    rdfs:comment "The minimum requirements of the software application in memory."@en ;
    rdfs:range xsd:string .