@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/bVqCEft>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus van Kranenburg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0ae19e95-9c0d-1981-91f1-600101654a5e"^^xsd:string ;
  schema:hasOccupation "Metselaar"@nl ;
  schema:familyName "van Kranenburg"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0182wb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/057ffce7-e709-cc38-196e-e70040be4096> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/589968> ;
  schema:birthDate "1886-01-22"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Kranenburg"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

