@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_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f
  a a2a:Record ;
  rdfs:label "Geboorte op 4 mei 1861 te Gouda" ;
  a2a:hasPerson oa:person_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_Person-883b3d3b-6034-0e48-4808-8f5d0e2081cf, oa:person_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_Person-4d86022c-3fd4-695a-f94c-33a664432ee0, oa:person_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_Person-9b1550ea-e8b9-cd5e-dedb-c97744aaff0d ;
  a2a:hasEvent oa:event_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_0, oa:relationep_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_1, oa:relationep_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_2 ;
  a2a:hasSource oa:source_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f .

oa:person_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_Person-883b3d3b-6034-0e48-4808-8f5d0e2081cf
  a a2a:Person ;
  rdfs:label "Gerrit Adriaan Dirk Jan Gabrij" ;
  a2a:PersonName [
    rdfs:label "Gerrit Adriaan Dirk Jan Gabrij" ;
    a2a:PersonNameFirstName "Gerrit Adriaan Dirk Jan" ;
    a2a:PersonNameLastName "Gabrij"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "35" ;
    rdfs:label "35"
  ] ;
  a2a:Profession "Orgelmaker" .

oa:person_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_Person-4d86022c-3fd4-695a-f94c-33a664432ee0
  a a2a:Person ;
  rdfs:label "Adriene Henriette Karrewij" ;
  a2a:PersonName [
    rdfs:label "Adriene Henriette Karrewij" ;
    a2a:PersonNameFirstName "Adriene Henriette" ;
    a2a:PersonNameLastName "Karrewij"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_Person-9b1550ea-e8b9-cd5e-dedb-c97744aaff0d
  a a2a:Person ;
  rdfs:label "Hendrik Constantijn Gabrij" ;
  a2a:PersonName [
    rdfs:label "Hendrik Constantijn Gabrij" ;
    a2a:PersonNameFirstName "Hendrik Constantijn" ;
    a2a:PersonNameLastName "Gabrij"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1861" ;
    a2a:Month "5" ;
    a2a:Day "4" ;
    rdfs:label "1861-05-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gouda" ;
    a2a:DescriptiveLocationIndicator "Turfmarkt H 160" ;
    rdfs:label "Gouda, Turfmarkt H 160"
  ] .

oa:event_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1861" ;
    a2a:Month "5" ;
    a2a:Day "4" ;
    rdfs:label "1861-05-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda"
  ] .

oa:relationep_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_Person:883b3d3b-6034-0e48-4808-8f5d0e2081cf ;
  a2a:EventKeyRef oa:event_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_Event1 .

oa:relationep_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_Person:4d86022c-3fd4-695a-f94c-33a664432ee0 ;
  a2a:EventKeyRef oa:event_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_Event1 .

oa:relationep_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_Person:9b1550ea-e8b9-cd5e-dedb-c97744aaff0d ;
  a2a:EventKeyRef oa:event_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f_Event1 .

oa:source_smh_d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Gouda" ;
    rdfs:label "Gouda", "1861-05-04 - 1861-05-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1861-05-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1861-05-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1861" ;
    a2a:Month "5" ;
    a2a:Day "4" ;
    rdfs:label "1861-05-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 51, Periode: 1861" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "256" ;
    a2a:RegistryNumber "51" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 51, Periode: 1861, BS Geboorteregister, 256, 51"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/62783e21-c287-70f3-e519-9dd367a7e029.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/62783e21-c287-70f3-e519-9dd367a7e029.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f" ;
  a2a:RecordGUID "{d366c1f5-af0c-c5c2-a2cd-ee3d8e31866f}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "51" ;
  a2a:SourceRemarkregister_periode "1861" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_2673_00002673.xml van SMH" .

