@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/b4Aq2LA>
  schema:givenName "Anthonie"^^xsd:string ;
  schema:name "Anthonie van der Hoeven"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4b5c17a9-98c9-fc71-b98d-9383a5400521"^^xsd:string ;
  schema:hasOccupation "Smidsknecht"@nl ;
  schema:familyName "van der Hoeven"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qgkb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/aead5094-5de0-d5eb-0c01-c283a3c0d515> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2498051> ;
  schema:birthDate "1812-03-09"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Hoeven"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

