@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_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69
  a a2a:Record ;
  rdfs:label "Geboorte op 5 januari 1822 te Meppel" ;
  a2a:hasPerson oa:person_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_Person-a4d3637b-ddba-4dee-935c-7125e7755ec4, oa:person_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_Person-c9cc8248-97f3-4376-b30a-5f828a79caab, oa:person_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_Person-c16ae981-f870-4b14-a6ec-c8b75b7fbdee ;
  a2a:hasEvent oa:event_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_0, oa:relationep_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_1, oa:relationep_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_2 ;
  a2a:hasSource oa:source_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69 .

oa:person_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_Person-a4d3637b-ddba-4dee-935c-7125e7755ec4
  a a2a:Person ;
  rdfs:label "Willem Huls" ;
  a2a:PersonName [
    rdfs:label "Willem Huls" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Huls"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "36" ;
    rdfs:label "36"
  ] ;
  a2a:Profession "sjouwer" .

oa:person_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_Person-c9cc8248-97f3-4376-b30a-5f828a79caab
  a a2a:Person ;
  rdfs:label "Mergien Arends" ;
  a2a:PersonName [
    rdfs:label "Mergien Arends" ;
    a2a:PersonNameFirstName "Mergien" ;
    a2a:PersonNameLastName "Arends"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_Person-c16ae981-f870-4b14-a6ec-c8b75b7fbdee
  a a2a:Person ;
  rdfs:label "Johann Philip Huls" ;
  a2a:PersonName [
    rdfs:label "Johann Philip Huls" ;
    a2a:PersonNameFirstName "Johann Philip" ;
    a2a:PersonNameLastName "Huls"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1822" ;
    a2a:Month "1" ;
    a2a:Day "5" ;
    rdfs:label "1822-01-05"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:event_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1822" ;
    a2a:Month "1" ;
    a2a:Day "5" ;
    rdfs:label "1822-01-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:relationep_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_Person:a4d3637b-ddba-4dee-935c-7125e7755ec4 ;
  a2a:EventKeyRef oa:event_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_Event1 .

oa:relationep_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_Person:c9cc8248-97f3-4376-b30a-5f828a79caab ;
  a2a:EventKeyRef oa:event_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_Event1 .

oa:relationep_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_Person:c16ae981-f870-4b14-a6ec-c8b75b7fbdee ;
  a2a:EventKeyRef oa:event_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69_Event1 .

oa:source_dar_4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1822-01-07 - 1822-01-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1822-01-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1822-01-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1822" ;
    a2a:Month "1" ;
    a2a:Day "7" ;
    rdfs:label "1822-01-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1822, Periode: 1822" ;
    a2a:Book "Geboorteregister Meppel 1822" ;
    a2a:DocumentNumber "5" ;
    a2a:RegistryNumber "1822" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1822, Periode: 1822, Geboorteregister Meppel 1822, 5, 1822"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/c15d9271-3c77-bd3d-3031-ef1a4cc37124.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/c15d9271-3c77-bd3d-3031-ef1a4cc37124.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69" ;
  a2a:RecordGUID "{4d6c706b-8cb5-4b8e-aa14-dcb4e70f0e69}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_1029_00001029.xml van DAR" .

