@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/bt6tzwL>
  schema:hasOccupation "Bouwman"@nl ;
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis de Hoop"@nl ;
  schema:familyName "de Hoop"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1c44d1c9-25a7-14e6-a7db-50e30723ea06"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Vianen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ff57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5f4b6268-7665-f4be-24a0-75645246df80> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2226059> ;
  schema:birthDate "1815-03-15"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Hoop"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

