@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_raa_0cb36f33-e577-4b0f-8a0c-a68f5df2968a
  a a2a:Record ;
  rdfs:label "Geboorte op 11 januari 1902" ;
  a2a:hasPerson oa:person_raa_0cb36f33-e577-4b0f-8a0c-a68f5df2968a_Person-1e200c38-93ce-4c38-aafd-6796854d1418 ;
  a2a:hasEvent oa:event_raa_0cb36f33-e577-4b0f-8a0c-a68f5df2968a_Event1 ;
  a2a:hasRelationEP oa:relationep_raa_0cb36f33-e577-4b0f-8a0c-a68f5df2968a_0 ;
  a2a:hasSource oa:source_raa_0cb36f33-e577-4b0f-8a0c-a68f5df2968a .

oa:person_raa_0cb36f33-e577-4b0f-8a0c-a68f5df2968a_Person-1e200c38-93ce-4c38-aafd-6796854d1418
  a a2a:Person ;
  rdfs:label "Jan Baijs" ;
  a2a:PersonName [
    rdfs:label "Jan Baijs" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Baijs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1902" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1902-01-11"^^xsd:date
  ] .

oa:event_raa_0cb36f33-e577-4b0f-8a0c-a68f5df2968a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1902" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1902-01-11"^^xsd:date
  ] .

oa:relationep_raa_0cb36f33-e577-4b0f-8a0c-a68f5df2968a_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_raa_0cb36f33-e577-4b0f-8a0c-a68f5df2968a_Person:1e200c38-93ce-4c38-aafd-6796854d1418 ;
  a2a:EventKeyRef oa:event_raa_0cb36f33-e577-4b0f-8a0c-a68f5df2968a_Event1 .

oa:source_raa_0cb36f33-e577-4b0f-8a0c-a68f5df2968a
  a a2a:Source ;
  rdfs:label "Regionaal Archief Alkmaar, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wieringen" ;
    rdfs:label "Wieringen", "1902-01-11 - 1902-01-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1902-01-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-01-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1902" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1902-01-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Alkmaar" ;
    a2a:Place "Alkmaar" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Regiogemeenten, Bron: Geboorteregister, Deel: 430, Periode: 1891-1905" ;
    a2a:Book "Geboorteregister" ;
    a2a:DocumentNumber "6" ;
    a2a:RegistryNumber "430" ;
    rdfs:label "Regionaal Archief Alkmaar, Alkmaar, Archiefnaam: Burgerlijke Stand Regiogemeenten, Bron: Geboorteregister, Deel: 430, Periode: 1891-1905, Geboorteregister, 6, 430"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/raa/thumb/640x480/801a2c94-55df-3d55-2881-e1088f1f709b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/raa/thumb/250x250/801a2c94-55df-3d55-2881-e1088f1f709b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-05-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchiefalkmaar.nl/collecties/personen-zoeken/zoeken-in-personen/deeds/0cb36f33-e577-4b0f-8a0c-a68f5df2968a" ;
  a2a:RecordGUID "{0cb36f33-e577-4b0f-8a0c-a68f5df2968a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_819_00000819.xml van RAA" .

