@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_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5
  a a2a:Record ;
  rdfs:label "Geboorte op 21 oktober 1887 te Gouda" ;
  a2a:hasPerson oa:person_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_Person-de034801-5542-8b58-e143-3ecde83a9c8f, oa:person_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_Person-bb7c8dfe-631a-98f3-8cfd-dbd2a2403271, oa:person_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_Person-bdce8753-48f3-300b-5da6-49a4ed17b778 ;
  a2a:hasEvent oa:event_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_0, oa:relationep_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_1, oa:relationep_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_2 ;
  a2a:hasSource oa:source_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5 .

oa:person_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_Person-de034801-5542-8b58-e143-3ecde83a9c8f
  a a2a:Person ;
  rdfs:label "Trijntje Maria Brouwers" ;
  a2a:PersonName [
    rdfs:label "Trijntje Maria Brouwers" ;
    a2a:PersonNameFirstName "Trijntje Maria" ;
    a2a:PersonNameLastName "Brouwers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_Person-bb7c8dfe-631a-98f3-8cfd-dbd2a2403271
  a a2a:Person ;
  rdfs:label "Marinus Mes" ;
  a2a:PersonName [
    rdfs:label "Marinus Mes" ;
    a2a:PersonNameFirstName "Marinus" ;
    a2a:PersonNameLastName "Mes"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1887" ;
    a2a:Month "10" ;
    a2a:Day "21" ;
    rdfs:label "1887-10-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gouda" ;
    a2a:DescriptiveLocationIndicator "Vrouwenvestesteeg N 241" ;
    rdfs:label "Gouda, Vrouwenvestesteeg N 241"
  ] .

oa:person_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_Person-bdce8753-48f3-300b-5da6-49a4ed17b778
  a a2a:Person ;
  rdfs:label "Marinus Mes" ;
  a2a:PersonName [
    rdfs:label "Marinus Mes" ;
    a2a:PersonNameFirstName "Marinus" ;
    a2a:PersonNameLastName "Mes"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "31" ;
    rdfs:label "31"
  ] ;
  a2a:Profession "Schipper" .

oa:event_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1887" ;
    a2a:Month "10" ;
    a2a:Day "21" ;
    rdfs:label "1887-10-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:relationep_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_Person:de034801-5542-8b58-e143-3ecde83a9c8f ;
  a2a:EventKeyRef oa:event_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_Event1 .

oa:relationep_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_Person:bb7c8dfe-631a-98f3-8cfd-dbd2a2403271 ;
  a2a:EventKeyRef oa:event_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_Event1 .

oa:relationep_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_Person:bdce8753-48f3-300b-5da6-49a4ed17b778 ;
  a2a:EventKeyRef oa:event_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5_Event1 .

oa:source_smh_25ac024c-9c53-e13b-3da0-742e0ddb48d5
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda", "1887-10-21 - 1887-10-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1887-10-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1887-10-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1887" ;
    a2a:Month "10" ;
    a2a:Day "21" ;
    rdfs:label "1887-10-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 77, Periode: 1887" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "672" ;
    a2a:RegistryNumber "77" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 77, Periode: 1887, BS Geboorteregister, 672, 77"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/4608d90e-e196-b20a-c04d-b58a1566e987.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/25ac024c-9c53-e13b-3da0-742e0ddb48d5" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/4608d90e-e196-b20a-c04d-b58a1566e987.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/25ac024c-9c53-e13b-3da0-742e0ddb48d5" ;
  a2a:RecordGUID "{25ac024c-9c53-e13b-3da0-742e0ddb48d5}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "77" ;
  a2a:SourceRemarkregister_periode "1887" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_2036_00002036.xml van SMH" .

