@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_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a
  a a2a:Record ;
  rdfs:label "Geboorte op 27 maart 1854 te Het Haagje" ;
  a2a:hasPerson oa:person_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_Person-9676141f-92e0-47e0-b2c7-94870afb13a7, oa:person_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_Person-edd7597f-3e2d-48c1-bbc5-28b90a8a67fe, oa:person_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_Person-4cdcc373-8fd9-40b7-8815-ca13c831e471 ;
  a2a:hasEvent oa:event_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_0, oa:relationep_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_1, oa:relationep_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_2 ;
  a2a:hasSource oa:source_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a .

oa:person_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_Person-9676141f-92e0-47e0-b2c7-94870afb13a7
  a a2a:Person ;
  rdfs:label "Cornelius Pothoff Hulst" ;
  a2a:PersonName [
    rdfs:label "Cornelius Pothoff Hulst" ;
    a2a:PersonNameFirstName "Cornelius Pothoff" ;
    a2a:PersonNameLastName "Hulst"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "34" ;
    rdfs:label "34"
  ] ;
  a2a:Profession "meester taxateur" .

oa:person_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_Person-edd7597f-3e2d-48c1-bbc5-28b90a8a67fe
  a a2a:Person ;
  rdfs:label "Eva Bergmann" ;
  a2a:PersonName [
    rdfs:label "Eva Bergmann" ;
    a2a:PersonNameFirstName "Eva" ;
    a2a:PersonNameLastName "Bergmann"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_Person-4cdcc373-8fd9-40b7-8815-ca13c831e471
  a a2a:Person ;
  rdfs:label "Anna Adriana Hulst" ;
  a2a:PersonName [
    rdfs:label "Anna Adriana Hulst" ;
    a2a:PersonNameFirstName "Anna Adriana" ;
    a2a:PersonNameLastName "Hulst"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1854" ;
    a2a:Month "3" ;
    a2a:Day "27" ;
    rdfs:label "1854-03-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Het Haagje" ;
    rdfs:label "Het Haagje"
  ] .

oa:event_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1854" ;
    a2a:Month "3" ;
    a2a:Day "27" ;
    rdfs:label "1854-03-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Het Haagje" ;
    rdfs:label "Het Haagje"
  ] .

oa:relationep_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_Person:9676141f-92e0-47e0-b2c7-94870afb13a7 ;
  a2a:EventKeyRef oa:event_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_Event1 .

oa:relationep_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_Person:edd7597f-3e2d-48c1-bbc5-28b90a8a67fe ;
  a2a:EventKeyRef oa:event_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_Event1 .

oa:relationep_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_Person:4cdcc373-8fd9-40b7-8815-ca13c831e471 ;
  a2a:EventKeyRef oa:event_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a_Event1 .

oa:source_dar_4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen", "1854-03-29 - 1854-03-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1854-03-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1854-03-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1854" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1854-03-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1854, Periode: 1854" ;
    a2a:Book "Geboorteregister Hoogeveen 1854" ;
    a2a:DocumentNumber "67" ;
    a2a:RegistryNumber "1854" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1854, Periode: 1854, Geboorteregister Hoogeveen 1854, 67, 1854"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/aa7d6c17-4568-21a4-3f29-aaecd8e8ad22.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/aa7d6c17-4568-21a4-3f29-aaecd8e8ad22.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a" ;
  a2a:RecordGUID "{4301f6a4-e3f3-46d6-ab83-5b7e3a1e6f2a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_1840_00001840.xml van DAR" .

