@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/bs3Y3GE>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f06e1488-2379-7a18-37f1-f8ff7ac2c3f4"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes van de Zeeuw"@nl ;
  schema:familyName "van de Zeeuw"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z3q7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/405bc2ac-fdce-18c9-edbc-2efb01b23edf> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2107101> ;
  schema:birthDate "1875-10-30"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Zeeuw"^^xsd:string ;
    ns0:surnamePrefix "van de"^^xsd:string
  ] .

