@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_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c
  a a2a:Record ;
  rdfs:label "Doop op 9 november 1777" ;
  a2a:hasPerson oa:person_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_Person-e2f9df29-9953-551c-5817-e367aef60c8f, oa:person_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_Person-711a5601-4836-eac4-d78b-4f01f2d45986, oa:person_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_Person-e1da5519-d408-8d36-0be7-fc5db18f20af, oa:person_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_Person-6b2e3c43-b240-a06f-9a75-4b75b59eecd9 ;
  a2a:hasEvent oa:event_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_0, oa:relationep_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_1, oa:relationep_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_2, oa:relationep_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_3 ;
  a2a:hasSource oa:source_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c .

oa:person_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_Person-e2f9df29-9953-551c-5817-e367aef60c8f
  a a2a:Person ;
  rdfs:label "Grietje Jans" ;
  a2a:PersonName [
    rdfs:label "Grietje Jans" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNamePatronym "Jans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_Person-711a5601-4836-eac4-d78b-4f01f2d45986
  a a2a:Person ;
  rdfs:label "Jan Hendriks Muller" ;
  a2a:PersonName [
    rdfs:label "Jan Hendriks Muller" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Hendriks" ;
    a2a:PersonNameLastName "Muller"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_Person-e1da5519-d408-8d36-0be7-fc5db18f20af
  a a2a:Person ;
  rdfs:label "Jannis Jans" ;
  a2a:PersonName [
    rdfs:label "Jannis Jans" ;
    a2a:PersonNameFirstName "Jannis" ;
    a2a:PersonNamePatronym "Jans"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:person_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_Person-6b2e3c43-b240-a06f-9a75-4b75b59eecd9
  a a2a:Person ;
  rdfs:label "Jan Hendriks Muller" ;
  a2a:PersonName [
    rdfs:label "Jan Hendriks Muller" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Hendriks" ;
    a2a:PersonNameLastName "Muller"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1777" ;
    a2a:Month "11" ;
    a2a:Day "9" ;
    rdfs:label "1777-11-09"^^xsd:date
  ] ;
  a2a:EventReligion "Herv" .

oa:relationep_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_Person:e2f9df29-9953-551c-5817-e367aef60c8f ;
  a2a:EventKeyRef oa:event_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_Event1 .

oa:relationep_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_Person:711a5601-4836-eac4-d78b-4f01f2d45986 ;
  a2a:EventKeyRef oa:event_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_Event1 .

oa:relationep_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_Person:e1da5519-d408-8d36-0be7-fc5db18f20af ;
  a2a:EventKeyRef oa:event_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_Event1 .

oa:relationep_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_3
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_Person:6b2e3c43-b240-a06f-9a75-4b75b59eecd9 ;
  a2a:EventKeyRef oa:event_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c_Event1 .

oa:source_dar_7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1777-11-09 - 1777-11-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1777-11-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1777-11-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1777" ;
    a2a:Month "11" ;
    a2a:Day "9" ;
    rdfs:label "1777-11-09"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 4" ;
    a2a:Book "Doopregister Assen 4" ;
    a2a:RegistryNumber "4" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 4, Doopregister Assen 4, 4"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/711520dd-84d1-b3ca-8f78-9331ed473ede.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/711520dd-84d1-b3ca-8f78-9331ed473ede.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c" ;
  a2a:RecordGUID "{7f16bf06-c1bb-0bf6-cc25-e7c286c2e47c}" ;
  a2a:SourceRemarkOpmerking "Religie: Herv" ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "4" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_358_00000358.xml van DAR" .

