@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns0: <http://purl.org/dc/dcmitype/> . @prefix ns1: <Recommended\u0020practice\u0020is\u0020to\u0020use\u0020a\u0020value\u0020from\u0020the\u0020Collection\u0020Description\u0020Accrual\u0020Method\u0020Vocabulary\u0020[[DCMI-ACCRUALMETHOD](https://dublincore.org/groups/collections/accrual-method/> . @prefix ns2: <http://purl.org/dc/dcam/> . dct:accrualMethod ns2:rangeIncludes dct:MethodOfAccrual ; dct:description "Recommended practice is to use a value from the Collection Description Accrual Method Vocabulary [[DCMI-ACCRUALMETHOD](https://dublincore.org/groups/collections/accrual-method/)]."@en ; dct:issued "2005-06-13"^^<http://www.w3.org/2001/XMLSchema#date> ; a owl:AnnotationProperty, owl:NamedIndividual ; rdfs:comment "The method by which items are added to a collection."@en ; rdfs:domain ns0:Collection ; rdfs:isDefinedBy <http://purl.org/dc/terms/> ; rdfs:label "Accrual Method"@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://purl.org/dc/dcmitype/> .
@prefix ns1: <Recommended\u0020practice\u0020is\u0020to\u0020use\u0020a\u0020value\u0020from\u0020the\u0020Collection\u0020Description\u0020Accrual\u0020Method\u0020Vocabulary\u0020[[DCMI-ACCRUALMETHOD](https://dublincore.org/groups/collections/accrual-method/> .
@prefix ns2: <http://purl.org/dc/dcam/> .

dct:accrualMethod
    ns2:rangeIncludes dct:MethodOfAccrual ;
    dct:description "Recommended practice is to use a value from the Collection Description Accrual Method Vocabulary [[DCMI-ACCRUALMETHOD](https://dublincore.org/groups/collections/accrual-method/)]."@en ;
    dct:issued "2005-06-13"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a owl:AnnotationProperty, owl:NamedIndividual ;
    rdfs:comment "The method by which items are added to a collection."@en ;
    rdfs:domain ns0:Collection ;
    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
    rdfs:label "Accrual Method"@en .