@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/bxGRnoE>
  schema:familyName "Brenkman"^^xsd:string ;
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit Brenkman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7f0c3451-da5e-df8e-d7bf-da24c174232f"^^xsd:string ;
  schema:hasOccupation "Pottenbakker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012v1n> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/362f305f-184e-bc31-9c3e-c9a7d2d40d06> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/755055> ;
  schema:birthDate "1853-08-27"^^xsd:date .

