@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_fec3c19c-306a-4f70-8760-e39fab3a8a60
  a a2a:Record ;
  rdfs:label "Geboorte op 17 november 1878 te Tynaarlo" ;
  a2a:hasPerson oa:person_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_Person-1f6ecbf8-3a09-4d2e-b500-9c310e694322, oa:person_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_Person-0325a2c4-b646-44ab-97b4-283d7c61c82b, oa:person_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_Person-0a7a491a-316e-4293-a737-0f41327d04c9 ;
  a2a:hasEvent oa:event_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_0, oa:relationep_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_1, oa:relationep_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_2 ;
  a2a:hasSource oa:source_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60 .

oa:person_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_Person-1f6ecbf8-3a09-4d2e-b500-9c310e694322
  a a2a:Person ;
  rdfs:label "Albert Veendijk" ;
  a2a:PersonName [
    rdfs:label "Albert Veendijk" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Veendijk"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "39" ;
    rdfs:label "39"
  ] ;
  a2a:Profession "bakker" .

oa:person_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_Person-0325a2c4-b646-44ab-97b4-283d7c61c82b
  a a2a:Person ;
  rdfs:label "Fennechien Bijker" ;
  a2a:PersonName [
    rdfs:label "Fennechien Bijker" ;
    a2a:PersonNameFirstName "Fennechien" ;
    a2a:PersonNameLastName "Bijker"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_Person-0a7a491a-316e-4293-a737-0f41327d04c9
  a a2a:Person ;
  rdfs:label "Geertien Veendijk" ;
  a2a:PersonName [
    rdfs:label "Geertien Veendijk" ;
    a2a:PersonNameFirstName "Geertien" ;
    a2a:PersonNameLastName "Veendijk"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1878" ;
    a2a:Month "11" ;
    a2a:Day "17" ;
    rdfs:label "1878-11-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Tynaarlo" ;
    rdfs:label "Tynaarlo"
  ] .

oa:event_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1878" ;
    a2a:Month "11" ;
    a2a:Day "17" ;
    rdfs:label "1878-11-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tynaarlo" ;
    rdfs:label "Tynaarlo"
  ] .

oa:relationep_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_Person:1f6ecbf8-3a09-4d2e-b500-9c310e694322 ;
  a2a:EventKeyRef oa:event_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_Event1 .

oa:relationep_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_Person:0325a2c4-b646-44ab-97b4-283d7c61c82b ;
  a2a:EventKeyRef oa:event_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_Event1 .

oa:relationep_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_Person:0a7a491a-316e-4293-a737-0f41327d04c9 ;
  a2a:EventKeyRef oa:event_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60_Event1 .

oa:source_dar_fec3c19c-306a-4f70-8760-e39fab3a8a60
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Vries" ;
    rdfs:label "Vries", "1878-11-18 - 1878-11-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1878-11-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1878-11-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1878" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "1878-11-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1878, Periode: 1878" ;
    a2a:Book "Geboorteregister Vries 1878" ;
    a2a:DocumentNumber "65" ;
    a2a:RegistryNumber "1878" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1878, Periode: 1878, Geboorteregister Vries 1878, 65, 1878"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/a9820ba7-2765-ccc7-516e-a041d718b00a.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/fec3c19c-306a-4f70-8760-e39fab3a8a60" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/a9820ba7-2765-ccc7-516e-a041d718b00a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/fec3c19c-306a-4f70-8760-e39fab3a8a60" ;
  a2a:RecordGUID "{fec3c19c-306a-4f70-8760-e39fab3a8a60}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_3815_00003815.xml van DAR" .

