@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_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2
  a a2a:Record ;
  rdfs:label "Geboorte op 24 januari 1904 te Spanbroek" ;
  a2a:hasPerson oa:person_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_Person3529211908, oa:person_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_Person3529211906, oa:person_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_Person3529211907 ;
  a2a:hasEvent oa:event_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_0, oa:relationep_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_1, oa:relationep_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_2 ;
  a2a:hasSource oa:source_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2 .

oa:person_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_Person3529211908
  a a2a:Person ;
  rdfs:label "Maria Hoogland" ;
  a2a:PersonName [
    rdfs:label "Maria Hoogland" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Hoogland"
  ] ;
  a2a:Residence [
    a2a:Place "Spanbroek" ;
    rdfs:label "Spanbroek"
  ] .

oa:person_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_Person3529211906
  a a2a:Person ;
  rdfs:label "Cornelis Hoogland" ;
  a2a:PersonName [
    rdfs:label "Cornelis Hoogland" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Hoogland"
  ] ;
  a2a:Residence [
    a2a:Place "Spanbroek" ;
    rdfs:label "Spanbroek"
  ] .

oa:person_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_Person3529211907
  a a2a:Person ;
  rdfs:label "Tekela Deen" ;
  a2a:PersonName [
    rdfs:label "Tekela Deen" ;
    a2a:PersonNameFirstName "Tekela" ;
    a2a:PersonNameLastName "Deen"
  ] ;
  a2a:Residence [
    a2a:Place "Spanbroek" ;
    rdfs:label "Spanbroek"
  ] .

oa:event_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "24-01-1904" ;
    a2a:Year "1904" ;
    a2a:Month "01" ;
    a2a:Day "24" ;
    rdfs:label "1904-01-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Spanbroek" ;
    rdfs:label "Spanbroek"
  ] .

oa:relationep_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_Person3529211908 ;
  a2a:EventKeyRef oa:event_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_Event1 .

oa:relationep_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_Person3529211906 ;
  a2a:EventKeyRef oa:event_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_Event1 .

oa:relationep_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_Person3529211907 ;
  a2a:EventKeyRef oa:event_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2_Event1 .

oa:source_wfa_5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2
  a a2a:Source ;
  rdfs:label "Westfries Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Spanbroek" ;
    a2a:Country "Nederland" ;
    rdfs:label "Spanbroek, Nederland", "1904-01-24 - 1904-01-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1904-01-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1904-01-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "24-01-1904" ;
    a2a:Year "1904" ;
    a2a:Month "01" ;
    a2a:Day "24" ;
    rdfs:label "24-01-1904"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "Spanbroek. Geboorteakten, 1904" ;
    a2a:Book "Spanbroek. Geboorteakten, 1904" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "1904g" ;
    rdfs:label "Westfries Archief, Hoorn, Spanbroek. Geboorteakten, 1904, Spanbroek. Geboorteakten, 1904, 1, 1904g"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/1FF48A893AE340D3A8D5BC4E807DE107" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/1FF48A893AE340D3A8D5BC4E807DE107" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/1FF48A893AE340D3A8D5BC4E807DE107"
  ] ;
  a2a:SourceLastChangeDate "2024-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/5C7283ACE2E240DBBBEC5E6CBFF83AF2" ;
  a2a:RecordIdentifier "3529211905" ;
  a2a:RecordGUID "{5C7283AC-E2E2-40DB-BBEC-5E6CBFF83AF2}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/EE89113DE0F94C24A2F578A1700958FD" .

