@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/bYXwuSq>
  schema:hasOccupation "Arbeider"@nl ;
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Sloof"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c18858f1-15b5-a445-24a6-f24efd4af751"^^xsd:string ;
  schema:familyName "Sloof"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Stolwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012jf6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/58e7582a-3d22-a258-2eea-26a844859054> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2201635> ;
  schema:birthDate "1850-08-29"^^xsd:date .

