dcat:byteSize leaf node


URI

http://www.w3.org/ns/dcat#byteSize

Label

byteSize

Description

The size of a distribution in bytes.

Usage

DOMAINPROPERTYRANGE
dcat:Distribution dcat:byteSize owl:Thing (inferred)

Implementation

@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

dcat:byteSize a owl:DatatypeProperty ;
    rdfs:label "byteSize"@en ;
    rdfs:domain dcat:Distribution ;
    rdfs:isDefinedBy dcat: ;
    skos:definition "The size of a distribution in bytes."@en .