@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bFb36Ng>
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit van Dam"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d7a999c3-30e5-67cf-e002-72db04e19f5a"^^xsd:string ;
  schema:birthPlace "Loenen"@nl ;
  schema:familyName "van Dam"^^xsd:string ;
  schema:hasOccupation "Wagenmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00v7jn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8707ed7c-fa95-31d8-7af6-315fc896cf00> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2379874> ;
  schema:birthDate "1869-01-29"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Dam"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

