@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/bwEnpCq>
  schema:hasOccupation "Geen"@nl ;
  schema:givenName "Gerardus"^^xsd:string ;
  schema:name "Gerardus Schweitz"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f9854651-261d-350f-80d1-b668b556ee76"^^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/b95c6fce-90fe-9863-091a-8c04c06c6049> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2540022> ;
  schema:birthDate "1851-05-02"^^xsd:date .

