@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_79f9b07a-bc79-471d-a18b-d87fce7d09ca
  a a2a:Record ;
  rdfs:label "Geboorte op 19 november 1844 te Coevorden" ;
  a2a:hasPerson oa:person_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_Person-c025841c-6f2b-4d45-9178-e9b837a32c16, oa:person_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_Person-1a9ac320-0eaa-44a4-8427-7b9ad7221cdd, oa:person_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_Person-b7aada64-0fec-47fb-9fb2-88cfb28029a9 ;
  a2a:hasEvent oa:event_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_0, oa:relationep_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_1, oa:relationep_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_2 ;
  a2a:hasSource oa:source_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca .

oa:person_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_Person-c025841c-6f2b-4d45-9178-e9b837a32c16
  a a2a:Person ;
  rdfs:label "Gerrit Koolhof" ;
  a2a:PersonName [
    rdfs:label "Gerrit Koolhof" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Koolhof"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "42" ;
    rdfs:label "42"
  ] ;
  a2a:Profession "wever" .

oa:person_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_Person-1a9ac320-0eaa-44a4-8427-7b9ad7221cdd
  a a2a:Person ;
  rdfs:label "Barbertje Roelofs Strijker" ;
  a2a:PersonName [
    rdfs:label "Barbertje Roelofs Strijker" ;
    a2a:PersonNameFirstName "Barbertje Roelofs" ;
    a2a:PersonNameLastName "Strijker"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:Profession "-" .

oa:person_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_Person-b7aada64-0fec-47fb-9fb2-88cfb28029a9
  a a2a:Person ;
  rdfs:label "Albert Jan Koolhof" ;
  a2a:PersonName [
    rdfs:label "Albert Jan Koolhof" ;
    a2a:PersonNameFirstName "Albert Jan" ;
    a2a:PersonNameLastName "Koolhof"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1844" ;
    a2a:Month "11" ;
    a2a:Day "19" ;
    rdfs:label "1844-11-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Coevorden" ;
    rdfs:label "Coevorden"
  ] .

oa:event_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1844" ;
    a2a:Month "11" ;
    a2a:Day "19" ;
    rdfs:label "1844-11-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Coevorden" ;
    rdfs:label "Coevorden"
  ] .

oa:relationep_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_Person:c025841c-6f2b-4d45-9178-e9b837a32c16 ;
  a2a:EventKeyRef oa:event_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_Event1 .

oa:relationep_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_Person:1a9ac320-0eaa-44a4-8427-7b9ad7221cdd ;
  a2a:EventKeyRef oa:event_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_Event1 .

oa:relationep_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_Person:b7aada64-0fec-47fb-9fb2-88cfb28029a9 ;
  a2a:EventKeyRef oa:event_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca_Event1 .

oa:source_dar_79f9b07a-bc79-471d-a18b-d87fce7d09ca
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Coevorden" ;
    rdfs:label "Coevorden", "1844-11-20 - 1844-11-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1844-11-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1844-11-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1844" ;
    a2a:Month "11" ;
    a2a:Day "20" ;
    rdfs:label "1844-11-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1844, Periode: 1844" ;
    a2a:Book "Geboorteregister Coevorden 1844" ;
    a2a:DocumentNumber "84" ;
    a2a:RegistryNumber "1844" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1844, Periode: 1844, Geboorteregister Coevorden 1844, 84, 1844"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/39831756-8670-bb56-7f66-a2a0fdff3ce3.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/79f9b07a-bc79-471d-a18b-d87fce7d09ca" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/39831756-8670-bb56-7f66-a2a0fdff3ce3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/79f9b07a-bc79-471d-a18b-d87fce7d09ca" ;
  a2a:RecordGUID "{79f9b07a-bc79-471d-a18b-d87fce7d09ca}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_2923_00002923.xml van DAR" .

