@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/bx3LDww>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3d6d0db9-9187-3d8a-b5f6-533d9bdc29da"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter van Rijk"@nl ;
  schema:familyName "van Rijk"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Kralingen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qrw3> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8b9fdf43-7b08-912f-454b-e324818222ab> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2397445> ;
  schema:birthDate "1862-08-06"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Rijk"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

