@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/bzza9UW>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Sliedrecht"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d3d223da-82d8-0b02-cf37-3ff69cac59f0"^^xsd:string ;
  schema:familyName "Sliedrecht"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w6h6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/dba023b4-fcd1-b729-ec84-00419337ec6c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2809436> ;
  schema:birthDate "1892-03-13"^^xsd:date .

