@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/b0D6HY9>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Schoenmakers"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f4e750b2-ca68-6564-07d1-285c533cd4bb"^^xsd:string ;
  schema:familyName "Schoenmakers"^^xsd:string ;
  schema:hasOccupation "Smid"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0195d1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2bcf4696-3e36-58fc-8463-7ec6b1774c1c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2030829> ;
  schema:birthDate "1887-04-30"^^xsd:date .

