@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/bm1G8oY>
  schema:familyName "de Man"^^xsd:string ;
  schema:givenName "Hendrik Jacobus"^^xsd:string ;
  schema:name "Hendrik Jacobus de Man"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f974b888-f3d8-5e2f-069f-3f6e41927a3f"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Vlissingen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bDiK3ts> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/579186> ;
  schema:birthDate "1892-06-17"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Man"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

