@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/beMHEa2>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis de Vries"@nl ;
  schema:familyName "de Vries"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6e544ab8-5b73-d11c-1deb-204bd77cff88"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00gnrw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ea7b87d4-9789-2d33-215f-be888292b158> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2832503> ;
  schema:birthDate "1853-07-31"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Vries"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

