@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_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85
  a a2a:Record ;
  rdfs:label "Geboorte op 22 oktober 1852 te Nieuw-Buinen" ;
  a2a:hasPerson oa:person_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_Person-faa9b95a-8a4f-423d-96b8-d47c6d965cc1, oa:person_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_Person-0ac6bf3b-1fb8-4a26-b10c-f73df141d0b1, oa:person_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_Person-f106d43d-69ce-4f97-9750-2583a8e543de ;
  a2a:hasEvent oa:event_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_0, oa:relationep_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_1, oa:relationep_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_2 ;
  a2a:hasSource oa:source_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85 .

oa:person_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_Person-faa9b95a-8a4f-423d-96b8-d47c6d965cc1
  a a2a:Person ;
  rdfs:label "Philippus Hindrikus Blok" ;
  a2a:PersonName [
    rdfs:label "Philippus Hindrikus Blok" ;
    a2a:PersonNameFirstName "Philippus Hindrikus" ;
    a2a:PersonNameLastName "Blok"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_Person-0ac6bf3b-1fb8-4a26-b10c-f73df141d0b1
  a a2a:Person ;
  rdfs:label "Grietje Freerks Waldijk" ;
  a2a:PersonName [
    rdfs:label "Grietje Freerks Waldijk" ;
    a2a:PersonNameFirstName "Grietje Freerks" ;
    a2a:PersonNameLastName "Waldijk"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeidster" .

oa:person_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_Person-f106d43d-69ce-4f97-9750-2583a8e543de
  a a2a:Person ;
  rdfs:label "Elsien Blok" ;
  a2a:PersonName [
    rdfs:label "Elsien Blok" ;
    a2a:PersonNameFirstName "Elsien" ;
    a2a:PersonNameLastName "Blok"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1852" ;
    a2a:Month "10" ;
    a2a:Day "22" ;
    rdfs:label "1852-10-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nieuw-Buinen" ;
    rdfs:label "Nieuw-Buinen"
  ] .

oa:event_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1852" ;
    a2a:Month "10" ;
    a2a:Day "22" ;
    rdfs:label "1852-10-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nieuw-Buinen" ;
    rdfs:label "Nieuw-Buinen"
  ] .

oa:relationep_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_Person:faa9b95a-8a4f-423d-96b8-d47c6d965cc1 ;
  a2a:EventKeyRef oa:event_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_Event1 .

oa:relationep_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_Person:0ac6bf3b-1fb8-4a26-b10c-f73df141d0b1 ;
  a2a:EventKeyRef oa:event_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_Event1 .

oa:relationep_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_Person:f106d43d-69ce-4f97-9750-2583a8e543de ;
  a2a:EventKeyRef oa:event_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85_Event1 .

oa:source_dar_05f1f660-6f43-4d44-8aca-0d2ae0e2cf85
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Borger" ;
    rdfs:label "Borger", "1852-10-24 - 1852-10-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1852-10-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1852-10-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1852" ;
    a2a:Month "10" ;
    a2a:Day "24" ;
    rdfs:label "1852-10-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1852, Periode: 1852" ;
    a2a:Book "Geboorteregister Borger 1852" ;
    a2a:DocumentNumber "111" ;
    a2a:RegistryNumber "1852" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1852, Periode: 1852, Geboorteregister Borger 1852, 111, 1852"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/d2518e6b-e9b9-1d88-b82d-a14ff5fc2d88.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/05f1f660-6f43-4d44-8aca-0d2ae0e2cf85" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/d2518e6b-e9b9-1d88-b82d-a14ff5fc2d88.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/05f1f660-6f43-4d44-8aca-0d2ae0e2cf85" ;
  a2a:RecordGUID "{05f1f660-6f43-4d44-8aca-0d2ae0e2cf85}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_3534_00003534.xml van DAR" .

