@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_rad_BAD5FD53-1CCC-4DA4-B4DC-3AD09C962CC5
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1880-1921)" ;
  a2a:hasPerson oa:person_rad_BAD5FD53-1CCC-4DA4-B4DC-3AD09C962CC5_Person1 ;
  a2a:hasEvent oa:event_rad_BAD5FD53-1CCC-4DA4-B4DC-3AD09C962CC5_Event1 ;
  a2a:hasRelationEP oa:relationep_rad_BAD5FD53-1CCC-4DA4-B4DC-3AD09C962CC5_0 ;
  a2a:hasSource oa:source_rad_BAD5FD53-1CCC-4DA4-B4DC-3AD09C962CC5 .

oa:person_rad_BAD5FD53-1CCC-4DA4-B4DC-3AD09C962CC5_Person1
  a a2a:Person ;
  rdfs:label "Barbara Christina Immerzeel" ;
  a2a:PersonName [
    rdfs:label "Barbara Christina Immerzeel" ;
    a2a:PersonNameFirstName "Barbara Christina" ;
    a2a:PersonNameLastName "Immerzeel"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Utrecht" ;
    rdfs:label "Utrecht"
  ] .

oa:event_rad_BAD5FD53-1CCC-4DA4-B4DC-3AD09C962CC5_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Zwijndrecht" ;
    rdfs:label "Zwijndrecht"
  ] .

oa:relationep_rad_BAD5FD53-1CCC-4DA4-B4DC-3AD09C962CC5_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_rad_BAD5FD53-1CCC-4DA4-B4DC-3AD09C962CC5_Person1 ;
  a2a:EventKeyRef oa:event_rad_BAD5FD53-1CCC-4DA4-B4DC-3AD09C962CC5_Event1 .

oa:source_rad_BAD5FD53-1CCC-4DA4-B4DC-3AD09C962CC5
  a a2a:Source ;
  rdfs:label "Regionaal Archief Dordrecht, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Dordrecht" ;
    rdfs:label "Dordrecht", "1880-01-01 - 1921-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1880-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1921-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Dordrecht" ;
    a2a:RegistryNumber "75" ;
    a2a:Folio "1545" ;
    rdfs:label "Regionaal Archief Dordrecht, 75, 1545"
  ] ;
  a2a:SourceLastChangeDate "2021-10-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/46/BAD5FD531CCC4DA4B4DC3AD09C962CC5" ;
  a2a:RecordGUID "{BAD5FD53-1CCC-4DA4-B4DC-3AD09C962CC5}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-DdtRAD_62775_54_MI.xml van RAD" .

