@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_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e
  a a2a:Record ;
  rdfs:label "Geboorte op 3 oktober 1866" ;
  a2a:hasPerson oa:person_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_Person-d1d86dab-4d00-c04b-2ac6-a378d05127f3, oa:person_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_Person-cf6e20f9-825c-4260-ff87-42c03aaedc25, oa:person_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_Person-4e16ea39-b261-bf04-51dc-3c660714dec4 ;
  a2a:hasEvent oa:event_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_0, oa:relationep_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_1, oa:relationep_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_2 ;
  a2a:hasSource oa:source_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e .

oa:person_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_Person-d1d86dab-4d00-c04b-2ac6-a378d05127f3
  a a2a:Person ;
  rdfs:label "Gerrit Jan Tros" ;
  a2a:PersonName [
    rdfs:label "Gerrit Jan Tros" ;
    a2a:PersonNameFirstName "Gerrit Jan" ;
    a2a:PersonNameLastName "Tros"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1866" ;
    a2a:Month "10" ;
    a2a:Day "3" ;
    rdfs:label "1866-10-03"^^xsd:date
  ] .

oa:person_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_Person-cf6e20f9-825c-4260-ff87-42c03aaedc25
  a a2a:Person ;
  rdfs:label "Ida Bruggink" ;
  a2a:PersonName [
    rdfs:label "Ida Bruggink" ;
    a2a:PersonNameFirstName "Ida" ;
    a2a:PersonNameLastName "Bruggink"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_Person-4e16ea39-b261-bf04-51dc-3c660714dec4
  a a2a:Person ;
  rdfs:label "Gerrit Jan Tros" ;
  a2a:PersonName [
    rdfs:label "Gerrit Jan Tros" ;
    a2a:PersonNameFirstName "Gerrit Jan" ;
    a2a:PersonNameLastName "Tros"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1866" ;
    a2a:Month "10" ;
    a2a:Day "3" ;
    rdfs:label "1866-10-03"^^xsd:date
  ] .

oa:relationep_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_Person:d1d86dab-4d00-c04b-2ac6-a378d05127f3 ;
  a2a:EventKeyRef oa:event_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_Event1 .

oa:relationep_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_Person:cf6e20f9-825c-4260-ff87-42c03aaedc25 ;
  a2a:EventKeyRef oa:event_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_Event1 .

oa:relationep_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_Person:4e16ea39-b261-bf04-51dc-3c660714dec4 ;
  a2a:EventKeyRef oa:event_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e_Event1 .

oa:source_bhi_bc6dad91-c896-9cec-da2d-fbfc78c5b95e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hooge en Lage Zwaluwe" ;
    rdfs:label "Hooge en Lage Zwaluwe", "1866-10-04 - 1866-10-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1866-10-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1866-10-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1866" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1866-10-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 9585, Periode: 1866" ;
    a2a:Book "Geboorteregister Hooge en Lage Zwaluwe 1866" ;
    a2a:DocumentNumber "114" ;
    a2a:RegistryNumber "9585" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 9585, Periode: 1866, Geboorteregister Hooge en Lage Zwaluwe 1866, 114, 9585"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/f6110ce0-b622-1238-1056-1f7482716b39.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/f6110ce0-b622-1238-1056-1f7482716b39.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-10-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/bc6dad91-c896-9cec-da2d-fbfc78c5b95e" ;
  a2a:RecordGUID "{bc6dad91-c896-9cec-da2d-fbfc78c5b95e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_75562_00075562.xml van BHI" .

