@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/bc4AUVd>
  schema:givenName "Bastiaan"^^xsd:string ;
  schema:name "Bastiaan Schinkel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ea3efa0e-2b83-0619-2e4d-cfe72a057c1f"^^xsd:string ;
  schema:familyName "Schinkel"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012rwv> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/00b9a921-7b7a-2146-db77-daf946e5c193> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/571060> ;
  schema:birthDate "1868-04-28"^^xsd:date .

