@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 schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97
  a a2a:Record ;
  rdfs:label "Doop op 12 maart 1802 te Vreeswijk" ;
  a2a:hasPerson oa:person_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_Person2718415455, oa:person_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_Person2718415456, oa:person_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_Person2718415457, oa:person_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_Person2718415458 ;
  a2a:hasEvent oa:event_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_Event1 ;
  a2a:hasRelationEP oa:relationep_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_0, oa:relationep_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_1, oa:relationep_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_2, oa:relationep_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_3 ;
  a2a:hasSource oa:source_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97 ;
  schema:sameAs <https://hetutrechtsarchief.nl/id/B5E5133AC7A349A0B2E7BB9144393D97> .

oa:person_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_Person2718415455
  a a2a:Person ;
  rdfs:label "Johannes Jacobus van Loendersloot" ;
  a2a:PersonName [
    rdfs:label "Johannes Jacobus van Loendersloot" ;
    a2a:PersonNameFirstName "Johannes Jacobus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Loendersloot"
  ] ;
  a2a:Gender "Man" .

oa:person_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_Person2718415456
  a a2a:Person ;
  rdfs:label "Jacobus van Loendersloot" ;
  a2a:PersonName [
    rdfs:label "Jacobus van Loendersloot" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Loendersloot"
  ] .

oa:person_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_Person2718415457
  a a2a:Person ;
  rdfs:label "Anna Maria de Parant" ;
  a2a:PersonName [
    rdfs:label "Anna Maria de Parant" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Parant"
  ] .

oa:person_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_Person2718415458
  a a2a:Person ;
  rdfs:label "Elisabeth de Parant" ;
  a2a:PersonName [
    rdfs:label "Elisabeth de Parant" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Parant"
  ] .

oa:event_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "12-03-1802" ;
    a2a:Year "1802" ;
    a2a:Month "03" ;
    a2a:Day "12" ;
    rdfs:label "1802-03-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vreeswijk" ;
    rdfs:label "Vreeswijk"
  ] ;
  a2a:EventReligion "Rooms-katholiek" .

oa:relationep_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_Person2718415455 ;
  a2a:EventKeyRef oa:event_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_Event1 .

oa:relationep_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_Person2718415456 ;
  a2a:EventKeyRef oa:event_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_Event1 .

oa:relationep_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_Person2718415457 ;
  a2a:EventKeyRef oa:event_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_Event1 .

oa:relationep_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_Person2718415458 ;
  a2a:EventKeyRef oa:event_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97_Event1 .

oa:source_hua_B5E5133A-C7A3-49A0-B2E7-BB9144393D97
  a a2a:Source ;
  rdfs:label "Het Utrechts Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Vreeswijk" ;
    a2a:Country "Nederland" ;
    rdfs:label "Vreeswijk, Nederland", "1802-03-12 - 1802-03-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1802-03-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1802-03-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "12-03-1802" ;
    a2a:Year "1802" ;
    a2a:Month "03" ;
    a2a:Day "12" ;
    rdfs:label "12-03-1802"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Het Utrechts Archief" ;
    a2a:Place "Utrecht" ;
    a2a:Collection "Verzameling doop-, trouw- en begraafregisters" ;
    a2a:Book "Vreeswijk RK Dopen, Trouwen, Begraven, 1797-1811" ;
    a2a:RegistryNumber "602" ;
    a2a:Folio "4" ;
    rdfs:label "Het Utrechts Archief, Utrecht, Verzameling doop-, trouw- en begraafregisters, Vreeswijk RK Dopen, Trouwen, Begraven, 1797-1811, 602, 4"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/39/609C5C338AF54642E0534701000A17FD" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/39/609C5C338AF54642E0534701000A17FD" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/39/609C5C338AF54642E0534701000A17FD"
  ] ;
  a2a:SourceLastChangeDate "2023-03-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hetutrechtsarchief.nl/collectie/B5E5133AC7A349A0B2E7BB9144393D97" ;
  a2a:RecordIdentifier "2718415454" ;
  a2a:RecordGUID "{B5E5133A-C7A3-49A0-B2E7-BB9144393D97}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/609C5C3398924642E0534701000A17FD" .

