dcterms:accrualPeriodicity leaf node


URI

http://purl.org/dc/terms/accrualPeriodicity

Label

Dataset - update frequency

Description

This property refers to the frequency at which Dataset is updated.

Usage

DOMAINPROPERTYRANGE
dcat:Dataset dcterms:accrualPeriodicity dcterms:Frequency

Implementation

@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .

dcterms:accrualPeriodicity a owl:ObjectProperty ;
    rdfs:label "Dataset - update frequency"@en ;
    dcterms:identifier "dct:accrualPeriodicity" ;
    vann:usageNote "Optional property. This property refers to the frequency at which Dataset is updated."@en ;
    rdfs:comment "This property refers to the frequency at which Dataset is updated."@en ;
    rdfs:domain dcat:Dataset ;
    rdfs:isDefinedBy <http://dublincore.org/documents/dcmi-terms/#terms-accrualPeriodicity> ;
    rdfs:range dcterms:Frequency .