@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1
  a a2a:Record ;
  rdfs:label "Geboorte op 1 december 1900" ;
  a2a:hasPerson oa:person_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_Person1, oa:person_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_Person2, oa:person_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_Person3 ;
  a2a:hasEvent oa:event_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_Event1 ;
  a2a:hasRelationEP oa:relationep_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_0, oa:relationep_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_1, oa:relationep_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_2 ;
  a2a:hasSource oa:source_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1 .

oa:person_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_Person1
  a a2a:Person ;
  rdfs:label "Adrianus Cornelis Redert" ;
  owl:sameAs oa:person_rad_70D890BE-5789-41FD-8DAB-5EEE205773C5_Person3625179175 ;
  a2a:PersonName [
    rdfs:label "Adrianus Cornelis Redert" ;
    a2a:PersonNameFirstName "Adrianus Cornelis" ;
    a2a:PersonNameLastName "Redert"
  ] .

oa:person_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_Person2
  a a2a:Person ;
  rdfs:label "Johannes Philippus Redert" ;
  owl:sameAs oa:person_rad_70D890BE-5789-41FD-8DAB-5EEE205773C5_Person3625179176, oa:person_rad_7c1929a9-7bf8-01b9-9edd-f8816ed238c1_Person2, oa:person_rad_A38D2B2C-03C9-42EB-8754-2E59C00E5DF9_Person3425047802, oa:person_nha_03CBF328-2E0A-48FB-9EC9-408B2925BAF0_Person2651908956, oa:person_rad_0B710D1C-F42E-40B1-B451-7AB4D7CA4A13_Person3425027295, oa:person_rad_6e6cf3e7-e804-bc87-787f-275f0f33aff2_Person2 ;
  a2a:PersonName [
    rdfs:label "Johannes Philippus Redert" ;
    a2a:PersonNameFirstName "Johannes Philippus" ;
    a2a:PersonNameLastName "Redert"
  ] .

oa:person_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_Person3
  a a2a:Person ;
  rdfs:label "Cornelia Adriana van Driel" ;
  owl:sameAs oa:person_rad_70D890BE-5789-41FD-8DAB-5EEE205773C5_Person3625179177, oa:person_rad_7c1929a9-7bf8-01b9-9edd-f8816ed238c1_Person3, oa:person_rad_A38D2B2C-03C9-42EB-8754-2E59C00E5DF9_Person3425047803, oa:person_nha_03CBF328-2E0A-48FB-9EC9-408B2925BAF0_Person2651908955, oa:person_rad_0B710D1C-F42E-40B1-B451-7AB4D7CA4A13_Person3425027296, oa:person_rad_6e6cf3e7-e804-bc87-787f-275f0f33aff2_Person3 ;
  a2a:PersonName [
    rdfs:label "Cornelia Adriana van Driel" ;
    a2a:PersonNameFirstName "Cornelia Adriana" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Driel"
  ] .

oa:event_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1900" ;
    a2a:Month "12" ;
    a2a:Day "1" ;
    rdfs:label "1900-12-01"^^xsd:date
  ] .

oa:relationep_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_Person1 ;
  a2a:EventKeyRef oa:event_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_Event1 .

oa:relationep_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_Person2 ;
  a2a:EventKeyRef oa:event_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_Event1 .

oa:relationep_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_Person3 ;
  a2a:EventKeyRef oa:event_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1_Event1 .

oa:source_rad_e8e90431-118c-6ae6-8a95-bda42400a7a1
  a a2a:Source ;
  rdfs:label "Regionaal Archief Dordrecht, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Dordrecht" ;
    rdfs:label "Dordrecht", "1900-01-01 - 1900-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Dordrecht" ;
    a2a:Collection "Geboorteakten Dordrecht 1900, toegang 256, Inventarisnummer 818" ;
    a2a:DocumentNumber "1120" ;
    a2a:RegistryNumber "818" ;
    rdfs:label "Regionaal Archief Dordrecht, Geboorteakten Dordrecht 1900, toegang 256, Inventarisnummer 818, 1120, 818"
  ] ;
  a2a:SourceLastChangeDate "2016-04-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.regionaalarchiefdordrecht.nl/archief/zoeken/?mivast=46&miadt=46&miaet=54&micode=GEB256.818&minr=2374327&miview=ldt" ;
  a2a:RecordGUID "{e8e90431-118c-6ae6-8a95-bda42400a7a1}" .

