@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_c1e49727-2139-8a9b-e487-4c7b3d0bc588
  a a2a:Record ;
  rdfs:label "Geboorte op 20 april 1893 te Gouda" ;
  a2a:hasPerson oa:person_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_Person-3034a2fe-71c9-03ad-047d-7222f4b7ff77, oa:person_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_Person-c171ddda-9398-a0f9-2cd3-ff2c052f8a2c, oa:person_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_Person-98adf035-2c5d-ba6a-f253-3b48f373a931 ;
  a2a:hasEvent oa:event_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_0, oa:relationep_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_1, oa:relationep_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_2 ;
  a2a:hasSource oa:source_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588 .

oa:person_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_Person-3034a2fe-71c9-03ad-047d-7222f4b7ff77
  a a2a:Person ;
  rdfs:label "Antonia Johanna Schelling" ;
  a2a:PersonName [
    rdfs:label "Antonia Johanna Schelling" ;
    a2a:PersonNameFirstName "Antonia Johanna" ;
    a2a:PersonNameLastName "Schelling"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_Person-c171ddda-9398-a0f9-2cd3-ff2c052f8a2c
  a a2a:Person ;
  rdfs:label "Johannes Justus Montijn" ;
  a2a:PersonName [
    rdfs:label "Johannes Justus Montijn" ;
    a2a:PersonNameFirstName "Johannes Justus" ;
    a2a:PersonNameLastName "Montijn"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1893" ;
    a2a:Month "4" ;
    a2a:Day "20" ;
    rdfs:label "1893-04-20"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gouda" ;
    a2a:DescriptiveLocationIndicator "Gouwe C 1" ;
    rdfs:label "Gouda, Gouwe C 1"
  ] .

oa:person_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_Person-98adf035-2c5d-ba6a-f253-3b48f373a931
  a a2a:Person ;
  rdfs:label "Justus Adriaan Pieter Montijn" ;
  a2a:PersonName [
    rdfs:label "Justus Adriaan Pieter Montijn" ;
    a2a:PersonNameFirstName "Justus Adriaan Pieter" ;
    a2a:PersonNameLastName "Montijn"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "37" ;
    rdfs:label "37"
  ] ;
  a2a:Profession "Kassier" .

oa:event_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1893" ;
    a2a:Month "4" ;
    a2a:Day "20" ;
    rdfs:label "1893-04-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:relationep_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_Person:3034a2fe-71c9-03ad-047d-7222f4b7ff77 ;
  a2a:EventKeyRef oa:event_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_Event1 .

oa:relationep_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_Person:c171ddda-9398-a0f9-2cd3-ff2c052f8a2c ;
  a2a:EventKeyRef oa:event_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_Event1 .

oa:relationep_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_Person:98adf035-2c5d-ba6a-f253-3b48f373a931 ;
  a2a:EventKeyRef oa:event_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588_Event1 .

oa:source_smh_c1e49727-2139-8a9b-e487-4c7b3d0bc588
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda", "1893-04-20 - 1893-04-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1893-04-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1893-04-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1893" ;
    a2a:Month "4" ;
    a2a:Day "20" ;
    rdfs:label "1893-04-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 83, Periode: 1893" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "251" ;
    a2a:RegistryNumber "83" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 83, Periode: 1893, BS Geboorteregister, 251, 83"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/ab6b357b-e58d-a04e-ab14-835fd6892e9a.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/c1e49727-2139-8a9b-e487-4c7b3d0bc588" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/ab6b357b-e58d-a04e-ab14-835fd6892e9a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/c1e49727-2139-8a9b-e487-4c7b3d0bc588" ;
  a2a:RecordGUID "{c1e49727-2139-8a9b-e487-4c7b3d0bc588}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "83" ;
  a2a:SourceRemarkregister_periode "1893" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_2547_00002547.xml van SMH" .

