@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/bNikw4Z>
  schema:givenName "Anna Maria"^^xsd:string ;
  schema:name "Anna Maria Schweitz"@nl ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/aa16dcae-2c8c-fda5-7e22-2723f2f60ebf"^^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/6b3765a4-4b53-6c3a-eb0b-b0a604d17338> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2272613> ;
  schema:birthDate "1848-09-14"^^xsd:date .

