@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/bPokjoz>
  schema:givenName "Cornelis Johannes"^^xsd:string ;
  schema:name "Cornelis Johannes Spee"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/70cdc87f-2c06-5a26-932b-45fe8cfbbf46"^^xsd:string ;
  schema:familyName "Spee"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b016145> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6f6f555e-743f-705e-2c85-5e3f8932cb01> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2288774> ;
  schema:birthDate "1891-04-04"^^xsd:date .

