@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_frl_c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f
  a a2a:Record ;
  rdfs:label "Inschrijving Leeuwarden Koopakten in 1723" ;
  a2a:hasPerson oa:person_frl_c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f_Person-0171f1d6-7ca3-476c-814f-7a4e5554ae21, oa:person_frl_c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f_Person-893d155d-3158-43b4-ab07-4c2ad4d3ff4b, oa:person_frl_c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f_Person-7200b717-3385-4e17-beef-5e30ce16742e ;
  a2a:hasEvent oa:event_frl_c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f_0, oa:relationep_frl_c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f_1 ;
  a2a:hasSource oa:source_frl_c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f .

oa:person_frl_c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f_Person-0171f1d6-7ca3-476c-814f-7a4e5554ae21
  a a2a:Person ;
  rdfs:label "A. Westers" ;
  a2a:PersonName [
    rdfs:label "A. Westers" ;
    a2a:PersonNameFirstName "A." ;
    a2a:PersonNameLastName "Westers"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f_Person-893d155d-3158-43b4-ab07-4c2ad4d3ff4b
  a a2a:Person ;
  rdfs:label "van der Weijde" ;
  a2a:PersonName [
    rdfs:label "van der Weijde" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Weijde"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f_Person-7200b717-3385-4e17-beef-5e30ce16742e
  a a2a:Person ;
  rdfs:label "P. Lemstra" ;
  a2a:PersonName [
    rdfs:label "P. Lemstra" ;
    a2a:PersonNameFirstName "P." ;
    a2a:PersonNameLastName "Lemstra"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f_Event1
  a a2a:Event ;
  rdfs:label "other:Inschrijving Leeuwarden Koopakten" ;
  a2a:EventType "other:Inschrijving Leeuwarden Koopakten" ;
  a2a:EventDate [ a2a:Year "1723" ] .

oa:relationep_frl_c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f_0
  a a2a:RelationEP ;
  rdfs:label "other:Verkoper" ;
  a2a:RelationType "other:Verkoper" ;
  a2a:PersonKeyRef oa:person_frl_c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f_Person:0171f1d6-7ca3-476c-814f-7a4e5554ae21 ;
  a2a:EventKeyRef oa:event_frl_c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f_Event1 .

oa:relationep_frl_c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f_1
  a a2a:RelationEP ;
  rdfs:label "other:Koper" ;
  a2a:RelationType "other:Koper" ;
  a2a:PersonKeyRef oa:person_frl_c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f_Person:7200b717-3385-4e17-beef-5e30ce16742e ;
  a2a:EventKeyRef oa:event_frl_c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f_Event1 .

oa:source_frl_c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f
  a a2a:Source ;
  rdfs:label "AlleFriezen, Leeuwarden Koopakten" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1723-01-01 - 1723-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1723-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1723-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1723" ] ;
  a2a:SourceType "other:Leeuwarden Koopakten" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Archief van de stad Leeuwarden - Historisch Centrum Leeuwarden, Deel: 3647, Periode:..." ;
    a2a:Book "Groot-Consentboek" ;
    a2a:RegistryNumber "3647" ;
    a2a:Folio "335" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Archief van de stad Leeuwarden - Historisch Centrum Leeuwarden, Deel: 3647, Periode:..., Groot-Consentboek, 3647, 335"
  ] ;
  a2a:SourceLastChangeDate "2022-10-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f" ;
  a2a:RecordGUID "{c680bbc5-cf7a-4d74-b4d5-e9cf94c3a22f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20221107_2689_00002689.xml van FRL" .

[] a2a:PersonRemarkdiversen "Schavernek, Groot" .
