@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/bZadwHI>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Wagenaar"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/58d1e2f7-6c1b-7a55-3526-e856e7fa298b"^^xsd:string ;
  schema:hasOccupation "Pijpmaker"@nl ;
  schema:familyName "Wagenaar"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00njq2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c4d0ec69-73a7-375b-3477-13376b58eb4c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2583803> ;
  schema:birthDate "1837-09-02"^^xsd:date .

