@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/bfpMSst>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Schutte"@nl ;
  schema:hasOccupation "Fabrieksarbeider"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2cfecf20-4d73-2e6e-165c-0e61e09275d7"^^xsd:string ;
  schema:familyName "Schutte"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zwolle> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b9MT1D0> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1963516> ;
  schema:birthDate "1892-07-10"^^xsd:date .

