@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_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf
  a a2a:Record ;
  rdfs:label "Geboorte op 30 oktober 1875 te Gouda" ;
  a2a:hasPerson oa:person_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_Person-341c563f-8fe9-074d-0271-8984ff8fdfcf, oa:person_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_Person-c3360b45-4aa9-b447-af05-4547d1df4ecd, oa:person_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_Person-adcbc83e-783b-bd30-bf8c-983f6bfe3fdd ;
  a2a:hasEvent oa:event_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_0, oa:relationep_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_1, oa:relationep_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_2 ;
  a2a:hasSource oa:source_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf .

oa:person_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_Person-341c563f-8fe9-074d-0271-8984ff8fdfcf
  a a2a:Person ;
  rdfs:label "Jan de Jong" ;
  a2a:PersonName [
    rdfs:label "Jan de Jong" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jong"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "29" ;
    rdfs:label "29"
  ] ;
  a2a:Profession "Timmerman" .

oa:person_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_Person-c3360b45-4aa9-b447-af05-4547d1df4ecd
  a a2a:Person ;
  rdfs:label "Barendina Sara Weijman" ;
  a2a:PersonName [
    rdfs:label "Barendina Sara Weijman" ;
    a2a:PersonNameFirstName "Barendina Sara" ;
    a2a:PersonNameLastName "Weijman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_Person-adcbc83e-783b-bd30-bf8c-983f6bfe3fdd
  a a2a:Person ;
  rdfs:label "Dirkje Johanna de Jong" ;
  a2a:PersonName [
    rdfs:label "Dirkje Johanna de Jong" ;
    a2a:PersonNameFirstName "Dirkje Johanna" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jong"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1875" ;
    a2a:Month "10" ;
    a2a:Day "30" ;
    rdfs:label "1875-10-30"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gouda" ;
    a2a:DescriptiveLocationIndicator "Jaagpad Q 19" ;
    rdfs:label "Gouda, Jaagpad Q 19"
  ] .

oa:event_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1875" ;
    a2a:Month "10" ;
    a2a:Day "30" ;
    rdfs:label "1875-10-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:relationep_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_Person:341c563f-8fe9-074d-0271-8984ff8fdfcf ;
  a2a:EventKeyRef oa:event_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_Event1 .

oa:relationep_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_Person:c3360b45-4aa9-b447-af05-4547d1df4ecd ;
  a2a:EventKeyRef oa:event_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_Event1 .

oa:relationep_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_Person:adcbc83e-783b-bd30-bf8c-983f6bfe3fdd ;
  a2a:EventKeyRef oa:event_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf_Event1 .

oa:source_smh_1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda", "1875-10-30 - 1875-10-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1875-10-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1875-10-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1875" ;
    a2a:Month "10" ;
    a2a:Day "30" ;
    rdfs:label "1875-10-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 65, Periode: 1875" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "648" ;
    a2a:RegistryNumber "65" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 65, Periode: 1875, BS Geboorteregister, 648, 65"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/1fbe6366-35df-7f91-7f50-04c0578f60de.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/1fbe6366-35df-7f91-7f50-04c0578f60de.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf" ;
  a2a:RecordGUID "{1b87fcfb-b0bf-9c0e-93d2-36c8e4ccb7bf}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "65" ;
  a2a:SourceRemarkregister_periode "1875" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_1960_00001960.xml van SMH" .

