@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bumFxTe>
  schema:givenName "Anthonie"^^xsd:string ;
  schema:name "Anthonie de Zwijger"@nl ;
  schema:familyName "de Zwijger"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7e1c0777-e1b8-4e3b-1f52-c2a2051c7823"^^xsd:string ;
  schema:hasOccupation "Pottenbakker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leiden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010f00> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/421acaf1-6b96-c408-d119-d46878625e81> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2113695> ;
  schema:birthDate "1835-06-04"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Zwijger"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

