@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_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa
  a a2a:Record ;
  rdfs:label "Huwelijk op 12 september 1866 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Person1989174804, oa:person_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Person1989174805, oa:person_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Person1989174806, oa:person_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Person1989174807, oa:person_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Person1989174808, oa:person_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Person1989174809 ;
  a2a:hasEvent oa:event_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_0, oa:relationep_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_1, oa:relationep_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_2, oa:relationep_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_3, oa:relationep_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_4, oa:relationep_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_5 ;
  a2a:hasSource oa:source_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa .

oa:person_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Person1989174804
  a a2a:Person ;
  rdfs:label "Hendrik Schilperoort" ;
  a2a:PersonName [
    rdfs:label "Hendrik Schilperoort" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Schilperoort"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "'s Gravenhage" ;
    rdfs:label "'s Gravenhage"
  ] .

oa:person_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Person1989174805
  a a2a:Person ;
  rdfs:label "Dirk Schilperoort" ;
  a2a:PersonName [
    rdfs:label "Dirk Schilperoort" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Schilperoort"
  ] .

oa:person_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Person1989174806
  a a2a:Person ;
  rdfs:label "Susanna Pele" ;
  a2a:PersonName [
    rdfs:label "Susanna Pele" ;
    a2a:PersonNameFirstName "Susanna" ;
    a2a:PersonNameLastName "Pele"
  ] .

oa:person_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Person1989174807
  a a2a:Person ;
  rdfs:label "Adriana Johanna van der Horst" ;
  a2a:PersonName [
    rdfs:label "Adriana Johanna van der Horst" ;
    a2a:PersonNameFirstName "Adriana Johanna" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Horst"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "23" ;
    rdfs:label "23"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Person1989174808
  a a2a:Person ;
  rdfs:label "Arie of Arij van der Horst" ;
  a2a:PersonName [
    rdfs:label "Arie of Arij van der Horst" ;
    a2a:PersonNameFirstName "Arie of Arij" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Horst"
  ] .

oa:person_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Person1989174809
  a a2a:Person ;
  rdfs:label "Jannetje of Johanna van Baarle of Baarlen" ;
  a2a:PersonName [
    rdfs:label "Jannetje of Johanna van Baarle of Baarlen" ;
    a2a:PersonNameFirstName "Jannetje of Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Baarle of Baarlen"
  ] .

oa:event_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "12-09-1866" ;
    a2a:Year "1866" ;
    a2a:Month "09" ;
    a2a:Day "12" ;
    rdfs:label "1866-09-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Person1989174804 ;
  a2a:EventKeyRef oa:event_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Event1 .

oa:relationep_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Person1989174805 ;
  a2a:EventKeyRef oa:event_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Event1 .

oa:relationep_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Person1989174806 ;
  a2a:EventKeyRef oa:event_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Event1 .

oa:relationep_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Person1989174807 ;
  a2a:EventKeyRef oa:event_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Event1 .

oa:relationep_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Person1989174808 ;
  a2a:EventKeyRef oa:event_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Event1 .

oa:relationep_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Person1989174809 ;
  a2a:EventKeyRef oa:event_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa_Event1 .

oa:source_srt_7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1866-09-12 - 1866-09-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1866-09-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1866-09-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "12-09-1866" ;
    a2a:Year "1866" ;
    a2a:Month "09" ;
    a2a:Day "12" ;
    rdfs:label "12-09-1866"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Burgerlijke Stand Rotterdam, huwelijksakten" ;
    a2a:Book "Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam" ;
    a2a:DocumentNumber "1866.737" ;
    a2a:RegistryNumber "1866D" ;
    a2a:Folio "d86v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijks- en echtscheidingsregister van de gemeente Rotterdam, 1866.737, 1866D, d86v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/184/89411B0AE61B485390E55461B459075F" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/184/89411B0AE61B485390E55461B459075F" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/89411B0AE61B485390E55461B459075F"
  ] ;
  a2a:SourceLastChangeDate "2020-12-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/372DA92166964CF7B1F585D454C440D6" ;
  a2a:RecordIdentifier "1989174803" ;
  a2a:RecordGUID "{7b7def5a-c8a8-e0a1-d92a-65a0b5efd2fa}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 372DA921-6696-4CF7-B1F5-85D454C440D6" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061866D_54_A2A.xml van SRT" .

