@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_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8
  a a2a:Record ;
  rdfs:label "Overlijden op 10 februari 1947 te Meppel" ;
  a2a:hasPerson oa:person_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_Person-b1f67669-3aa8-40c4-8615-4b799d23d22d, oa:person_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_Person-9dfb7d70-a395-4079-ab6a-dd36ce105225, oa:person_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_Person-420ca4e2-94a3-4e36-893a-7e3f663630a7 ;
  a2a:hasEvent oa:event_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_0, oa:relationep_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_1, oa:relationep_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_2 ;
  a2a:hasSource oa:source_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8 .

oa:person_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_Person-b1f67669-3aa8-40c4-8615-4b799d23d22d
  a a2a:Person ;
  rdfs:label "Koentje Loos" ;
  a2a:PersonName [
    rdfs:label "Koentje Loos" ;
    a2a:PersonNameFirstName "Koentje" ;
    a2a:PersonNameLastName "Loos"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_Person-9dfb7d70-a395-4079-ab6a-dd36ce105225
  a a2a:Person ;
  rdfs:label "Bierling" ;
  a2a:PersonName [
    rdfs:label "Bierling" ;
    a2a:PersonNameLastName "Bierling"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1947" ;
    a2a:Month "2" ;
    a2a:Day "10" ;
    rdfs:label "1947-02-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] ;
  a2a:Profession "-" .

oa:person_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_Person-420ca4e2-94a3-4e36-893a-7e3f663630a7
  a a2a:Person ;
  rdfs:label "Jan Frans Barteld Willem Bierling" ;
  a2a:PersonName [
    rdfs:label "Jan Frans Barteld Willem Bierling" ;
    a2a:PersonNameFirstName "Jan Frans Barteld Willem" ;
    a2a:PersonNameLastName "Bierling"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "scheikundige" .

oa:event_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1947" ;
    a2a:Month "2" ;
    a2a:Day "10" ;
    rdfs:label "1947-02-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:relationep_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_Person:b1f67669-3aa8-40c4-8615-4b799d23d22d ;
  a2a:EventKeyRef oa:event_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_Event1 .

oa:relationep_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_Person:9dfb7d70-a395-4079-ab6a-dd36ce105225 ;
  a2a:EventKeyRef oa:event_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_Event1 .

oa:relationep_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_Person:420ca4e2-94a3-4e36-893a-7e3f663630a7 ;
  a2a:EventKeyRef oa:event_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8_Event1 .

oa:source_dar_1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1947-02-12 - 1947-02-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1947-02-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1947-02-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1947" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1947-02-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1947, Periode: 1947" ;
    a2a:Book "Overlijdensregister Meppel 1947" ;
    a2a:DocumentNumber "32" ;
    a2a:RegistryNumber "1947" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1947, Periode: 1947, Overlijdensregister Meppel 1947, 32, 1947"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/d2318b41-8db5-3c23-ec33-3e4e319035b5.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/d2318b41-8db5-3c23-ec33-3e4e319035b5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8" ;
  a2a:RecordGUID "{1f2bf2d9-85e2-4fa1-a4e1-2a90b4a3f0b8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_6672_00006672.xml van DAR" .

[] a2a:PersonRemarkdiversen """Plaats doop: -
Opmerkingen: woonplaats Hilversum""" .
