@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_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa
  a a2a:Record ;
  rdfs:label "Huwelijk (huwelijksakte) op 1 september 1814 te Oud-Beijerland, provincie Zuid-Holland" ;
  a2a:hasPerson oa:person_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Person1, oa:person_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Person2, oa:person_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Person3, oa:person_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Person4, oa:person_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Person5, oa:person_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Person6 ;
  a2a:hasEvent oa:event_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Event1 ;
  a2a:hasRelationEP oa:relationep_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_0, oa:relationep_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_1, oa:relationep_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_2, oa:relationep_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_3, oa:relationep_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_4, oa:relationep_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_5 ;
  a2a:hasSource oa:source_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa .

oa:person_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Person1
  a a2a:Person ;
  rdfs:label "Bastiaan van Driel" ;
  a2a:PersonName [
    rdfs:label "Bastiaan van Driel" ;
    a2a:PersonNameFirstName "Bastiaan" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Driel"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "58" ;
    rdfs:label "58"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Strijen" ;
    rdfs:label "Strijen"
  ] .

oa:person_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Person2
  a a2a:Person ;
  rdfs:label "Willem van Driel" ;
  a2a:PersonName [
    rdfs:label "Willem van Driel" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Driel"
  ] .

oa:person_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Person3
  a a2a:Person ;
  rdfs:label "Annegie Batenburg" ;
  a2a:PersonName [
    rdfs:label "Annegie Batenburg" ;
    a2a:PersonNameFirstName "Annegie" ;
    a2a:PersonNameLastName "Batenburg"
  ] .

oa:person_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Person4
  a a2a:Person ;
  rdfs:label "Adriana Rank" ;
  a2a:PersonName [
    rdfs:label "Adriana Rank" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Rank"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "30" ;
    rdfs:label "30"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oud-Beijerland" ;
    rdfs:label "Oud-Beijerland"
  ] .

oa:person_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Person5
  a a2a:Person ;
  rdfs:label "Lodewijk Rank" ;
  a2a:PersonName [
    rdfs:label "Lodewijk Rank" ;
    a2a:PersonNameFirstName "Lodewijk" ;
    a2a:PersonNameLastName "Rank"
  ] .

oa:person_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Person6
  a a2a:Person ;
  rdfs:label "Neeltje Drapers" ;
  a2a:PersonName [
    rdfs:label "Neeltje Drapers" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNameLastName "Drapers"
  ] .

oa:event_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "01-09-1814" ;
    a2a:Year "1814" ;
    a2a:Month "09" ;
    a2a:Day "01" ;
    rdfs:label "1814-09-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Province "Zuid-Holland" ;
    a2a:Place "Oud-Beijerland" ;
    rdfs:label "Zuid-Holland, Oud-Beijerland"
  ] .

oa:relationep_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Person1 ;
  a2a:EventKeyRef oa:event_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Event1 .

oa:relationep_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Person2 ;
  a2a:EventKeyRef oa:event_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Event1 .

oa:relationep_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Person3 ;
  a2a:EventKeyRef oa:event_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Event1 .

oa:relationep_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Person4 ;
  a2a:EventKeyRef oa:event_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Event1 .

oa:relationep_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Person5 ;
  a2a:EventKeyRef oa:event_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Event1 .

oa:relationep_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Person6 ;
  a2a:EventKeyRef oa:event_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa_Event1 .

oa:source_rzh_04de7f7d-8dcd-474a-9814-cba67d651aaa
  a a2a:Source ;
  rdfs:label "Nationaal Archief Rijksarchief Zuid-Holland, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Oud-Beijerland" ;
    a2a:Province "Zuid-Holland" ;
    rdfs:label "Oud-Beijerland, Zuid-Holland", "1814-09-01 - 1814-09-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1814-09-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1814-09-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "01-09-1814" ;
    a2a:Year "1814" ;
    a2a:Month "09" ;
    a2a:Day "01" ;
    rdfs:label "01-09-1814"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Nationaal Archief Rijksarchief Zuid-Holland" ;
    a2a:Place "Den Haag" ;
    a2a:DocumentNumber "18" ;
    rdfs:label "Nationaal Archief Rijksarchief Zuid-Holland, Den Haag, 18"
  ] ;
  a2a:SourceLastChangeDate "2012-05-04"^^xsd:date ;
  a2a:RecordGUID "{04de7f7d-8dcd-474a-9814-cba67d651aaa}" ;
  a2a:SourceRemarkOpmerking "Weduwnaar van Centje Trouw" ;
  a2a:SourceRemarkAkteSoort "Huwelijksakte" .

