@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#> .

<https://n2t.net/ark:/60537/bPaDAfU>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Melkert"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e3b3573b-6a44-1a33-f506-075e131e4802"^^xsd:string ;
  schema:familyName "Melkert"^^xsd:string ;
  schema:hasOccupation "Wagenmaker O"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0192zh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5e4e556a-fd6b-9f3a-1899-f58355e46df4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2222310> ;
  schema:birthDate "1885-11-03"^^xsd:date .

