@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/cld/terms/> . @prefix ns1: <http://purl.org/dc/dcam/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:AccrualMethod a ns1:VocabularyEncodingScheme, owl:NamedIndividual, skos:ConceptScheme ; rdfs:comment "A set of methods by which items are added to a collection."@en ; rdfs:isDefinedBy <http://purl.org/cld/terms/> ; rdfs:label "Collection Description Accrual Method Vocabulary"@en ; rdfs:seeAlso <http://dublincore.org/groups/collections/accrual-method/>, <http://purl.org/cld/accmeth/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/cld/terms/> .
@prefix ns1: <http://purl.org/dc/dcam/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:AccrualMethod
    a ns1:VocabularyEncodingScheme, owl:NamedIndividual, skos:ConceptScheme ;
    rdfs:comment "A set of methods by which items are added to a collection."@en ;
    rdfs:isDefinedBy <http://purl.org/cld/terms/> ;
    rdfs:label "Collection Description Accrual Method Vocabulary"@en ;
    rdfs:seeAlso <http://dublincore.org/groups/collections/accrual-method/>, <http://purl.org/cld/accmeth/> .