@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/b8k0aa9>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6e6fc09f-4799-c4d4-d5cd-b9a982c96496"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob van der Veer"@nl ;
  schema:familyName "van der Veer"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0192zh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/875fc9c8-3999-8baf-a7d7-1edf6291af55> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2381279> ;
  schema:birthDate "1886-09-27"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Veer"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

