@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_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2
  a a2a:Record ;
  rdfs:label "Geboorte op 15 april 1826 te Delfshaven" ;
  a2a:hasPerson oa:person_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_Person2371442517, oa:person_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_Person2371442518, oa:person_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_Person2371442519 ;
  a2a:hasEvent oa:event_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_0, oa:relationep_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_1, oa:relationep_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_2 ;
  a2a:hasSource oa:source_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2 .

oa:person_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_Person2371442517
  a a2a:Person ;
  rdfs:label "Gerardus van Weel" ;
  a2a:PersonName [
    rdfs:label "Gerardus van Weel" ;
    a2a:PersonNameFirstName "Gerardus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Weel"
  ] ;
  a2a:Gender "Man" .

oa:person_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_Person2371442518
  a a2a:Person ;
  rdfs:label "Gerardus van Weel" ;
  a2a:PersonName [
    rdfs:label "Gerardus van Weel" ;
    a2a:PersonNameFirstName "Gerardus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Weel"
  ] .

oa:person_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_Person2371442519
  a a2a:Person ;
  rdfs:label "Anna Maria Beits" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Beits" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Beits"
  ] .

oa:event_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "15-04-1826" ;
    a2a:Year "1826" ;
    a2a:Month "04" ;
    a2a:Day "15" ;
    rdfs:label "1826-04-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Delfshaven" ;
    rdfs:label "Delfshaven"
  ] .

oa:relationep_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_Person2371442517 ;
  a2a:EventKeyRef oa:event_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_Event1 .

oa:relationep_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_Person2371442518 ;
  a2a:EventKeyRef oa:event_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_Event1 .

oa:relationep_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_Person2371442519 ;
  a2a:EventKeyRef oa:event_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2_Event1 .

oa:source_srt_CACE968B-2C88-4F38-B2DB-292AF25FF8D2
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Delfshaven" ;
    a2a:Country "Nederland" ;
    rdfs:label "Delfshaven, Nederland", "1826-01-01 - 1826-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1826-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1826-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1826" ;
    a2a:Year "1826" ;
    rdfs:label "1826"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Archieven van de Plaatselijke Besturen van Delfshaven en Schoonderloo" ;
    a2a:Book "Index op het geboorteregister van de gemeente Delfshaven, 1822-1831" ;
    a2a:DocumentNumber "36" ;
    a2a:RegistryNumber "1157" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Archieven van de Plaatselijke Besturen van Delfshaven en Schoonderloo, Index op het geboorteregister van de gemeente Delfshaven, 1822-1831, 36, 1157"
  ] ;
  a2a:SourceLastChangeDate "2025-09-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/CACE968B2C884F38B2DB292AF25FF8D2" ;
  a2a:RecordIdentifier "2371442516" ;
  a2a:RecordGUID "{CACE968B-2C88-4F38-B2DB-292AF25FF8D2}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/D85F0CFC7CD14390B478EE43C35DC11F" .

