@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_6702b30d-aafd-5015-e2a4-c8a7bd0927af
  a a2a:Record ;
  rdfs:label "Huwelijk op 1 november 1911 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Person1015364764, oa:person_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Person1015364765, oa:person_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Person1015364766, oa:person_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Person1015364767, oa:person_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Person1015364768, oa:person_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Person1015364769 ;
  a2a:hasEvent oa:event_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_0, oa:relationep_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_1, oa:relationep_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_2, oa:relationep_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_3, oa:relationep_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_4, oa:relationep_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_5 ;
  a2a:hasSource oa:source_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af .

oa:person_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Person1015364764
  a a2a:Person ;
  rdfs:label "Louis van der Slik" ;
  a2a:PersonName [
    rdfs:label "Louis van der Slik" ;
    a2a:PersonNameFirstName "Louis" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Slik"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "23" ;
    rdfs:label "23"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Dordrecht" ;
    rdfs:label "Dordrecht"
  ] .

oa:person_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Person1015364765
  a a2a:Person ;
  rdfs:label "Nicolaas van der Slik" ;
  a2a:PersonName [
    rdfs:label "Nicolaas van der Slik" ;
    a2a:PersonNameFirstName "Nicolaas" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Slik"
  ] .

oa:person_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Person1015364766
  a a2a:Person ;
  rdfs:label "Maria Smit" ;
  a2a:PersonName [
    rdfs:label "Maria Smit" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Smit"
  ] .

oa:person_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Person1015364767
  a a2a:Person ;
  rdfs:label "Betje Cornelia Cremer" ;
  a2a:PersonName [
    rdfs:label "Betje Cornelia Cremer" ;
    a2a:PersonNameFirstName "Betje Cornelia" ;
    a2a:PersonNameLastName "Cremer"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "23" ;
    rdfs:label "23"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Vlaardingen" ;
    rdfs:label "Vlaardingen"
  ] .

oa:person_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Person1015364768
  a a2a:Person ;
  rdfs:label "Hendrik Jacob Cremer" ;
  a2a:PersonName [
    rdfs:label "Hendrik Jacob Cremer" ;
    a2a:PersonNameFirstName "Hendrik Jacob" ;
    a2a:PersonNameLastName "Cremer"
  ] .

oa:person_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Person1015364769
  a a2a:Person ;
  rdfs:label "Jacoba de Bruin" ;
  a2a:PersonName [
    rdfs:label "Jacoba de Bruin" ;
    a2a:PersonNameFirstName "Jacoba" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bruin"
  ] .

oa:event_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "01-11-1911" ;
    a2a:Year "1911" ;
    a2a:Month "11" ;
    a2a:Day "01" ;
    rdfs:label "1911-11-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Person1015364764 ;
  a2a:EventKeyRef oa:event_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Event1 .

oa:relationep_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Person1015364765 ;
  a2a:EventKeyRef oa:event_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Event1 .

oa:relationep_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Person1015364766 ;
  a2a:EventKeyRef oa:event_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Event1 .

oa:relationep_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Person1015364767 ;
  a2a:EventKeyRef oa:event_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Event1 .

oa:relationep_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Person1015364768 ;
  a2a:EventKeyRef oa:event_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Event1 .

oa:relationep_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Person1015364769 ;
  a2a:EventKeyRef oa:event_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af_Event1 .

oa:source_srt_6702b30d-aafd-5015-e2a4-c8a7bd0927af
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1911-11-01 - 1911-11-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1911-11-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1911-11-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "01-11-1911" ;
    a2a:Year "1911" ;
    a2a:Month "11" ;
    a2a:Day "01" ;
    rdfs:label "01-11-1911"
  ] ;
  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 huwelijksregister van de gemeente Rotterdam" ;
    a2a:RegistryNumber "1911O" ;
    a2a:Folio "o97v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, huwelijksakten, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1911O, o97v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12133/BDA1A386016447028FAE46BE9D2180A5" ;
    a2a:UriViewer "https://hdl.handle.net/21.12133/BDA1A386016447028FAE46BE9D2180A5" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/184/BDA1A386016447028FAE46BE9D2180A5"
  ] ;
  a2a:SourceLastChangeDate "2020-11-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/5C40B874B8F94B55B5A29DB12C0C09AA" ;
  a2a:RecordIdentifier "1015364763" ;
  a2a:RecordGUID "{6702b30d-aafd-5015-e2a4-c8a7bd0927af}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 5C40B874-B8F9-4B55-B5A2-9DB12C0C09AA" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-061911O_54_A2A.xml van SRT" .

