schema:fileSize leaf node


URI

http://schema.org/fileSize

Label

hasFileSize

Description

The size of the file (in KBs/MBs) through which the output of a Thematic Network is available.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:fileSize 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:fileSize a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "hasFileSize"@en ;
    rdfs:comment "The size of the file (in KBs/MBs) through which the output of a Thematic Network is available."@en ;
    rdfs:range xsd:string .