@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_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5
  a a2a:Record ;
  rdfs:label "Geboorte op 19 september 1913 te Gouda" ;
  a2a:hasPerson oa:person_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_Person-42a9bc4f-83d4-77d3-d5e4-34092230e5fd, oa:person_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_Person-3061634e-e4c1-303f-662b-b99340e54630, oa:person_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_Person-34296b1b-efca-c18e-25fb-2d5168868ef5 ;
  a2a:hasEvent oa:event_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_0, oa:relationep_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_1, oa:relationep_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_2 ;
  a2a:hasSource oa:source_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5 .

oa:person_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_Person-42a9bc4f-83d4-77d3-d5e4-34092230e5fd
  a a2a:Person ;
  rdfs:label "Bastiaan Jan Prang" ;
  a2a:PersonName [
    rdfs:label "Bastiaan Jan Prang" ;
    a2a:PersonNameFirstName "Bastiaan Jan" ;
    a2a:PersonNameLastName "Prang"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:Profession "Los werkman" .

oa:person_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_Person-3061634e-e4c1-303f-662b-b99340e54630
  a a2a:Person ;
  rdfs:label "Hendrika Wieser" ;
  a2a:PersonName [
    rdfs:label "Hendrika Wieser" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNameLastName "Wieser"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_Person-34296b1b-efca-c18e-25fb-2d5168868ef5
  a a2a:Person ;
  rdfs:label "Arie Prang" ;
  a2a:PersonName [
    rdfs:label "Arie Prang" ;
    a2a:PersonNameFirstName "Arie" ;
    a2a:PersonNameLastName "Prang"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1913" ;
    a2a:Month "9" ;
    a2a:Day "19" ;
    rdfs:label "1913-09-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gouda" ;
    a2a:DescriptiveLocationIndicator "Jan Kottensteeg 8" ;
    rdfs:label "Gouda, Jan Kottensteeg 8"
  ] .

oa:event_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1913" ;
    a2a:Month "9" ;
    a2a:Day "19" ;
    rdfs:label "1913-09-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:relationep_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_Person:42a9bc4f-83d4-77d3-d5e4-34092230e5fd ;
  a2a:EventKeyRef oa:event_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_Event1 .

oa:relationep_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_Person:3061634e-e4c1-303f-662b-b99340e54630 ;
  a2a:EventKeyRef oa:event_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_Event1 .

oa:relationep_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_Person:34296b1b-efca-c18e-25fb-2d5168868ef5 ;
  a2a:EventKeyRef oa:event_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5_Event1 .

oa:source_smh_99533d2f-ad9b-7d64-36f2-bb5dce30f0b5
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda", "1913-09-19 - 1913-09-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1913-09-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1913-09-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1913" ;
    a2a:Month "9" ;
    a2a:Day "19" ;
    rdfs:label "1913-09-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 103, Periode: 1913" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "491" ;
    a2a:RegistryNumber "103" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 103, Periode: 1913, BS Geboorteregister, 491, 103"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/a413567a-bb20-a378-66a4-90838a63b60a.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/99533d2f-ad9b-7d64-36f2-bb5dce30f0b5" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/a413567a-bb20-a378-66a4-90838a63b60a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/99533d2f-ad9b-7d64-36f2-bb5dce30f0b5" ;
  a2a:RecordGUID "{99533d2f-ad9b-7d64-36f2-bb5dce30f0b5}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "103" ;
  a2a:SourceRemarkregister_periode "1913" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_2251_00002251.xml van SMH" .

