@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#> .

<https://n2t.net/ark:/60537/b2I6Tuq>
  schema:givenName "Antje"^^xsd:string ;
  schema:name "Antje Schweitz"@nl ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7e59f27d-c213-2d2e-4284-e834e43dbe41"^^xsd:string ;
  schema:familyName "Schweitz"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00h517> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a3f3f2d5-b1ac-be69-8d93-1a425022031b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2456696> ;
  schema:birthDate "1839-04-03"^^xsd:date .

