@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/bYy7H1U>
  schema:givenName "Andries"^^xsd:string ;
  schema:name "Andries Gijzenij"@nl ;
  schema:hasOccupation "Blikslager"@nl ;
  schema:familyName "Gijzenij"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f090f102-b854-8397-3156-112646e0bd45"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leiden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q01d> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/dba2b5d2-34fd-8e82-da47-78fe23b8313a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2809487> ;
  schema:birthDate "1839-04-24"^^xsd:date .

