@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/bWt7PTM>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1d5d57cc-3489-0ba5-e057-b23fae9101d7"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes van der Burg"@nl ;
  schema:familyName "van der Burg"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k00m> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fc1155bf-6855-3e6d-e48d-e2befdcafa29> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2743619> ;
  schema:birthDate "1866-03-10"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Burg"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

