@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/bumFAF1>
  schema:hasOccupation "Arbeider"@nl ;
  schema:familyName "Castelein"^^xsd:string ;
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Castelein"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6c0c60ba-c3a1-a698-e258-dc8325d6962c"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Sluipwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012zsw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4ed372a4-2302-37a0-bfe5-60455d132280> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2162976> ;
  schema:birthDate "1849-09-14"^^xsd:date .

