@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/bAbfZ5R>
  schema:givenName "Hendricus"^^xsd:string ;
  schema:name "Hendricus van Vlaardingen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5b948ab1-a2f4-4740-a7e0-62f6263ab46a"^^xsd:string ;
  schema:familyName "van Vlaardingen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jmk4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c25d2abd-184e-f59d-c65e-05584ebbf1e5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2574580> ;
  schema:birthDate "1848-11-17"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vlaardingen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

