@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/brRgI61>
  schema:hasOccupation "Candidaat Notaris"@nl ;
  schema:familyName "de Wilde"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/51e971fe-ebc0-f73e-0bd4-b5bc83f95a54"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter de Wilde"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sgk1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a56e06c1-591f-016b-6006-a5c79d605cad> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2462498> ;
  schema:birthDate "1849-06-27"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wilde"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

