@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_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce
  a a2a:Record ;
  rdfs:label "Huwelijk op 3 oktober 1923 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Person1016248310, oa:person_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Person1016248311, oa:person_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Person1016248312, oa:person_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Person1016248313, oa:person_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Person1016248314, oa:person_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Person1016248315 ;
  a2a:hasEvent oa:event_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_0, oa:relationep_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_1, oa:relationep_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_2, oa:relationep_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_3, oa:relationep_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_4, oa:relationep_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_5 ;
  a2a:hasSource oa:source_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce .

oa:person_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Person1016248310
  a a2a:Person ;
  rdfs:label "Cornelis Metselaar" ;
  a2a:PersonName [
    rdfs:label "Cornelis Metselaar" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Metselaar"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "29" ;
    rdfs:label "29"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zierikzee" ;
    rdfs:label "Zierikzee"
  ] .

oa:person_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Person1016248311
  a a2a:Person ;
  rdfs:label "Cornelis Metselaar" ;
  a2a:PersonName [
    rdfs:label "Cornelis Metselaar" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Metselaar"
  ] .

oa:person_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Person1016248312
  a a2a:Person ;
  rdfs:label "Maria Trijzelaar" ;
  a2a:PersonName [
    rdfs:label "Maria Trijzelaar" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Trijzelaar"
  ] .

oa:person_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Person1016248313
  a a2a:Person ;
  rdfs:label "Johanna Petronella Gieles" ;
  a2a:PersonName [
    rdfs:label "Johanna Petronella Gieles" ;
    a2a:PersonNameFirstName "Johanna Petronella" ;
    a2a:PersonNameLastName "Gieles"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "23" ;
    rdfs:label "23"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:person_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Person1016248314
  a a2a:Person ;
  rdfs:label "Theodorus Wilhelmus Gieles" ;
  a2a:PersonName [
    rdfs:label "Theodorus Wilhelmus Gieles" ;
    a2a:PersonNameFirstName "Theodorus Wilhelmus" ;
    a2a:PersonNameLastName "Gieles"
  ] .

oa:person_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Person1016248315
  a a2a:Person ;
  rdfs:label "Wilhelmina van Oosterhout" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina van Oosterhout" ;
    a2a:PersonNameFirstName "Wilhelmina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oosterhout"
  ] .

oa:event_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "03-10-1923" ;
    a2a:Year "1923" ;
    a2a:Month "10" ;
    a2a:Day "03" ;
    rdfs:label "1923-10-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Person1016248310 ;
  a2a:EventKeyRef oa:event_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Event1 .

oa:relationep_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Person1016248311 ;
  a2a:EventKeyRef oa:event_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Event1 .

oa:relationep_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Person1016248312 ;
  a2a:EventKeyRef oa:event_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Event1 .

oa:relationep_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Person1016248313 ;
  a2a:EventKeyRef oa:event_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Event1 .

oa:relationep_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Person1016248314 ;
  a2a:EventKeyRef oa:event_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Event1 .

oa:relationep_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Person1016248315 ;
  a2a:EventKeyRef oa:event_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce_Event1 .

oa:source_srt_f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1923-10-03 - 1923-10-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-10-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-10-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "03-10-1923" ;
    a2a:Year "1923" ;
    a2a:Month "10" ;
    a2a:Day "03" ;
    rdfs:label "03-10-1923"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Nadere toegang op het huwelijksregister van de gemeente Rotterdam" ;
    a2a:RegistryNumber "1923O" ;
    a2a:Folio "o1v" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Nadere toegang op het huwelijksregister van de gemeente Rotterdam, 1923O, o1v"
  ] ;
  a2a:SourceLastChangeDate "2018-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.stadsarchief.rotterdam.nl/archieven?mivast=184&miadt=184&miaet=54&micode=999-06.1923O&minr=10058293&miview=ldt" ;
  a2a:RecordIdentifier "1016248309" ;
  a2a:RecordGUID "{f58eb58d-b6eb-7866-c8e8-5cf6cf19d6ce}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 31FEDFD2-0648-4A26-9A8C-135C88D33D68" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtGAR_999-06.1923O_54_A2A.xml van SRT" .

