@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_gld_40a033e2-c0c8-cef7-779b-759fd43ba845
  a a2a:Record ;
  rdfs:label "Geboorte op 3 augustus 1878 te Asperen" ;
  a2a:hasPerson oa:person_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_Person1, oa:person_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_Person2, oa:person_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_Person3 ;
  a2a:hasEvent oa:event_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_0, oa:relationep_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_1, oa:relationep_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_2 ;
  a2a:hasSource oa:source_gld_40a033e2-c0c8-cef7-779b-759fd43ba845 .

oa:person_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_Person1
  a a2a:Person ;
  rdfs:label "Adam van Baardewijk" ;
  a2a:PersonName [
    rdfs:label "Adam van Baardewijk" ;
    a2a:PersonNameFirstName "Adam" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Baardewijk"
  ] ;
  a2a:BirthDate [
    a2a:Year "1878" ;
    a2a:Month "8" ;
    a2a:Day "3" ;
    rdfs:label "1878-08-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Asperen" ;
    rdfs:label "Asperen"
  ] .

oa:person_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_Person2
  a a2a:Person ;
  rdfs:label "Johannes van Baardewijk" ;
  a2a:PersonName [
    rdfs:label "Johannes van Baardewijk" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Baardewijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "33" ;
    rdfs:label "33"
  ] ;
  a2a:Profession "-" .

oa:person_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_Person3
  a a2a:Person ;
  rdfs:label "Cornelia de Jong" ;
  a2a:PersonName [
    rdfs:label "Cornelia de Jong" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jong"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1878" ;
    a2a:Month "8" ;
    a2a:Day "3" ;
    rdfs:label "1878-08-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Asperen" ;
    rdfs:label "Asperen"
  ] .

oa:relationep_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_Person1 ;
  a2a:EventKeyRef oa:event_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_Event1 .

oa:relationep_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_Person2 ;
  a2a:EventKeyRef oa:event_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_Event1 .

oa:relationep_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_Person3 ;
  a2a:EventKeyRef oa:event_gld_40a033e2-c0c8-cef7-779b-759fd43ba845_Event1 .

oa:source_gld_40a033e2-c0c8-cef7-779b-759fd43ba845
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem", "1878-01-01 - 1878-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1878-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1878-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Asperen" ;
    a2a:Collection "Asperen" ;
    a2a:DocumentNumber "45" ;
    a2a:RegistryNumber "33802" ;
    rdfs:label "Gelders Archief, Asperen, Asperen, 45, 33802"
  ] ;
  a2a:SourceLastChangeDate "2016-04-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.geldersarchief.nl/zoeken/?mivast=37&miadt=37&miaet=18&micode=0207_G_33802&minr=3236306&miview=ldt" ;
  a2a:RecordGUID "{40a033e2-c0c8-cef7-779b-759fd43ba845}" .

