@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_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc
  a a2a:Record ;
  rdfs:label "Poorterboeken op 12 maart 1601 te Leiden" ;
  a2a:hasPerson oa:person_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_Person-9c33d7e6-8dec-4e4e-be93-e71d95117377, oa:person_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_Person-510a4ff0-3c3e-4106-b445-4ebfe2e94941, oa:person_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_Person-3a80c94d-2bd5-4467-8399-606cc026b8b1 ;
  a2a:hasEvent oa:event_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_0, oa:relationep_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_1, oa:relationep_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_2 ;
  a2a:hasSource oa:source_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc .

oa:person_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_Person-9c33d7e6-8dec-4e4e-be93-e71d95117377
  a a2a:Person ;
  rdfs:label "Pauwels Jansz." ;
  a2a:PersonName [
    rdfs:label "Pauwels Jansz." ;
    a2a:PersonNameFirstName "Pauwels" ;
    a2a:PersonNamePatronym "Jansz."
  ] ;
  a2a:Gender "Man" ;
  a2a:Profession "lakenbereider" .

oa:person_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_Person-510a4ff0-3c3e-4106-b445-4ebfe2e94941
  a a2a:Person ;
  rdfs:label "Wolraet Gaubis" ;
  a2a:PersonName [
    rdfs:label "Wolraet Gaubis" ;
    a2a:PersonNameFirstName "Wolraet" ;
    a2a:PersonNameLastName "Gaubis"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "boekdrukker" .

oa:person_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_Person-3a80c94d-2bd5-4467-8399-606cc026b8b1
  a a2a:Person ;
  rdfs:label "Pauwels Colen" ;
  a2a:PersonName [
    rdfs:label "Pauwels Colen" ;
    a2a:PersonNameFirstName "Pauwels" ;
    a2a:PersonNameLastName "Colen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "kleermaker" .

oa:event_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_Event1
  a a2a:Event ;
  rdfs:label "other:Poorterboeken" ;
  a2a:EventType "other:Poorterboeken" ;
  a2a:EventDate [
    a2a:Year "1601" ;
    a2a:Month "3" ;
    a2a:Day "12" ;
    rdfs:label "1601-03-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_0
  a a2a:RelationEP ;
  rdfs:label "other:Poorter" ;
  a2a:RelationType "other:Poorter" ;
  a2a:PersonKeyRef oa:person_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_Person:9c33d7e6-8dec-4e4e-be93-e71d95117377 ;
  a2a:EventKeyRef oa:event_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_Event1 .

oa:relationep_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_1
  a a2a:RelationEP ;
  rdfs:label "other:Borg" ;
  a2a:RelationType "other:Borg" ;
  a2a:PersonKeyRef oa:person_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_Person:510a4ff0-3c3e-4106-b445-4ebfe2e94941 ;
  a2a:EventKeyRef oa:event_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_Event1 .

oa:relationep_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_2
  a a2a:RelationEP ;
  rdfs:label "other:Borg" ;
  a2a:RelationType "other:Borg" ;
  a2a:PersonKeyRef oa:person_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_Person:3a80c94d-2bd5-4467-8399-606cc026b8b1 ;
  a2a:EventKeyRef oa:event_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc_Event1 .

oa:source_elo_3500c8a8-95ee-447f-a568-6f2ef3e488fc
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1588-01-01 - 1603-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1588-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1603-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1601" ;
    a2a:Month "3" ;
    a2a:Day "12" ;
    rdfs:label "1601-03-12"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Stadsarchief van Leiden (SA II) (1574-1816), Deel: 1266, Periode: 1588-1603" ;
    a2a:Book "E. 1588-1603." ;
    a2a:RegistryNumber "1266" ;
    a2a:Folio "164" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Stadsarchief van Leiden (SA II) (1574-1816), Deel: 1266, Periode: 1588-1603, E. 1588-1603., 1266, 164"
  ] ;
  a2a:SourceLastChangeDate "1970-01-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/3500c8a8-95ee-447f-a568-6f2ef3e488fc" ;
  a2a:RecordGUID "{3500c8a8-95ee-447f-a568-6f2ef3e488fc}" ;
  a2a:SourceRemarkOpmerking "Betaald: 3,2<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0501A/file/1266\">Inventarisnummer 1266 van archiefnummer 0501A in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Stadsarchief van Leiden (SA II) (1574-1816)" ;
  a2a:SourceRemarkdeel "1266" ;
  a2a:SourceRemarkregister_periode "1588-1603" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260701_7033_00007033.xml van ELO" .

[] a2a:PersonRemarkdiversen "beide getuigen stelden zich borg<br>Plaats van herkomst: Osnabrück (D.) (Osenbrug in Westphalen)" .
