@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/b7UBJJU>
  schema:hasOccupation "Arbeider"@nl ;
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Teeuwen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bc5a8068-1e3a-95ee-170f-e2de522f9134"^^xsd:string ;
  schema:familyName "Teeuwen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0111zc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/722d0cb0-4d8b-53a6-11dc-503f396fc424> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2299422> ;
  schema:birthDate "1812-07-25"^^xsd:date .

