@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: <http://dublincore.org/usage/terms/history/#> . dct:accrualMethod dct:hasVersion ns1:accrualMethod-003 ; dct:issued "2005-06-13"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:modified "2010-10-11"^^<http://www.w3.org/2001/XMLSchema#date> ; a owl:NamedIndividual, owl:ObjectProperty ; 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 ; rdfs:range dct:MethodOfAccrual .
@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: <http://dublincore.org/usage/terms/history/#> .

dct:accrualMethod
    dct:hasVersion ns1:accrualMethod-003 ;
    dct:issued "2005-06-13"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2010-10-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a owl:NamedIndividual, owl:ObjectProperty ;
    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 ;
    rdfs:range dct:MethodOfAccrual .