@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_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0
  a a2a:Record ;
  rdfs:label "Geboorte op 17 februari 1903 te Orvelte" ;
  a2a:hasPerson oa:person_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_Person-ba4317bb-cd11-4aa6-bcb8-08fd712e7510, oa:person_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_Person-44c7ac59-008b-4c9e-979a-23d962b30878, oa:person_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_Person-5d75fc3f-1231-45b2-aeec-c1d298fa0930 ;
  a2a:hasEvent oa:event_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_0, oa:relationep_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_1, oa:relationep_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_2 ;
  a2a:hasSource oa:source_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0 .

oa:person_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_Person-ba4317bb-cd11-4aa6-bcb8-08fd712e7510
  a a2a:Person ;
  rdfs:label "Roelof Snoeijing" ;
  a2a:PersonName [
    rdfs:label "Roelof Snoeijing" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNameLastName "Snoeijing"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "39" ;
    rdfs:label "39"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_Person-44c7ac59-008b-4c9e-979a-23d962b30878
  a a2a:Person ;
  rdfs:label "Geesje Kuik" ;
  a2a:PersonName [
    rdfs:label "Geesje Kuik" ;
    a2a:PersonNameFirstName "Geesje" ;
    a2a:PersonNameLastName "Kuik"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_Person-5d75fc3f-1231-45b2-aeec-c1d298fa0930
  a a2a:Person ;
  rdfs:label "Jans Snoeijing" ;
  a2a:PersonName [
    rdfs:label "Jans Snoeijing" ;
    a2a:PersonNameFirstName "Jans" ;
    a2a:PersonNameLastName "Snoeijing"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "2" ;
    a2a:Day "17" ;
    rdfs:label "1903-02-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Orvelte" ;
    rdfs:label "Orvelte"
  ] .

oa:event_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "2" ;
    a2a:Day "17" ;
    rdfs:label "1903-02-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Orvelte" ;
    rdfs:label "Orvelte"
  ] .

oa:relationep_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_Person:ba4317bb-cd11-4aa6-bcb8-08fd712e7510 ;
  a2a:EventKeyRef oa:event_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_Event1 .

oa:relationep_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_Person:44c7ac59-008b-4c9e-979a-23d962b30878 ;
  a2a:EventKeyRef oa:event_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_Event1 .

oa:relationep_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_Person:5d75fc3f-1231-45b2-aeec-c1d298fa0930 ;
  a2a:EventKeyRef oa:event_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0_Event1 .

oa:source_dar_3ef692db-d9ed-4e3b-82b6-01a1eedc61b0
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Westerbork" ;
    rdfs:label "Westerbork", "1903-02-17 - 1903-02-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-02-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-02-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1903" ;
    a2a:Month "2" ;
    a2a:Day "17" ;
    rdfs:label "1903-02-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1903, Periode: 1903" ;
    a2a:Book "Geboorteregister Westerbork 1903" ;
    a2a:DocumentNumber "17" ;
    a2a:RegistryNumber "1903" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1903, Periode: 1903, Geboorteregister Westerbork 1903, 17, 1903"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/201bee5f-41bc-f54b-6846-1983c4a865d7.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/3ef692db-d9ed-4e3b-82b6-01a1eedc61b0" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/201bee5f-41bc-f54b-6846-1983c4a865d7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/3ef692db-d9ed-4e3b-82b6-01a1eedc61b0" ;
  a2a:RecordGUID "{3ef692db-d9ed-4e3b-82b6-01a1eedc61b0}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_1783_00001783.xml van DAR" .

