@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/bIVE3ab>
  schema:familyName "de Rijk"^^xsd:string ;
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit de Rijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/620f556e-26c3-343c-5b53-c8e51fd80bc8"^^xsd:string ;
  schema:hasOccupation "Klompenmaker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Oudshoorn> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z3kk> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/35a57c80-bb1e-443d-e7b9-a030fc7cc04f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2069001> ;
  schema:birthDate "1843-05-12"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Rijk"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

