@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/bR2VmST>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1fe7c962-43f8-7984-7896-6a911bf2480d"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes van der Bijl"@nl ;
  schema:familyName "van der Bijl"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qgkb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/00826f57-1a50-6584-13c6-e000714a58fe> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/570201> ;
  schema:birthDate "1871-03-18"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Bijl"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

