@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_daebcddb-a89a-4a58-a8ce-b8f5f97c3398
  a a2a:Record ;
  rdfs:label "Geboorte op 30 januari 1885 te Weerdingermarke" ;
  a2a:hasPerson oa:person_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_Person-9f56ab67-18fd-478a-832e-d7e00ef877b2, oa:person_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_Person-5d0523b0-3d1f-44b0-8d7e-faa5e8b7b89c, oa:person_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_Person-18818473-8ab3-4a25-896d-ff924da2ef3e ;
  a2a:hasEvent oa:event_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_0, oa:relationep_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_1, oa:relationep_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_2 ;
  a2a:hasSource oa:source_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398 .

oa:person_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_Person-9f56ab67-18fd-478a-832e-d7e00ef877b2
  a a2a:Person ;
  rdfs:label "Hendrik Hofman" ;
  a2a:PersonName [
    rdfs:label "Hendrik Hofman" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Hofman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "34" ;
    rdfs:label "34"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_Person-5d0523b0-3d1f-44b0-8d7e-faa5e8b7b89c
  a a2a:Person ;
  rdfs:label "Hendrikje Snippe" ;
  a2a:PersonName [
    rdfs:label "Hendrikje Snippe" ;
    a2a:PersonNameFirstName "Hendrikje" ;
    a2a:PersonNameLastName "Snippe"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_Person-18818473-8ab3-4a25-896d-ff924da2ef3e
  a a2a:Person ;
  rdfs:label "Tiem Hofman" ;
  a2a:PersonName [
    rdfs:label "Tiem Hofman" ;
    a2a:PersonNameFirstName "Tiem" ;
    a2a:PersonNameLastName "Hofman"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1885" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1885-01-30"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Weerdingermarke" ;
    rdfs:label "Weerdingermarke"
  ] .

oa:event_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1885" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1885-01-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Weerdingermarke" ;
    rdfs:label "Weerdingermarke"
  ] .

oa:relationep_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_Person:9f56ab67-18fd-478a-832e-d7e00ef877b2 ;
  a2a:EventKeyRef oa:event_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_Event1 .

oa:relationep_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_Person:5d0523b0-3d1f-44b0-8d7e-faa5e8b7b89c ;
  a2a:EventKeyRef oa:event_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_Event1 .

oa:relationep_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_Person:18818473-8ab3-4a25-896d-ff924da2ef3e ;
  a2a:EventKeyRef oa:event_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398_Event1 .

oa:source_dar_daebcddb-a89a-4a58-a8ce-b8f5f97c3398
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen", "1885-01-31 - 1885-01-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1885-01-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1885-01-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1885" ;
    a2a:Month "1" ;
    a2a:Day "31" ;
    rdfs:label "1885-01-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1885, Periode: 1885" ;
    a2a:Book "Geboorteregister Emmen 1885" ;
    a2a:DocumentNumber "43" ;
    a2a:RegistryNumber "1885" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1885, Periode: 1885, Geboorteregister Emmen 1885, 43, 1885"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/27c434b6-29ff-7a04-e902-7bcfe8d190fb.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/daebcddb-a89a-4a58-a8ce-b8f5f97c3398" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/27c434b6-29ff-7a04-e902-7bcfe8d190fb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/daebcddb-a89a-4a58-a8ce-b8f5f97c3398" ;
  a2a:RecordGUID "{daebcddb-a89a-4a58-a8ce-b8f5f97c3398}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_771_00000771.xml van DAR" .

