@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_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd
  a a2a:Record ;
  rdfs:label "Geboorte op 3 januari 1903 te Woensdrecht" ;
  a2a:hasPerson oa:person_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_Person-a4b01c92-4fd9-77b5-ea67-d2ba08de3494, oa:person_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_Person-d459d943-5c6e-d284-21f6-4f48c8a4e830, oa:person_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_Person-8db98b2d-aec1-492b-71e6-e2c737258d2c ;
  a2a:hasEvent oa:event_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_0, oa:relationep_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_1, oa:relationep_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_2 ;
  a2a:hasSource oa:source_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd .

oa:person_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_Person-a4b01c92-4fd9-77b5-ea67-d2ba08de3494
  a a2a:Person ;
  rdfs:label "Petrus Johannes Pijnen" ;
  a2a:PersonName [
    rdfs:label "Petrus Johannes Pijnen" ;
    a2a:PersonNameFirstName "Petrus Johannes" ;
    a2a:PersonNameLastName "Pijnen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "28 jaar" ;
    rdfs:label "28 jaar"
  ] ;
  a2a:Profession "arbeider" .

oa:person_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_Person-d459d943-5c6e-d284-21f6-4f48c8a4e830
  a a2a:Person ;
  rdfs:label "Dymphna Maria van Loon" ;
  a2a:PersonName [
    rdfs:label "Dymphna Maria van Loon" ;
    a2a:PersonNameFirstName "Dymphna Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Loon"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_Person-8db98b2d-aec1-492b-71e6-e2c737258d2c
  a a2a:Person ;
  rdfs:label "Anna Maria Pijnen" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Pijnen" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Pijnen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "1" ;
    a2a:Day "3" ;
    rdfs:label "1903-01-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht"
  ] .

oa:event_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "1" ;
    a2a:Day "3" ;
    rdfs:label "1903-01-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht"
  ] .

oa:relationep_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_Person:a4b01c92-4fd9-77b5-ea67-d2ba08de3494 ;
  a2a:EventKeyRef oa:event_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_Event1 .

oa:relationep_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_Person:d459d943-5c6e-d284-21f6-4f48c8a4e830 ;
  a2a:EventKeyRef oa:event_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_Event1 .

oa:relationep_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_Person:8db98b2d-aec1-492b-71e6-e2c737258d2c ;
  a2a:EventKeyRef oa:event_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd_Event1 .

oa:source_wba_005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht", "1903-01-03 - 1903-01-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-01-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-01-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1903" ;
    a2a:Month "1" ;
    a2a:Day "3" ;
    rdfs:label "1903-01-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Woensdrecht - burgerlijke stand, Bron: boek, Deel: 10003, Pe..." ;
    a2a:Book "Geboorteregister 1901-1910" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "10003" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Woensdrecht - burgerlijke stand, Bron: boek, Deel: 10003, Pe..., Geboorteregister 1901-1910, 1, 10003"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/c04c43d6-3dd0-3775-1f0d-7506c38c0e28.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/c04c43d6-3dd0-3775-1f0d-7506c38c0e28.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-10-31"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd" ;
  a2a:RecordGUID "{005cf0a0-d06a-3e72-76fc-e03ceeb3d0cd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1811_00001811.xml van WBA" .

