@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/bEmf11r>
  schema:givenName "Cornelis Jacobus"^^xsd:string ;
  schema:name "Cornelis Jacobus Vuurens"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7f7fa455-1b3b-3232-b3c2-e3091b5ed50d"^^xsd:string ;
  schema:hasOccupation "Vader"@nl ;
  schema:familyName "Vuurens"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00j3fs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1cf6284f-08ac-ffeb-cb21-e7a50a85c40d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1972452> ;
  schema:birthDate "1828-06-10"^^xsd:date .

