@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/bzYyYcX>
  schema:hasOccupation "Fabriekant"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e9eec231-936e-7a31-f110-60665ba43ab7"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan Switzer"@nl ;
  schema:familyName "Switzer"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Purmerend> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012vbc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5ad3937f-ed2a-b2d8-70ee-e18f6932b711> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2208999> ;
  schema:birthDate "1852-04-19"^^xsd:date .

