@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/b74NSSK>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Groeneweg"@nl ;
  schema:familyName "Groeneweg"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fb01d1bd-928a-8514-e1b8-ee0bcfbd045b"^^xsd:string ;
  schema:hasOccupation "Timmerman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011h8d> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4ce9e1ce-a7fa-bc0c-f234-d91e1af4e00c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2155625> ;
  schema:birthDate "1872-01-27"^^xsd:date .

