@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/bDVRqjp>
  schema:givenName "Albertus"^^xsd:string ;
  schema:name "Albertus Switzer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c9e4096b-40c5-a280-3cb4-0e45a327fa67"^^xsd:string ;
  schema:familyName "Switzer"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012vbc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c554fd78-36b9-4195-12a5-e40ad891f01f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2793011> ;
  schema:birthDate "1874-04-27"^^xsd:date .

