@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . dct:accrualPeriodicity a owl:AnnotationProperty ; skos:scopeNote "Used to give information about the frequency with which items are added to the collection."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

dct:accrualPeriodicity
    a owl:AnnotationProperty ;
    skos:scopeNote "Used to give information about the frequency with which items are added to the collection."@en .