@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_5a3f63c7-aae1-49d5-87e8-044bd3b60abc
  a a2a:Record ;
  rdfs:label "Geboorte op 12 januari 1837 te Exloo" ;
  a2a:hasPerson oa:person_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_Person-2aaa4e4f-f1a3-4ee2-9130-5591d8c5be2a, oa:person_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_Person-c44580a8-e302-4b44-9ec2-74bc29442085, oa:person_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_Person-d5441d6b-efc4-4965-8275-9523741cec54 ;
  a2a:hasEvent oa:event_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_0, oa:relationep_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_1, oa:relationep_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_2 ;
  a2a:hasSource oa:source_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc .

oa:person_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_Person-2aaa4e4f-f1a3-4ee2-9130-5591d8c5be2a
  a a2a:Person ;
  rdfs:label "Steven Brinks" ;
  a2a:PersonName [
    rdfs:label "Steven Brinks" ;
    a2a:PersonNameFirstName "Steven" ;
    a2a:PersonNameLastName "Brinks"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40" ;
    rdfs:label "40"
  ] ;
  a2a:Profession "koopman" .

oa:person_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_Person-c44580a8-e302-4b44-9ec2-74bc29442085
  a a2a:Person ;
  rdfs:label "Catarina Vosters" ;
  a2a:PersonName [
    rdfs:label "Catarina Vosters" ;
    a2a:PersonNameFirstName "Catarina" ;
    a2a:PersonNameLastName "Vosters"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "38" ;
    rdfs:label "38"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_Person-d5441d6b-efc4-4965-8275-9523741cec54
  a a2a:Person ;
  rdfs:label "Grietien Brinks" ;
  a2a:PersonName [
    rdfs:label "Grietien Brinks" ;
    a2a:PersonNameFirstName "Grietien" ;
    a2a:PersonNameLastName "Brinks"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1837" ;
    a2a:Month "1" ;
    a2a:Day "12" ;
    rdfs:label "1837-01-12"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Exloo" ;
    rdfs:label "Exloo"
  ] .

oa:event_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1837" ;
    a2a:Month "1" ;
    a2a:Day "12" ;
    rdfs:label "1837-01-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Exloo" ;
    rdfs:label "Exloo"
  ] .

oa:relationep_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_Person:2aaa4e4f-f1a3-4ee2-9130-5591d8c5be2a ;
  a2a:EventKeyRef oa:event_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_Event1 .

oa:relationep_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_Person:c44580a8-e302-4b44-9ec2-74bc29442085 ;
  a2a:EventKeyRef oa:event_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_Event1 .

oa:relationep_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_Person:d5441d6b-efc4-4965-8275-9523741cec54 ;
  a2a:EventKeyRef oa:event_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc_Event1 .

oa:source_dar_5a3f63c7-aae1-49d5-87e8-044bd3b60abc
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Odoorn" ;
    rdfs:label "Odoorn", "1837-01-13 - 1837-01-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1837-01-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1837-01-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1837" ;
    a2a:Month "1" ;
    a2a:Day "13" ;
    rdfs:label "1837-01-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1837, Periode: 1837" ;
    a2a:Book "Geboorteregister Odoorn 1837" ;
    a2a:DocumentNumber "3" ;
    a2a:RegistryNumber "1837" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1837, Periode: 1837, Geboorteregister Odoorn 1837, 3, 1837"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/3090e925-8311-51c3-b1d8-b56143f4cf8a.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5a3f63c7-aae1-49d5-87e8-044bd3b60abc" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/3090e925-8311-51c3-b1d8-b56143f4cf8a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5a3f63c7-aae1-49d5-87e8-044bd3b60abc" ;
  a2a:RecordGUID "{5a3f63c7-aae1-49d5-87e8-044bd3b60abc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_1208_00001208.xml van DAR" .

